1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "_args": [
- [
- "ngraph.forcelayout@3.2.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "ngraph.forcelayout@3.2.0",
- "_id": "ngraph.forcelayout@3.2.0",
- "_inBundle": false,
- "_integrity": "sha1-L6YSI7AfOZ9Kf6l60xAnMFwuEgg=",
- "_location": "/ngraph.forcelayout",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ngraph.forcelayout@3.2.0",
- "name": "ngraph.forcelayout",
- "escapedName": "ngraph.forcelayout",
- "rawSpec": "3.2.0",
- "saveSpec": null,
- "fetchSpec": "3.2.0"
- },
- "_requiredBy": [
- "/three-forcegraph"
- ],
- "_resolved": "https://registry.nlark.com/ngraph.forcelayout/download/ngraph.forcelayout-3.2.0.tgz",
- "_spec": "3.2.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Andrei Kashcha"
- },
- "bugs": {
- "url": "https://github.com/anvaka/ngraph.forcelayout/issues"
- },
- "dependencies": {
- "ngraph.events": "^1.0.0",
- "ngraph.merge": "^1.0.0",
- "ngraph.random": "^1.0.0"
- },
- "description": "Force directed graph drawing layout",
- "devDependencies": {
- "benchmark": "~1.0.0",
- "browserify": "^17.0.0",
- "eslint": "^7.12.1",
- "ngraph.generators": "^19.0.0",
- "ngraph.graph": "^19.1.0",
- "tap": "^15.0.9",
- "terser": "^5.3.0",
- "through2": "^4.0.2"
- },
- "homepage": "https://github.com/anvaka/ngraph.forcelayout#readme",
- "jsdelivr": "dist/ngraph.forcelayout.min.js",
- "keywords": [
- "ngraph",
- "ngraphjs"
- ],
- "license": "BSD-3-Clause",
- "main": "index.js",
- "name": "ngraph.forcelayout",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/anvaka/ngraph.forcelayout.git"
- },
- "scripts": {
- "build": "browserify index.js -s ngraphCreateLayout -o dist/ngraph.forcelayout.js && terser --compress -o dist/ngraph.forcelayout.min.js -- dist/ngraph.forcelayout.js",
- "build2d": "browserify index.js -t ./inline-transform.js -s ngraphCreate2dLayout > dist/ngraph.forcelayout2d.js && terser --compress -o dist/ngraph.forcelayout2d.min.js -- dist/ngraph.forcelayout2d.js",
- "lint": "eslint .",
- "perf": "npm version && node perf/test.js",
- "test": "tap --branches=80 --lines=80 --statements=80 --functions=80 test/*.js"
- },
- "types": "./index.d.ts",
- "typesVersions": {
- "<=4.3": {
- "index.d.ts": [
- "index.v43.d.ts"
- ]
- }
- },
- "unpkg": "dist/ngraph.forcelayout.min.js",
- "version": "3.2.0"
- }
|