package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "@hapi/topo@3.1.6",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/topo@3.1.6",
  10. "_id": "@hapi/topo@3.1.6",
  11. "_inBundle": false,
  12. "_integrity": "sha1-aNk1+j6uf91asNf5U/MgXYsr/Ck=",
  13. "_location": "/@hapi/topo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/topo@3.1.6",
  19. "name": "@hapi/topo",
  20. "escapedName": "@hapi%2ftopo",
  21. "scope": "@hapi",
  22. "rawSpec": "3.1.6",
  23. "saveSpec": null,
  24. "fetchSpec": "3.1.6"
  25. },
  26. "_requiredBy": [
  27. "/@hapi/joi"
  28. ],
  29. "_resolved": "https://registry.nlark.com/@hapi/topo/download/@hapi/topo-3.1.6.tgz",
  30. "_spec": "3.1.6",
  31. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/topo/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/hoek": "^8.3.0"
  37. },
  38. "description": "Topological sorting with grouping support",
  39. "devDependencies": {
  40. "@hapi/code": "6.x.x",
  41. "@hapi/lab": "20.x.x"
  42. },
  43. "files": [
  44. "lib"
  45. ],
  46. "homepage": "https://github.com/hapijs/topo#readme",
  47. "keywords": [
  48. "topological",
  49. "sort",
  50. "toposort",
  51. "topsort"
  52. ],
  53. "license": "BSD-3-Clause",
  54. "main": "lib/index.js",
  55. "name": "@hapi/topo",
  56. "repository": {
  57. "type": "git",
  58. "url": "git://github.com/hapijs/topo.git"
  59. },
  60. "scripts": {
  61. "test": "lab -a @hapi/code -t 100 -L",
  62. "test-cov-html": "lab -a @hapi/code -t 100 -L -r html -o coverage.html"
  63. },
  64. "version": "3.1.6"
  65. }