package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_from": "toposort-class@^1.0.1",
  3. "_id": "toposort-class@1.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-f/0feMi+KMO6Rc1OGj9e4ZO9mYg=",
  6. "_location": "/toposort-class",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "toposort-class@^1.0.1",
  12. "name": "toposort-class",
  13. "escapedName": "toposort-class",
  14. "rawSpec": "^1.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.1"
  17. },
  18. "_requiredBy": [
  19. "/sequelize"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/toposort-class/-/toposort-class-1.0.1.tgz",
  22. "_shasum": "7ffd1f78c8be28c3ba45cd4e1a3f5ee193bd9988",
  23. "_spec": "toposort-class@^1.0.1",
  24. "_where": "/home/pvvvm505/Документы/Project/node_modules/sequelize",
  25. "author": "",
  26. "bugs": {
  27. "url": "https://github.com/gustavohenke/toposort/issues"
  28. },
  29. "bundleDependencies": false,
  30. "deprecated": false,
  31. "description": "Topological sort of directed acyclic graphs (like dependecy lists)",
  32. "devDependencies": {
  33. "babel-eslint": "^4.0.5",
  34. "eslint": "^1.0.0",
  35. "grunt": "^0.4.5",
  36. "grunt-babel": "^5.0.1",
  37. "grunt-banner": "^0.4.0",
  38. "grunt-contrib-clean": "^0.6.0",
  39. "grunt-contrib-uglify": "^0.9.1",
  40. "matcha": "^0.6.0",
  41. "mocha": "^2.2.5"
  42. },
  43. "homepage": "https://github.com/gustavohenke/toposort#readme",
  44. "keywords": [
  45. "topological",
  46. "sort",
  47. "sorting",
  48. "graphs",
  49. "graph",
  50. "dependency",
  51. "list",
  52. "dependencies",
  53. "acyclic",
  54. "browser"
  55. ],
  56. "license": "MIT",
  57. "main": "./index.js",
  58. "name": "toposort-class",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/gustavohenke/toposort.git"
  62. },
  63. "scripts": {
  64. "benchmark": "matcha benchmark/general.js",
  65. "benchmark-save": "matcha -R csv benchmark/general.js > benchmark/results.csv",
  66. "eslint": "eslint src/toposort.js test/spec.js Gruntfile.js",
  67. "test": "mocha -b test"
  68. },
  69. "version": "1.0.1"
  70. }