package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "@hapi/topo@5.1.0",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/topo@5.1.0",
  10. "_id": "@hapi/topo@5.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-foQZKJig7Ob0BMAYBfcJk8d77QtOe7Wo4ox7ff1lQYoNNAb6jwcY1ncdoy2e9wQZzvNy7ODZCYJkK8kzmcAnAg==",
  13. "_location": "/@hapi/topo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/topo@5.1.0",
  19. "name": "@hapi/topo",
  20. "escapedName": "@hapi%2ftopo",
  21. "scope": "@hapi",
  22. "rawSpec": "5.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "5.1.0"
  25. },
  26. "_requiredBy": [
  27. "/joi"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@hapi/topo/-/topo-5.1.0.tgz",
  30. "_spec": "5.1.0",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/topo/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/hoek": "^9.0.0"
  37. },
  38. "description": "Topological sorting with grouping support",
  39. "devDependencies": {
  40. "@hapi/code": "8.x.x",
  41. "@hapi/lab": "24.x.x",
  42. "typescript": "~4.0.2"
  43. },
  44. "files": [
  45. "lib"
  46. ],
  47. "homepage": "https://github.com/hapijs/topo#readme",
  48. "keywords": [
  49. "topological",
  50. "sort",
  51. "toposort",
  52. "topsort"
  53. ],
  54. "license": "BSD-3-Clause",
  55. "main": "lib/index.js",
  56. "name": "@hapi/topo",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/hapijs/topo.git"
  60. },
  61. "scripts": {
  62. "test": "lab -a @hapi/code -t 100 -L -Y",
  63. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  64. },
  65. "types": "lib/index.d.ts",
  66. "version": "5.1.0"
  67. }