package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "3d-force-graph@1.70.5",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "3d-force-graph@1.70.5",
  10. "_id": "3d-force-graph@1.70.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-KKYjV292oTHO10xVne2PGDvr38Y=",
  13. "_location": "/3d-force-graph",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "3d-force-graph@1.70.5",
  19. "name": "3d-force-graph",
  20. "escapedName": "3d-force-graph",
  21. "rawSpec": "1.70.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.70.5"
  24. },
  25. "_requiredBy": [
  26. "#DEV:/"
  27. ],
  28. "_resolved": "https://registry.nlark.com/3d-force-graph/download/3d-force-graph-1.70.5.tgz",
  29. "_spec": "1.70.5",
  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/3d-force-graph/issues"
  37. },
  38. "dependencies": {
  39. "accessor-fn": "1",
  40. "kapsule": "^1.13",
  41. "three": ">=0.118 <1",
  42. "three-forcegraph": "^1.39",
  43. "three-render-objects": "^1.26"
  44. },
  45. "description": "UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine",
  46. "devDependencies": {
  47. "@babel/core": "^7.14.6",
  48. "@babel/plugin-proposal-class-properties": "^7.14.5",
  49. "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
  50. "@babel/preset-env": "^7.14.7",
  51. "@rollup/plugin-babel": "^5.3.0",
  52. "@rollup/plugin-commonjs": "^19.0.0",
  53. "@rollup/plugin-node-resolve": "^13.0.0",
  54. "postcss": "^8.3.5",
  55. "rimraf": "^3.0.2",
  56. "rollup": "^2.53.0",
  57. "rollup-plugin-dts": "^3.0.2",
  58. "rollup-plugin-postcss": "^4.0.0",
  59. "rollup-plugin-terser": "^7.0.2",
  60. "typescript": "^4.3.5"
  61. },
  62. "files": [
  63. "dist/**/*",
  64. "example/**/*"
  65. ],
  66. "homepage": "https://github.com/vasturiano/3d-force-graph",
  67. "keywords": [
  68. "3d",
  69. "force",
  70. "graph",
  71. "three",
  72. "ngraph",
  73. "webgl"
  74. ],
  75. "license": "MIT",
  76. "main": "dist/3d-force-graph.common.js",
  77. "module": "dist/3d-force-graph.module.js",
  78. "name": "3d-force-graph",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/vasturiano/3d-force-graph.git"
  82. },
  83. "scripts": {
  84. "build": "rimraf dist && rollup -c",
  85. "dev": "rollup -w -c rollup.config.dev.js",
  86. "prepare": "npm run build"
  87. },
  88. "types": "dist/3d-force-graph.d.ts",
  89. "unpkg": "dist/3d-force-graph.min.js",
  90. "version": "1.70.5"
  91. }