12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- {
- "_args": [
- [
- "ngraph.graph@19.1.0",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_development": true,
- "_from": "ngraph.graph@19.1.0",
- "_id": "ngraph.graph@19.1.0",
- "_inBundle": false,
- "_integrity": "sha1-iJEO1T9rS8N08bZylvT4GquBTiQ=",
- "_location": "/ngraph.graph",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ngraph.graph@19.1.0",
- "name": "ngraph.graph",
- "escapedName": "ngraph.graph",
- "rawSpec": "19.1.0",
- "saveSpec": null,
- "fetchSpec": "19.1.0"
- },
- "_requiredBy": [
- "/three-forcegraph"
- ],
- "_resolved": "https://registry.nlark.com/ngraph.graph/download/ngraph.graph-19.1.0.tgz",
- "_spec": "19.1.0",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Andrei Kashcha"
- },
- "bugs": {
- "url": "https://github.com/anvaka/ngraph.graph/issues"
- },
- "dependencies": {
- "ngraph.events": "^1.2.1"
- },
- "description": "graph data structure",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "browserify": "^16.5.0",
- "ngraph.random": "^1.0.0",
- "tap": "^14.10.7",
- "uglify-js": "^3.8.0"
- },
- "homepage": "https://github.com/anvaka/ngraph.graph#readme",
- "jsdelivr": "dist/ngraph.graph.min.js",
- "keywords": [
- "graph",
- "graph theory",
- "edge",
- "vertex",
- "node",
- "network",
- "connection",
- "ngraph",
- "vivagraph",
- "ngraphjs"
- ],
- "license": "BSD-3-Clause",
- "main": "index.js",
- "name": "ngraph.graph",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/anvaka/ngraph.graph.git"
- },
- "scripts": {
- "build": "browserify index.js -s createGraph -o dist/ngraph.graph.js && uglifyjs dist/ngraph.graph.js -o dist/ngraph.graph.min.js",
- "cover": "tap --coverage-report=html --no-browser test/*.js",
- "test": "tap test/*.js"
- },
- "unpkg": "dist/ngraph.graph.min.js",
- "version": "19.1.0"
- }
|