package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "orchestrator@^0.3.0",
  3. "_id": "orchestrator@0.3.8",
  4. "_inBundle": false,
  5. "_integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
  6. "_location": "/orchestrator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "orchestrator@^0.3.0",
  12. "name": "orchestrator",
  13. "escapedName": "orchestrator",
  14. "rawSpec": "^0.3.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.0"
  17. },
  18. "_requiredBy": [
  19. "/gulp"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
  22. "_shasum": "14e7e9e2764f7315fbac184e506c7aa6df94ad7e",
  23. "_spec": "orchestrator@^0.3.0",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/gulp",
  25. "author": {
  26. "name": "Rob Richardson",
  27. "url": "http://robrich.org/"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/robrich/orchestrator/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "end-of-stream": "~0.1.5",
  35. "sequencify": "~0.0.7",
  36. "stream-consume": "~0.1.0"
  37. },
  38. "deprecated": false,
  39. "description": "A module for sequencing and executing tasks and dependencies in maximum concurrency",
  40. "devDependencies": {
  41. "event-stream": "~3.3.4",
  42. "gulp-uglify": "^2.0.0",
  43. "jshint": "^2.9.4",
  44. "map-stream": "~0.0.6",
  45. "merge-stream": "~1.0.0",
  46. "mocha": "~3.1.2",
  47. "q": "~1.4.1",
  48. "should": "~11.1.1",
  49. "vinyl-fs": "~2.4.4"
  50. },
  51. "homepage": "https://github.com/robrich/orchestrator",
  52. "keywords": [
  53. "async",
  54. "task",
  55. "parallel",
  56. "compose"
  57. ],
  58. "license": "MIT",
  59. "main": "./index.js",
  60. "name": "orchestrator",
  61. "repository": {
  62. "type": "git",
  63. "url": "git://github.com/robrich/orchestrator.git"
  64. },
  65. "scripts": {
  66. "test": "mocha"
  67. },
  68. "version": "0.3.8"
  69. }