package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "d3-force-3d@3.0.2",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "d3-force-3d@3.0.2",
  10. "_id": "d3-force-3d@3.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ALY2veZW+Qwd9duZjTaCvWIyKyY=",
  13. "_location": "/d3-force-3d",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "d3-force-3d@3.0.2",
  19. "name": "d3-force-3d",
  20. "escapedName": "d3-force-3d",
  21. "rawSpec": "3.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.2"
  24. },
  25. "_requiredBy": [
  26. "/three-forcegraph"
  27. ],
  28. "_resolved": "https://registry.nlark.com/d3-force-3d/download/d3-force-3d-3.0.2.tgz",
  29. "_spec": "3.0.2",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Vasco Asturiano",
  33. "url": "https://bl.ocks.org/vasturiano"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vasturiano/d3-force-3d/issues"
  37. },
  38. "dependencies": {
  39. "d3-binarytree": "^0.2.0",
  40. "d3-dispatch": "1 - 3",
  41. "d3-octree": "^0.2.0",
  42. "d3-quadtree": "1 - 3",
  43. "d3-timer": "1 - 3"
  44. },
  45. "description": "Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.",
  46. "devDependencies": {
  47. "@rollup/plugin-node-resolve": "^13.0.0",
  48. "eslint": "^7.28.0",
  49. "mocha": "^9.0.0",
  50. "rollup": "^2.51.1",
  51. "rollup-plugin-terser": "^7.0.2",
  52. "tape": "^5.2.2"
  53. },
  54. "engines": {
  55. "node": ">=12"
  56. },
  57. "exports": {
  58. "umd": "./dist/d3-force-3d.min.js",
  59. "default": "./src/index.js"
  60. },
  61. "files": [
  62. "src/**/*.js",
  63. "dist/**/*.js"
  64. ],
  65. "homepage": "https://github.com/vasturiano/d3-force-3d",
  66. "jsdelivr": "dist/d3-force-3d.min.js",
  67. "keywords": [
  68. "d3",
  69. "d3-module",
  70. "layout",
  71. "network",
  72. "graph",
  73. "force",
  74. "verlet",
  75. "infovis",
  76. "3d"
  77. ],
  78. "license": "MIT",
  79. "main": "src/index.js",
  80. "module": "src/index.js",
  81. "name": "d3-force-3d",
  82. "repository": {
  83. "type": "git",
  84. "url": "git+https://github.com/vasturiano/d3-force-3d.git"
  85. },
  86. "scripts": {
  87. "prepare": "rm -rf dist && yarn test && rollup -c",
  88. "test": "mocha 'test/**/*-test.js' && eslint src test"
  89. },
  90. "sideEffects": false,
  91. "type": "module",
  92. "unpkg": "dist/d3-force-3d.min.js",
  93. "version": "3.0.2"
  94. }