12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "_args": [
- [
- "3d-force-graph@1.70.5",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "3d-force-graph@1.70.5",
- "_id": "3d-force-graph@1.70.5",
- "_inBundle": false,
- "_integrity": "sha1-KKYjV292oTHO10xVne2PGDvr38Y=",
- "_location": "/3d-force-graph",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "3d-force-graph@1.70.5",
- "name": "3d-force-graph",
- "escapedName": "3d-force-graph",
- "rawSpec": "1.70.5",
- "saveSpec": null,
- "fetchSpec": "1.70.5"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "https://registry.nlark.com/3d-force-graph/download/3d-force-graph-1.70.5.tgz",
- "_spec": "1.70.5",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Vasco Asturiano",
- "url": "http://bl.ocks.org/vasturiano"
- },
- "bugs": {
- "url": "https://github.com/vasturiano/3d-force-graph/issues"
- },
- "dependencies": {
- "accessor-fn": "1",
- "kapsule": "^1.13",
- "three": ">=0.118 <1",
- "three-forcegraph": "^1.39",
- "three-render-objects": "^1.26"
- },
- "description": "UI component for a 3D force-directed graph using ThreeJS and d3-force-3d layout engine",
- "devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/plugin-proposal-class-properties": "^7.14.5",
- "@babel/plugin-proposal-object-rest-spread": "^7.14.7",
- "@babel/preset-env": "^7.14.7",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-commonjs": "^19.0.0",
- "@rollup/plugin-node-resolve": "^13.0.0",
- "postcss": "^8.3.5",
- "rimraf": "^3.0.2",
- "rollup": "^2.53.0",
- "rollup-plugin-dts": "^3.0.2",
- "rollup-plugin-postcss": "^4.0.0",
- "rollup-plugin-terser": "^7.0.2",
- "typescript": "^4.3.5"
- },
- "files": [
- "dist/**/*",
- "example/**/*"
- ],
- "homepage": "https://github.com/vasturiano/3d-force-graph",
- "keywords": [
- "3d",
- "force",
- "graph",
- "three",
- "ngraph",
- "webgl"
- ],
- "license": "MIT",
- "main": "dist/3d-force-graph.common.js",
- "module": "dist/3d-force-graph.module.js",
- "name": "3d-force-graph",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/3d-force-graph.git"
- },
- "scripts": {
- "build": "rimraf dist && rollup -c",
- "dev": "rollup -w -c rollup.config.dev.js",
- "prepare": "npm run build"
- },
- "types": "dist/3d-force-graph.d.ts",
- "unpkg": "dist/3d-force-graph.min.js",
- "version": "1.70.5"
- }
|