package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "@hapi/topo@3.1.0",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@hapi/topo@3.1.0",
  10. "_id": "@hapi/topo@3.1.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-XEfNljfClT2xhaqVeie8sqi3pvg=",
  13. "_location": "/@hapi/topo",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@hapi/topo@3.1.0",
  19. "name": "@hapi/topo",
  20. "escapedName": "@hapi%2ftopo",
  21. "scope": "@hapi",
  22. "rawSpec": "3.1.0",
  23. "saveSpec": null,
  24. "fetchSpec": "3.1.0"
  25. },
  26. "_requiredBy": [
  27. "/@hapi/joi"
  28. ],
  29. "_resolved": "https://registry.npm.taobao.org/@hapi/topo/download/@hapi/topo-3.1.0.tgz",
  30. "_spec": "3.1.0",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "bugs": {
  33. "url": "https://github.com/hapijs/topo/issues"
  34. },
  35. "dependencies": {
  36. "@hapi/hoek": "6.x.x"
  37. },
  38. "description": "Topological sorting with grouping support",
  39. "devDependencies": {
  40. "code": "5.x.x",
  41. "lab": "18.x.x"
  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 code -t 100 -L",
  59. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  60. },
  61. "version": "3.1.0"
  62. }