package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. {
  2. "_args": [
  3. [
  4. "d3@7.8.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "d3@7.8.5",
  9. "_id": "d3@7.8.5",
  10. "_inBundle": false,
  11. "_integrity": "sha512-JgoahDG51ncUfJu6wX/1vWQEqOflgXyl4MaHqlcSruTez7yhaRKR9i8VjjcQGeS2en/jnFivXuaIMnseMMt0XA==",
  12. "_location": "/d3",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3@7.8.5",
  18. "name": "d3",
  19. "escapedName": "d3",
  20. "rawSpec": "7.8.5",
  21. "saveSpec": null,
  22. "fetchSpec": "7.8.5"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/d3/-/d3-7.8.5.tgz",
  28. "_spec": "7.8.5",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  30. "author": {
  31. "name": "Mike Bostock",
  32. "url": "https://bost.ocks.org/mike"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/d3/d3/issues"
  36. },
  37. "dependencies": {
  38. "d3-array": "3",
  39. "d3-axis": "3",
  40. "d3-brush": "3",
  41. "d3-chord": "3",
  42. "d3-color": "3",
  43. "d3-contour": "4",
  44. "d3-delaunay": "6",
  45. "d3-dispatch": "3",
  46. "d3-drag": "3",
  47. "d3-dsv": "3",
  48. "d3-ease": "3",
  49. "d3-fetch": "3",
  50. "d3-force": "3",
  51. "d3-format": "3",
  52. "d3-geo": "3",
  53. "d3-hierarchy": "3",
  54. "d3-interpolate": "3",
  55. "d3-path": "3",
  56. "d3-polygon": "3",
  57. "d3-quadtree": "3",
  58. "d3-random": "3",
  59. "d3-scale": "4",
  60. "d3-scale-chromatic": "3",
  61. "d3-selection": "3",
  62. "d3-shape": "3",
  63. "d3-time": "3",
  64. "d3-time-format": "4",
  65. "d3-timer": "3",
  66. "d3-transition": "3",
  67. "d3-zoom": "3"
  68. },
  69. "description": "Data-Driven Documents",
  70. "devDependencies": {
  71. "@rollup/plugin-json": "6",
  72. "@rollup/plugin-node-resolve": "15",
  73. "eslint": "8",
  74. "mocha": "10",
  75. "rollup": "3",
  76. "rollup-plugin-terser": "7"
  77. },
  78. "engines": {
  79. "node": ">=12"
  80. },
  81. "exports": {
  82. "umd": "./dist/d3.min.js",
  83. "default": "./src/index.js"
  84. },
  85. "files": [
  86. "dist/**/*.js",
  87. "src/**/*.js"
  88. ],
  89. "homepage": "https://d3js.org",
  90. "jsdelivr": "dist/d3.min.js",
  91. "keywords": [
  92. "d3",
  93. "dom",
  94. "visualization",
  95. "svg",
  96. "animation",
  97. "canvas"
  98. ],
  99. "license": "ISC",
  100. "main": "src/index.js",
  101. "module": "src/index.js",
  102. "name": "d3",
  103. "repository": {
  104. "type": "git",
  105. "url": "git+https://github.com/d3/d3.git"
  106. },
  107. "scripts": {
  108. "postpublish": "git push && git push --tags && cd ../d3.github.com && git pull && cp ../d3/dist/d3.js d3.v${npm_package_version%%.*}.js && cp ../d3/dist/d3.min.js d3.v${npm_package_version%%.*}.min.js && git add d3.v${npm_package_version%%.*}.js d3.v${npm_package_version%%.*}.min.js && git commit -m \"d3 ${npm_package_version}\" && git push && cd -",
  109. "prepublishOnly": "rm -rf dist && rollup -c",
  110. "test": "mocha 'test/**/*-test.js' && eslint src test"
  111. },
  112. "type": "module",
  113. "unpkg": "dist/d3.min.js",
  114. "version": "7.8.5"
  115. }