package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. "d3-quadtree@3.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_from": "d3-quadtree@3.0.1",
  9. "_id": "d3-quadtree@3.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-bco+i+Kzk8mp1RTau9gKkt7vGk8=",
  12. "_location": "/d3-quadtree",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "d3-quadtree@3.0.1",
  18. "name": "d3-quadtree",
  19. "escapedName": "d3-quadtree",
  20. "rawSpec": "3.0.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.0.1"
  23. },
  24. "_requiredBy": [
  25. "/d3",
  26. "/d3-force",
  27. "/d3-force-3d"
  28. ],
  29. "_resolved": "https://registry.nlark.com/d3-quadtree/download/d3-quadtree-3.0.1.tgz",
  30. "_spec": "3.0.1",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "author": {
  33. "name": "Mike Bostock",
  34. "url": "http://bost.ocks.org/mike"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/d3/d3-quadtree/issues"
  38. },
  39. "description": "Two-dimensional recursive spatial subdivision.",
  40. "devDependencies": {
  41. "d3-array": "1 - 2",
  42. "eslint": "7",
  43. "mocha": "8",
  44. "rollup": "2",
  45. "rollup-plugin-terser": "7"
  46. },
  47. "engines": {
  48. "node": ">=12"
  49. },
  50. "exports": {
  51. "umd": "./dist/d3-quadtree.min.js",
  52. "default": "./src/index.js"
  53. },
  54. "files": [
  55. "dist/**/*.js",
  56. "src/**/*.js"
  57. ],
  58. "homepage": "https://d3js.org/d3-quadtree/",
  59. "jsdelivr": "dist/d3-quadtree.min.js",
  60. "keywords": [
  61. "d3",
  62. "d3-module",
  63. "quadtree"
  64. ],
  65. "license": "ISC",
  66. "main": "src/index.js",
  67. "module": "src/index.js",
  68. "name": "d3-quadtree",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/d3/d3-quadtree.git"
  72. },
  73. "scripts": {
  74. "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 -",
  75. "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
  76. "test": "mocha 'test/**/*-test.js' && eslint src test"
  77. },
  78. "sideEffects": false,
  79. "type": "module",
  80. "unpkg": "dist/d3-quadtree.min.js",
  81. "version": "3.0.1"
  82. }