package.json 1.3 KB

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