package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_from": "multipipe@^0.1.2",
  3. "_id": "multipipe@0.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
  6. "_location": "/multipipe",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "multipipe@^0.1.2",
  15. "name": "multipipe",
  16. "escapedName": "multipipe",
  17. "rawSpec": "^0.1.2",
  18. "saveSpec": null,
  19. "fetchSpec": "^0.1.2"
  20. },
  21. "_requiredBy": [
  22. "/gulp-util"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
  25. "_shasum": "2a8f2ddf70eed564dff2d57f1e1a137d9f05078b",
  26. "_spec": "multipipe@^0.1.2",
  27. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/gulp-util",
  28. "bugs": {
  29. "url": "https://github.com/juliangruber/multipipe/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "duplexer2": "0.0.2"
  34. },
  35. "deprecated": false,
  36. "description": "pipe streams with centralized error handling",
  37. "devDependencies": {
  38. "mocha": "~1.17.0"
  39. },
  40. "homepage": "https://github.com/juliangruber/multipipe#readme",
  41. "license": "MIT",
  42. "name": "multipipe",
  43. "repository": {
  44. "type": "git",
  45. "url": "git+https://github.com/juliangruber/multipipe.git"
  46. },
  47. "scripts": {
  48. "test": "make test"
  49. },
  50. "version": "0.1.2"
  51. }