12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "d3-force-3d@3.0.2",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "d3-force-3d@3.0.2",
- "_id": "d3-force-3d@3.0.2",
- "_inBundle": false,
- "_integrity": "sha1-ALY2veZW+Qwd9duZjTaCvWIyKyY=",
- "_location": "/d3-force-3d",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "d3-force-3d@3.0.2",
- "name": "d3-force-3d",
- "escapedName": "d3-force-3d",
- "rawSpec": "3.0.2",
- "saveSpec": null,
- "fetchSpec": "3.0.2"
- },
- "_requiredBy": [
- "/three-forcegraph"
- ],
- "_resolved": "https://registry.nlark.com/d3-force-3d/download/d3-force-3d-3.0.2.tgz",
- "_spec": "3.0.2",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Vasco Asturiano",
- "url": "https://bl.ocks.org/vasturiano"
- },
- "bugs": {
- "url": "https://github.com/vasturiano/d3-force-3d/issues"
- },
- "dependencies": {
- "d3-binarytree": "^0.2.0",
- "d3-dispatch": "1 - 3",
- "d3-octree": "^0.2.0",
- "d3-quadtree": "1 - 3",
- "d3-timer": "1 - 3"
- },
- "description": "Force-directed graph layout in 1D, 2D or 3D using velocity Verlet integration.",
- "devDependencies": {
- "@rollup/plugin-node-resolve": "^13.0.0",
- "eslint": "^7.28.0",
- "mocha": "^9.0.0",
- "rollup": "^2.51.1",
- "rollup-plugin-terser": "^7.0.2",
- "tape": "^5.2.2"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": {
- "umd": "./dist/d3-force-3d.min.js",
- "default": "./src/index.js"
- },
- "files": [
- "src/**/*.js",
- "dist/**/*.js"
- ],
- "homepage": "https://github.com/vasturiano/d3-force-3d",
- "jsdelivr": "dist/d3-force-3d.min.js",
- "keywords": [
- "d3",
- "d3-module",
- "layout",
- "network",
- "graph",
- "force",
- "verlet",
- "infovis",
- "3d"
- ],
- "license": "MIT",
- "main": "src/index.js",
- "module": "src/index.js",
- "name": "d3-force-3d",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/vasturiano/d3-force-3d.git"
- },
- "scripts": {
- "prepare": "rm -rf dist && yarn test && rollup -c",
- "test": "mocha 'test/**/*-test.js' && eslint src test"
- },
- "sideEffects": false,
- "type": "module",
- "unpkg": "dist/d3-force-3d.min.js",
- "version": "3.0.2"
- }
|