package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "_args": [
  3. [
  4. "three-forcegraph@1.39.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "three-forcegraph@1.39.1",
  10. "_id": "three-forcegraph@1.39.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-jkuV0FmkPZx8AzBeBpDrE45vVVA=",
  13. "_location": "/three-forcegraph",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "three-forcegraph@1.39.1",
  19. "name": "three-forcegraph",
  20. "escapedName": "three-forcegraph",
  21. "rawSpec": "1.39.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.39.1"
  24. },
  25. "_requiredBy": [
  26. "/3d-force-graph"
  27. ],
  28. "_resolved": "https://registry.nlark.com/three-forcegraph/download/three-forcegraph-1.39.1.tgz",
  29. "_spec": "1.39.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Vasco Asturiano",
  33. "url": "http://bl.ocks.org/vasturiano"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/vasturiano/three-forcegraph/issues"
  37. },
  38. "dependencies": {
  39. "accessor-fn": "1",
  40. "d3-array": "1 - 3",
  41. "d3-force-3d": "2 - 3",
  42. "d3-scale": "1 - 4",
  43. "d3-scale-chromatic": "1 - 3",
  44. "data-joint": "^1.2",
  45. "kapsule": "^1.13",
  46. "ngraph.forcelayout": "^3.1",
  47. "ngraph.graph": "^19.1",
  48. "tinycolor2": "^1.4"
  49. },
  50. "description": "Force-directed graph as a ThreeJS 3d object",
  51. "devDependencies": {
  52. "@babel/core": "^7.14.6",
  53. "@babel/plugin-proposal-class-properties": "^7.14.5",
  54. "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
  55. "@babel/preset-env": "^7.14.5",
  56. "@rollup/plugin-babel": "^5.3.0",
  57. "@rollup/plugin-commonjs": "^19.0.0",
  58. "@rollup/plugin-node-resolve": "^13.0.0",
  59. "@types/three": ">=0.118.3",
  60. "rimraf": "^3.0.2",
  61. "rollup": "^2.52.1",
  62. "rollup-plugin-dts": "^3.0.2",
  63. "rollup-plugin-terser": "^7.0.2",
  64. "typescript": "^4.3.4"
  65. },
  66. "files": [
  67. "dist/**/*"
  68. ],
  69. "homepage": "https://github.com/vasturiano/three-forcegraph",
  70. "keywords": [
  71. "3d",
  72. "force",
  73. "simulation",
  74. "graph",
  75. "three",
  76. "d3",
  77. "ngraph",
  78. "webgl"
  79. ],
  80. "license": "MIT",
  81. "main": "dist/three-forcegraph.common.js",
  82. "module": "dist/three-forcegraph.module.js",
  83. "name": "three-forcegraph",
  84. "peerDependencies": {
  85. "three": ">=0.118.3"
  86. },
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/vasturiano/three-forcegraph.git"
  90. },
  91. "scripts": {
  92. "build": "rimraf dist && rollup -c",
  93. "dev": "rollup -w -c rollup.config.dev.js",
  94. "prepare": "npm run build"
  95. },
  96. "types": "dist/three-forcegraph.d.ts",
  97. "unpkg": "dist/three-forcegraph.min.js",
  98. "version": "1.39.1"
  99. }