package.json 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. {
  2. "_from": "@svgdotjs/svg.js",
  3. "_id": "@svgdotjs/svg.js@3.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Tr8p+QVP7y+QT1GBlq1Tt57IvedVH8zCPoYxdHLX0Oof3a/PqnC/tXAkVufv1JQJfsDHlH/UrjcDfgxSofqSNA==",
  6. "_location": "/@svgdotjs/svg.js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "@svgdotjs/svg.js",
  12. "name": "@svgdotjs/svg.js",
  13. "escapedName": "@svgdotjs%2fsvg.js",
  14. "scope": "@svgdotjs",
  15. "rawSpec": "",
  16. "saveSpec": null,
  17. "fetchSpec": "latest"
  18. },
  19. "_requiredBy": [
  20. "#USER",
  21. "/"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@svgdotjs/svg.js/-/svg.js-3.2.0.tgz",
  24. "_shasum": "6baa8cef6778a93818ac18faa2055222e60aa644",
  25. "_spec": "@svgdotjs/svg.js",
  26. "_where": "C:\\Users\\zhangmingyu\\Desktop\\新建文件夹 (9)\\test",
  27. "author": {
  28. "name": "Wout Fierens",
  29. "email": "wout@mick-wout.com"
  30. },
  31. "browser": "dist/svg.esm.js",
  32. "browserslist": "last 2 version and > 0.25% and not op_mini all and not ie 11",
  33. "bugs": {
  34. "url": "https://github.com/svgdotjs/svg.js/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  38. "description": "A lightweight library for manipulating and animating SVG.",
  39. "devDependencies": {
  40. "@babel/core": "^7.16.12",
  41. "@babel/plugin-transform-runtime": "^7.16.10",
  42. "@babel/preset-env": "^7.16.11",
  43. "@rollup/plugin-babel": "^5.3.0",
  44. "@rollup/plugin-commonjs": "^21.0.1",
  45. "@rollup/plugin-multi-entry": "^4.1.0",
  46. "@rollup/plugin-node-resolve": "^13.1.3",
  47. "@target/custom-event-polyfill": "github:Adobe-Marketing-Cloud/custom-event-polyfill",
  48. "babel-eslint": "^10.1.0",
  49. "babel-plugin-polyfill-corejs3": "^0.5.1",
  50. "core-js": "^3.20.3",
  51. "coveralls": "^3.1.1",
  52. "eslint": "^8.7.0",
  53. "eslint-config-standard": "^16.0.3",
  54. "eslint-plugin-import": "^2.25.4",
  55. "eslint-plugin-node": "^11.1.0",
  56. "eslint-plugin-promise": "^6.0.0",
  57. "eslint-plugin-sort-class-members": "^1.14.1",
  58. "eslint-plugin-standard": "^5.0.0",
  59. "esm": "^3.2.25",
  60. "http-server": "^14.1.0",
  61. "jasmine": "^4.0.2",
  62. "jasmine-core": "^4.0.0",
  63. "karma": "^6.3.12",
  64. "karma-chrome-launcher": "^3.1.0",
  65. "karma-coverage": "^2.1.0",
  66. "karma-firefox-launcher": "^2.1.2",
  67. "karma-jasmine": "^4.0.1",
  68. "karma-sauce-launcher": "^4.3.6",
  69. "rollup": "^2.66.1",
  70. "rollup-plugin-filesize": "^9.1.2",
  71. "rollup-plugin-terser": "^7.0.2",
  72. "svgdom": "^0.1.10",
  73. "typescript": "^4.5.5",
  74. "yargs": "^17.3.1"
  75. },
  76. "files": [
  77. "/dist",
  78. "/src",
  79. "/svg.js.d.ts",
  80. "/.config"
  81. ],
  82. "funding": {
  83. "type": "github",
  84. "url": "https://github.com/sponsors/Fuzzyma"
  85. },
  86. "github": "https://github.com/svgdotjs/svg.js",
  87. "homepage": "https://svgjs.dev/",
  88. "jsdelivr": "dist/svg.min.js",
  89. "keywords": [
  90. "svg",
  91. "vector",
  92. "graphics",
  93. "animation"
  94. ],
  95. "license": "MIT",
  96. "licenses": [
  97. {
  98. "type": "MIT",
  99. "url": "http://www.opensource.org/licenses/mit-license.php"
  100. }
  101. ],
  102. "main": "dist/svg.node.js",
  103. "maintainers": [
  104. {
  105. "name": "Wout Fierens",
  106. "email": "wout@mick-wout.com"
  107. },
  108. {
  109. "name": "Alex Ewerlöf",
  110. "email": "alex@userpixel.com",
  111. "url": "http://www.ewerlof.name"
  112. },
  113. {
  114. "name": "Ulrich-Matthias Schäfer",
  115. "email": "ulima.ums@googlemail.com",
  116. "url": "https://svgdotjs.github.io/"
  117. },
  118. {
  119. "name": "Jon Ege Ronnenberg",
  120. "email": "jon@svgjs.dev",
  121. "url": "https://keybase.io/dotnetcarpenter"
  122. }
  123. ],
  124. "module": "src/main.js",
  125. "name": "@svgdotjs/svg.js",
  126. "repository": {
  127. "type": "git",
  128. "url": "git+https://github.com/svgdotjs/svg.js.git"
  129. },
  130. "scripts": {
  131. "build": "npm run fix && npm run rollup",
  132. "build:polyfills": "npx rollup -c .config/rollup.polyfills.js",
  133. "build:tests": "npx rollup -c .config/rollup.tests.js",
  134. "checkTests": "node spec/checkForAllTests.js",
  135. "fix": "npx eslint ./src --fix",
  136. "lint": "npx eslint ./src",
  137. "postpublish": "npm run zip",
  138. "prepublishOnly": "rm -rf ./dist && npm run build && npm run build:polyfills && npm test",
  139. "rollup": "npx rollup -c .config/rollup.config.js",
  140. "server": "npx http-server ./ -d",
  141. "test": "npx karma start .config/karma.conf.js || true",
  142. "test:ci": "karma start .config/karma.conf.saucelabs.js",
  143. "test:svgdom": "node -r esm ./spec/runSVGDomTest.js || true",
  144. "zip": "zip -j dist/svg.js.zip -- LICENSE.txt README.md CHANGELOG.md dist/svg.js dist/svg.js.map dist/svg.min.js dist/svg.min.js.map dist/polyfills.js dist/polyfillsIE.js"
  145. },
  146. "typings": "./svg.js.d.ts",
  147. "unpkg": "dist/svg.min.js",
  148. "url": "https://svgjs.dev/",
  149. "version": "3.2.0"
  150. }