package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "graphlibrary@2.2.0",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "graphlibrary@2.2.0",
  9. "_id": "graphlibrary@2.2.0",
  10. "_inBundle": false,
  11. "_integrity": "sha512-XTcvT55L8u4MBZrM37zXoUxsgxs/7sow7YSygd9CIwfWTVO8RVu7AYXhhCiTuFEf+APKgx6Jk4SuQbYR0vYKmQ==",
  12. "_location": "/graphlibrary",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "graphlibrary@2.2.0",
  18. "name": "graphlibrary",
  19. "escapedName": "graphlibrary",
  20. "rawSpec": "2.2.0",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.0"
  23. },
  24. "_requiredBy": [
  25. "/dagre-layout",
  26. "/mermaid"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/graphlibrary/-/graphlibrary-2.2.0.tgz",
  29. "_spec": "2.2.0",
  30. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  31. "author": {
  32. "name": "Tyler Long",
  33. "email": "tyler4long@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/tylingsoft/graphlibrary/issues"
  37. },
  38. "dependencies": {
  39. "lodash": "^4.17.5"
  40. },
  41. "description": "A directed and undirected multi-graph library",
  42. "devDependencies": {
  43. "benchmark": "^2.1.4",
  44. "browserify": "^16.1.0",
  45. "chai": "^4.1.2",
  46. "husky": "^0.14.3",
  47. "istanbul": "^0.4.5",
  48. "karma": "^2.0.0",
  49. "karma-chrome-launcher": "^2.2.0",
  50. "karma-firefox-launcher": "^1.1.0",
  51. "karma-mocha": "^1.3.0",
  52. "karma-requirejs": "^1.1.0",
  53. "karma-safari-launcher": "^1.0.0",
  54. "mocha": "^5.0.1",
  55. "requirejs": "^2.3.5",
  56. "seedrandom": "^2.4.3",
  57. "sprintf": "^0.1.5",
  58. "standard": "^11.0.0",
  59. "uglify-es": "^3.3.9",
  60. "yarn-upgrade-all": "^0.3.0"
  61. },
  62. "homepage": "https://github.com/tylingsoft/graphlibrary#readme",
  63. "keywords": [
  64. "graph",
  65. "algorithms"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "graphlibrary",
  70. "repository": {
  71. "type": "git",
  72. "url": "git+https://github.com/tylingsoft/graphlibrary.git"
  73. },
  74. "scripts": {
  75. "prepublishOnly": "make dist",
  76. "prepush": "yarn test",
  77. "test": "standard && make test && make bench",
  78. "upgrade": "yarn-upgrade-all"
  79. },
  80. "standard": {
  81. "ignore": [
  82. "dist/**/*.js"
  83. ]
  84. },
  85. "version": "2.2.0"
  86. }