123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- {
- "_args": [
- [
- "three-forcegraph@1.39.1",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "three-forcegraph@1.39.1",
- "_id": "three-forcegraph@1.39.1",
- "_inBundle": false,
- "_integrity": "sha1-jkuV0FmkPZx8AzBeBpDrE45vVVA=",
- "_location": "/three-forcegraph",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "three-forcegraph@1.39.1",
- "name": "three-forcegraph",
- "escapedName": "three-forcegraph",
- "rawSpec": "1.39.1",
- "saveSpec": null,
- "fetchSpec": "1.39.1"
- },
- "_requiredBy": [
- "/3d-force-graph"
- ],
- "_resolved": "https://registry.nlark.com/three-forcegraph/download/three-forcegraph-1.39.1.tgz",
- "_spec": "1.39.1",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Vasco Asturiano",
- "url": "http://bl.ocks.org/vasturiano"
- },
- "bugs": {
- "url": "https://github.com/vasturiano/three-forcegraph/issues"
- },
- "dependencies": {
- "accessor-fn": "1",
- "d3-array": "1 - 3",
- "d3-force-3d": "2 - 3",
- "d3-scale": "1 - 4",
- "d3-scale-chromatic": "1 - 3",
- "data-joint": "^1.2",
- "kapsule": "^1.13",
- "ngraph.forcelayout": "^3.1",
- "ngraph.graph": "^19.1",
- "tinycolor2": "^1.4"
- },
- "description": "Force-directed graph as a ThreeJS 3d object",
- "devDependencies": {
- "@babel/core": "^7.14.6",
- "@babel/plugin-proposal-class-properties": "^7.14.5",
- "@babel/plugin-proposal-object-rest-spread": "^7.14.5",
- "@babel/preset-env": "^7.14.5",
- "@rollup/plugin-babel": "^5.3.0",
- "@rollup/plugin-commonjs": "^19.0.0",
- "@rollup/plugin-node-resolve": "^13.0.0",
- "@types/three": ">=0.118.3",
- "rimraf": "^3.0.2",
- "rollup": "^2.52.1",
- "rollup-plugin-dts": "^3.0.2",
- "rollup-plugin-terser": "^7.0.2",
- "typescript": "^4.3.4"
- },
- "files": [
- "dist/**/*"
- ],
- "homepage": "https://github.com/vasturiano/three-forcegraph",
- "keywords": [
- "3d",
- "force",
- "simulation",
- "graph",
- "three",
- "d3",
- "ngraph",
- "webgl"
- ],
- "license": "MIT",
- "main": "dist/three-forcegraph.common.js",
- "module": "dist/three-forcegraph.module.js",
- "name": "three-forcegraph",
- "peerDependencies": {
- "three": ">=0.118.3"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/three-forcegraph.git"
- },
- "scripts": {
- "build": "rimraf dist && rollup -c",
- "dev": "rollup -w -c rollup.config.dev.js",
- "prepare": "npm run build"
- },
- "types": "dist/three-forcegraph.d.ts",
- "unpkg": "dist/three-forcegraph.min.js",
- "version": "1.39.1"
- }
|