package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "toposort@^1.0.0",
  3. "_id": "toposort@1.0.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FclLrw8b9bMWf4QlCJuHBEVhSRsqDj6u3nIjAzPeJvgl//1hBlffdlk0MALceL14+koWEdU4ofRAXofbODxQzg==",
  6. "_location": "/toposort",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "toposort@^1.0.0",
  12. "name": "toposort",
  13. "escapedName": "toposort",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/html-webpack-plugin"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/toposort/-/toposort-1.0.7.tgz",
  22. "_shasum": "2e68442d9f64ec720b8cc89e6443ac6caa950029",
  23. "_spec": "toposort@^1.0.0",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\html-webpack-plugin",
  25. "author": {
  26. "name": "Marcel Klehr",
  27. "email": "mklehr@gmx.net"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/marcelklehr/toposort/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Topological sort of directed ascyclic graphs (like dependecy lists)",
  35. "devDependencies": {
  36. "vows": "0.7.x"
  37. },
  38. "homepage": "https://github.com/marcelklehr/toposort#readme",
  39. "keywords": [
  40. "topological",
  41. "sort",
  42. "sorting",
  43. "graphs",
  44. "graph",
  45. "dependency",
  46. "list",
  47. "dependencies",
  48. "acyclic"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "toposort",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/marcelklehr/toposort.git"
  56. },
  57. "scripts": {
  58. "test": "node test.js"
  59. },
  60. "version": "1.0.7"
  61. }