package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "tiny-svg@2.2.3",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "tiny-svg@2.2.3",
  9. "_id": "tiny-svg@2.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-u5KGg889pD1W2c9GlLrTnAGzIkAO00/VXZGyzeiGHw+b9er8McLO0SnhxPQQDwDqFO0MrJ825AEsRUoTiDZFuQ==",
  12. "_location": "/tiny-svg",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "tiny-svg@2.2.3",
  18. "name": "tiny-svg",
  19. "escapedName": "tiny-svg",
  20. "rawSpec": "2.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.3"
  23. },
  24. "_requiredBy": [
  25. "/bpmn-js",
  26. "/diagram-js"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/tiny-svg/-/tiny-svg-2.2.3.tgz",
  29. "_spec": "2.2.3",
  30. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  31. "author": {
  32. "name": "Nico Rehwaldt",
  33. "url": "https://github.com/nikku"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/bpmn-io/tiny-svg/issues"
  37. },
  38. "description": "A minimal toolbelt for builing fast SVG-based applications",
  39. "devDependencies": {
  40. "babel-core": "^6.26.0",
  41. "babel-preset-env": "^1.6.1",
  42. "babelify": "^8.0.0",
  43. "browserify": "^16.1.1",
  44. "chai": "^4.2.0",
  45. "cpx": "^1.5.0",
  46. "eslint": "^5.6.1",
  47. "eslint-plugin-bpmn-io": "^0.6.0",
  48. "karma": "^3.0.0",
  49. "karma-browserify": "^5.2.0",
  50. "karma-chai": "^0.1.0",
  51. "karma-chrome-launcher": "^2.2.0",
  52. "karma-firefox-launcher": "^1.1.0",
  53. "karma-ie-launcher": "^1.0.0",
  54. "karma-mocha": "^1.3.0",
  55. "karma-phantomjs-launcher": "^1.0.4",
  56. "mocha": "^5.2.0",
  57. "npm-run-all": "^4.1.2",
  58. "puppeteer": "^1.9.0",
  59. "rollup": "^0.66.5",
  60. "rollup-plugin-uglify": "^6.0.0",
  61. "watchify": "^3.11.0"
  62. },
  63. "homepage": "https://github.com/bpmn-io/tiny-svg#readme",
  64. "keywords": [
  65. "svg",
  66. "library",
  67. "geometry"
  68. ],
  69. "license": "MIT",
  70. "main": "dist/index.cjs.js",
  71. "module": "dist/index.esm.js",
  72. "name": "tiny-svg",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/bpmn-io/tiny-svg.git"
  76. },
  77. "scripts": {
  78. "all": "run-s lint test distro",
  79. "bundle": "rollup -c",
  80. "copy": "cpx -v lib/*.d.ts dist",
  81. "dev": "npm test -- --auto-watch --no-single-run",
  82. "distro": "run-s copy bundle test:integration",
  83. "lint": "eslint .",
  84. "prepublishOnly": "run-s distro",
  85. "test": "karma start",
  86. "test:integration": "karma start test/integration/karma.config.js"
  87. },
  88. "sideEffects": false,
  89. "types": "dist/index.d.ts",
  90. "version": "2.2.3"
  91. }