package.json 1.4 KB

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