package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@hapi/topo@3.x.x",
  3. "_id": "@hapi/topo@3.1.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-tAag0jEcjwH+P2quUfipd7liWCNX2F8NvYjQp2wtInsZxnMlypdw0FtAOLxtvvkO+GSRRbmNi8m/5y42PQJYCQ==",
  6. "_location": "/@hapi/topo",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@hapi/topo@3.x.x",
  12. "name": "@hapi/topo",
  13. "escapedName": "@hapi%2ftopo",
  14. "scope": "@hapi",
  15. "rawSpec": "3.x.x",
  16. "saveSpec": null,
  17. "fetchSpec": "3.x.x"
  18. },
  19. "_requiredBy": [
  20. "/@hapi/joi"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@hapi/topo/-/topo-3.1.6.tgz",
  23. "_shasum": "68d935fa3eae7fdd5ab0d7f953f3205d8b2bfc29",
  24. "_spec": "@hapi/topo@3.x.x",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@hapi\\joi",
  26. "bugs": {
  27. "url": "https://github.com/hapijs/topo/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@hapi/hoek": "^8.3.0"
  32. },
  33. "deprecated": "This version has been deprecated and is no longer supported or maintained",
  34. "description": "Topological sorting with grouping support",
  35. "devDependencies": {
  36. "@hapi/code": "6.x.x",
  37. "@hapi/lab": "20.x.x"
  38. },
  39. "files": [
  40. "lib"
  41. ],
  42. "homepage": "https://github.com/hapijs/topo#readme",
  43. "keywords": [
  44. "topological",
  45. "sort",
  46. "toposort",
  47. "topsort"
  48. ],
  49. "license": "BSD-3-Clause",
  50. "main": "lib/index.js",
  51. "name": "@hapi/topo",
  52. "repository": {
  53. "type": "git",
  54. "url": "git://github.com/hapijs/topo.git"
  55. },
  56. "scripts": {
  57. "test": "lab -a @hapi/code -t 100 -L",
  58. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  59. },
  60. "version": "3.1.6"
  61. }