package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "ngraph.graph@19.1.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ngraph.graph@19.1.0",
  10. "_id": "ngraph.graph@19.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-iJEO1T9rS8N08bZylvT4GquBTiQ=",
  13. "_location": "/ngraph.graph",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ngraph.graph@19.1.0",
  19. "name": "ngraph.graph",
  20. "escapedName": "ngraph.graph",
  21. "rawSpec": "19.1.0",
  22. "saveSpec": null,
  23. "fetchSpec": "19.1.0"
  24. },
  25. "_requiredBy": [
  26. "/three-forcegraph"
  27. ],
  28. "_resolved": "https://registry.nlark.com/ngraph.graph/download/ngraph.graph-19.1.0.tgz",
  29. "_spec": "19.1.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  31. "author": {
  32. "name": "Andrei Kashcha"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/anvaka/ngraph.graph/issues"
  36. },
  37. "dependencies": {
  38. "ngraph.events": "^1.2.1"
  39. },
  40. "description": "graph data structure",
  41. "devDependencies": {
  42. "benchmark": "^2.1.4",
  43. "browserify": "^16.5.0",
  44. "ngraph.random": "^1.0.0",
  45. "tap": "^14.10.7",
  46. "uglify-js": "^3.8.0"
  47. },
  48. "homepage": "https://github.com/anvaka/ngraph.graph#readme",
  49. "jsdelivr": "dist/ngraph.graph.min.js",
  50. "keywords": [
  51. "graph",
  52. "graph theory",
  53. "edge",
  54. "vertex",
  55. "node",
  56. "network",
  57. "connection",
  58. "ngraph",
  59. "vivagraph",
  60. "ngraphjs"
  61. ],
  62. "license": "BSD-3-Clause",
  63. "main": "index.js",
  64. "name": "ngraph.graph",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/anvaka/ngraph.graph.git"
  68. },
  69. "scripts": {
  70. "build": "browserify index.js -s createGraph -o dist/ngraph.graph.js && uglifyjs dist/ngraph.graph.js -o dist/ngraph.graph.min.js",
  71. "cover": "tap --coverage-report=html --no-browser test/*.js",
  72. "test": "tap test/*.js"
  73. },
  74. "unpkg": "dist/ngraph.graph.min.js",
  75. "version": "19.1.0"
  76. }