package.json 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "toposort@^1.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin"
  6. ]
  7. ],
  8. "_from": "toposort@>=1.0.0 <2.0.0",
  9. "_id": "toposort@1.0.7",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/toposort",
  13. "_nodeVersion": "6.2.2",
  14. "_npmOperationalInternal": {
  15. "host": "s3://npm-registry-packages",
  16. "tmp": "tmp/toposort_1.0.7_1524918748591_0.9234556349794514"
  17. },
  18. "_npmUser": {
  19. "email": "mklehr@gmx.net",
  20. "name": "marcelklehr"
  21. },
  22. "_npmVersion": "3.9.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "toposort",
  26. "raw": "toposort@^1.0.0",
  27. "rawSpec": "^1.0.0",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/html-webpack-plugin"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz",
  36. "_shasum": "2e68442d9f64ec720b8cc89e6443ac6caa950029",
  37. "_shrinkwrap": null,
  38. "_spec": "toposort@^1.0.0",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/html-webpack-plugin",
  40. "author": {
  41. "email": "mklehr@gmx.net",
  42. "name": "Marcel Klehr"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/marcelklehr/toposort/issues"
  46. },
  47. "dependencies": {},
  48. "description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
  49. "devDependencies": {
  50. "vows": "0.7.x"
  51. },
  52. "directories": {},
  53. "dist": {
  54. "fileCount": 10,
  55. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5GndCRA9TVsSAnZWagAA/9UP/2fU5EeLUKdUYAmiocw9\n1HmwjHL4upqIucIDZuH60B8U2Fkj9P+tB7CM1jkJNI4+sCchigr55W2EDL+1\nCcjVi5DYnQIuQ22GV8Jh+uo6NB6M43FByj/QRVAq1vI/BgdxNnCXDlfdr7K8\n7Mj0NJKxZxvqpPp+h6j514zX+ZFjrdEbYbsl8g4SyL3l24C4eoaYOXuXU4dp\nkUWPXp5r8BnKe0sZv3gAA4B/4k+JEDEmvHtbEGLpEYFi3R8U6HMvobJyWd21\ndxEBIwSHDHeJGMlpZTm7R9ubT9u3yx8C/Eo/Gobyy4HQoLlzWREWjQcMbUHK\n0/mMNkw8zyCxLvLgd/e9rcp/o1hcn+LGUmllQkiwN39QWklweoh1gaFfXsK8\nl7SZGl6Cy0h3IDF5nqwrlgkksMg07FYeSX27YRXgIOHZCHNaXs5WVR9OL1ir\ndWaP3zlYOoCjdZKfcTQPlw+gFcKAqDfzdnaq81AnmqU75I6jUGmic8CIPFDm\n3zv4nndorFBi5xxGwSNZlb7pqZ//iNeMs6h6YvouVR1kvVc43EtuLnU4u9PV\nsLGoan8AZt4iW9Z8nqvHviODjIEYJ4arbYHf3yNWFH6es9yKPnzZpT8jWn5F\nKgjRaFahRK1J16gduK1E6nEy0eWrHUOF91uJamQZPAe3TMfLgtn9j9rqhyRG\n4/oS\r\n=TE+e\r\n-----END PGP SIGNATURE-----\r\n",
  56. "shasum": "2e68442d9f64ec720b8cc89e6443ac6caa950029",
  57. "tarball": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz",
  58. "unpackedSize": 15530
  59. },
  60. "gitHead": "c00606d0a4dc4404c334886128c0cac5ded22df3",
  61. "homepage": "https://github.com/marcelklehr/toposort#readme",
  62. "keywords": [
  63. "acyclic",
  64. "dependencies",
  65. "dependency",
  66. "graph",
  67. "graphs",
  68. "list",
  69. "sort",
  70. "sorting",
  71. "topological"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "marcelklehr",
  78. "email": "mklehr@gmx.net"
  79. }
  80. ],
  81. "name": "toposort",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/marcelklehr/toposort.git"
  87. },
  88. "scripts": {
  89. "test": "node test.js"
  90. },
  91. "version": "1.0.7"
  92. }