package.json 1.6 KB

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