package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "d3-shape@3.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "d3-shape@3.2.0",
  9. "_id": "d3-shape@3.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-SaLBuwGm3MOViRq2ABk3eLoxwZELpH6zhl3FbAoJ7Vm1gofKx6El1Ib5z23NUEhF9AsGl7y+dzLe5Cw2AArGTA==",
  12. "_location": "/d3-shape",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-shape@3.2.0",
  18. "name": "d3-shape",
  19. "escapedName": "d3-shape",
  20. "rawSpec": "3.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "3.2.0"
  23. },
  24. "_requiredBy": [
  25. "/d3"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3-shape/-/d3-shape-3.2.0.tgz",
  28. "_spec": "3.2.0",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "http://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3-shape/issues"
  36. },
  37. "dependencies": {
  38. "d3-path": "^3.1.0"
  39. },
  40. "description": "Graphical primitives for visualization, such as lines and areas.",
  41. "devDependencies": {
  42. "d3-polygon": "1 - 3",
  43. "eslint": "8",
  44. "mocha": "10",
  45. "rollup": "3",
  46. "rollup-plugin-terser": "7"
  47. },
  48. "engines": {
  49. "node": ">=12"
  50. },
  51. "exports": {
  52. "umd": "./dist/d3-shape.min.js",
  53. "default": "./src/index.js"
  54. },
  55. "files": [
  56. "dist/**/*.js",
  57. "src/**/*.js"
  58. ],
  59. "homepage": "https://d3js.org/d3-shape/",
  60. "jsdelivr": "dist/d3-shape.min.js",
  61. "keywords": [
  62. "d3",
  63. "d3-module",
  64. "graphics",
  65. "visualization",
  66. "canvas",
  67. "svg"
  68. ],
  69. "license": "ISC",
  70. "main": "src/index.js",
  71. "module": "src/index.js",
  72. "name": "d3-shape",
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/d3/d3-shape.git"
  76. },
  77. "scripts": {
  78. "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../${npm_package_name}/dist/${npm_package_name}.js ${npm_package_name}.v${npm_package_version%%.*}.js && cp ../${npm_package_name}/dist/${npm_package_name}.min.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git add ${npm_package_name}.v${npm_package_version%%.*}.js ${npm_package_name}.v${npm_package_version%%.*}.min.js && git commit -m \"${npm_package_name} ${npm_package_version}\" && git push && cd -",
  79. "prepublishOnly": "rm -rf dist && rollup -c",
  80. "test": "mocha 'test/**/*-test.js' && eslint src test"
  81. },
  82. "sideEffects": false,
  83. "type": "module",
  84. "unpkg": "dist/d3-shape.min.js",
  85. "version": "3.2.0"
  86. }