Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "topo@2.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "topo@2.0.2",
  9. "_id": "topo@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-zVYVdSU5BXwNwEkaYhw7xvvh0YI=",
  12. "_location": "/topo",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "topo@2.0.2",
  18. "name": "topo",
  19. "escapedName": "topo",
  20. "rawSpec": "2.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "2.0.2"
  23. },
  24. "_requiredBy": [
  25. "/joi"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/topo/-/topo-2.0.2.tgz",
  28. "_spec": "2.0.2",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "bugs": {
  31. "url": "https://github.com/hapijs/topo/issues"
  32. },
  33. "dependencies": {
  34. "hoek": "4.x.x"
  35. },
  36. "description": "Topological sorting with grouping support",
  37. "devDependencies": {
  38. "code": "3.x.x",
  39. "lab": "10.x.x"
  40. },
  41. "engines": {
  42. "node": ">=4.0.0"
  43. },
  44. "homepage": "https://github.com/hapijs/topo#readme",
  45. "keywords": [
  46. "topological",
  47. "sort",
  48. "toposort",
  49. "topsort"
  50. ],
  51. "license": "BSD-3-Clause",
  52. "main": "lib/index.js",
  53. "name": "topo",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/hapijs/topo.git"
  57. },
  58. "scripts": {
  59. "test": "lab -a code -t 100 -L",
  60. "test-cov-html": "lab -a code -t 100 -L -r html -o coverage.html"
  61. },
  62. "version": "2.0.2"
  63. }