package.json 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. {
  2. "_args": [
  3. [
  4. "ngraph.forcelayout@3.2.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ngraph.forcelayout@3.2.0",
  10. "_id": "ngraph.forcelayout@3.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-L6YSI7AfOZ9Kf6l60xAnMFwuEgg=",
  13. "_location": "/ngraph.forcelayout",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ngraph.forcelayout@3.2.0",
  19. "name": "ngraph.forcelayout",
  20. "escapedName": "ngraph.forcelayout",
  21. "rawSpec": "3.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.2.0"
  24. },
  25. "_requiredBy": [
  26. "/three-forcegraph"
  27. ],
  28. "_resolved": "https://registry.nlark.com/ngraph.forcelayout/download/ngraph.forcelayout-3.2.0.tgz",
  29. "_spec": "3.2.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.forcelayout/issues"
  36. },
  37. "dependencies": {
  38. "ngraph.events": "^1.0.0",
  39. "ngraph.merge": "^1.0.0",
  40. "ngraph.random": "^1.0.0"
  41. },
  42. "description": "Force directed graph drawing layout",
  43. "devDependencies": {
  44. "benchmark": "~1.0.0",
  45. "browserify": "^17.0.0",
  46. "eslint": "^7.12.1",
  47. "ngraph.generators": "^19.0.0",
  48. "ngraph.graph": "^19.1.0",
  49. "tap": "^15.0.9",
  50. "terser": "^5.3.0",
  51. "through2": "^4.0.2"
  52. },
  53. "homepage": "https://github.com/anvaka/ngraph.forcelayout#readme",
  54. "jsdelivr": "dist/ngraph.forcelayout.min.js",
  55. "keywords": [
  56. "ngraph",
  57. "ngraphjs"
  58. ],
  59. "license": "BSD-3-Clause",
  60. "main": "index.js",
  61. "name": "ngraph.forcelayout",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/anvaka/ngraph.forcelayout.git"
  65. },
  66. "scripts": {
  67. "build": "browserify index.js -s ngraphCreateLayout -o dist/ngraph.forcelayout.js && terser --compress -o dist/ngraph.forcelayout.min.js -- dist/ngraph.forcelayout.js",
  68. "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",
  69. "lint": "eslint .",
  70. "perf": "npm version && node perf/test.js",
  71. "test": "tap --branches=80 --lines=80 --statements=80 --functions=80 test/*.js"
  72. },
  73. "types": "./index.d.ts",
  74. "typesVersions": {
  75. "<=4.3": {
  76. "index.d.ts": [
  77. "index.v43.d.ts"
  78. ]
  79. }
  80. },
  81. "unpkg": "dist/ngraph.forcelayout.min.js",
  82. "version": "3.2.0"
  83. }