package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "path-intersection@1.1.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "path-intersection@1.1.1",
  9. "_id": "path-intersection@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-EdeUuXCm0+tb/2gv8PmRhd9fYYOtbDeTYkwCnzkBuAEjevEZi2mWUi1DVFF5nqSObYsxKcchvKUhnRULWOFreQ==",
  12. "_location": "/path-intersection",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "path-intersection@1.1.1",
  18. "name": "path-intersection",
  19. "escapedName": "path-intersection",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/diagram-js"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/path-intersection/-/path-intersection-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  30. "author": {
  31. "name": "Nico Rehwaldt",
  32. "url": "https://github.com/nikku"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/bpmn-io/path-intersection/issues"
  36. },
  37. "description": "Computes the intersection between two SVG paths",
  38. "devDependencies": {
  39. "browserify": "^16.2.0",
  40. "chai": "^4.1.2",
  41. "domify": "^1.4.0",
  42. "eslint": "^4.19.1",
  43. "eslint-plugin-bpmn-io": "^0.5.2",
  44. "karma": "^1.7.1",
  45. "karma-browserify": "^5.2.0",
  46. "karma-chrome-launcher": "^2.2.0",
  47. "karma-firefox-launcher": "^1.1.0",
  48. "karma-mocha": "^1.3.0",
  49. "karma-phantomjs-launcher": "^1.0.4",
  50. "karma-sinon-chai": "^1.3.4",
  51. "karma-spec-reporter": "0.0.31",
  52. "mocha": "^5.1.1",
  53. "npm-run-all": "^4.1.2",
  54. "puppeteer": "^1.3.0",
  55. "sinon": "^4.5.0",
  56. "sinon-chai": "^3.0.0",
  57. "watchify": "^3.11.0"
  58. },
  59. "homepage": "https://github.com/bpmn-io/path-intersection#readme",
  60. "keywords": [
  61. "svg",
  62. "path",
  63. "path intersection"
  64. ],
  65. "license": "MIT",
  66. "main": "intersect.js",
  67. "name": "path-intersection",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/bpmn-io/path-intersection.git"
  71. },
  72. "scripts": {
  73. "all": "run-s lint test",
  74. "dev": "npm test -- --auto-watch --no-single-run",
  75. "lint": "eslint .",
  76. "test": "karma start"
  77. },
  78. "types": "intersect.d.ts",
  79. "version": "1.1.1"
  80. }