package.json 1.3 KB

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