package.json 1.3 KB

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