package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "multipipe@^0.1.2",
  6. "scope": null,
  7. "escapedName": "multipipe",
  8. "name": "multipipe",
  9. "rawSpec": "^0.1.2",
  10. "spec": ">=0.1.2 <0.2.0",
  11. "type": "range"
  12. },
  13. "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "multipipe@>=0.1.2 <0.2.0",
  17. "_id": "multipipe@0.1.2",
  18. "_inCache": true,
  19. "_installable": true,
  20. "_location": "/multipipe",
  21. "_nodeVersion": "0.10.32",
  22. "_npmUser": {
  23. "name": "juliangruber",
  24. "email": "julian@juliangruber.com"
  25. },
  26. "_npmVersion": "2.1.5",
  27. "_phantomChildren": {},
  28. "_requested": {
  29. "raw": "multipipe@^0.1.2",
  30. "scope": null,
  31. "escapedName": "multipipe",
  32. "name": "multipipe",
  33. "rawSpec": "^0.1.2",
  34. "spec": ">=0.1.2 <0.2.0",
  35. "type": "range"
  36. },
  37. "_requiredBy": [
  38. "/gulp-clone/gulp-util",
  39. "/gulp-copy/gulp-util",
  40. "/gulp-util"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
  43. "_shasum": "2a8f2ddf70eed564dff2d57f1e1a137d9f05078b",
  44. "_shrinkwrap": null,
  45. "_spec": "multipipe@^0.1.2",
  46. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util",
  47. "bugs": {
  48. "url": "https://github.com/juliangruber/multipipe/issues"
  49. },
  50. "dependencies": {
  51. "duplexer2": "0.0.2"
  52. },
  53. "description": "pipe streams with centralized error handling",
  54. "devDependencies": {
  55. "mocha": "~1.17.0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "2a8f2ddf70eed564dff2d57f1e1a137d9f05078b",
  60. "tarball": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz"
  61. },
  62. "gitHead": "df434f568b85de914ee7f6ad714343b8736e3315",
  63. "homepage": "https://github.com/juliangruber/multipipe",
  64. "license": "MIT",
  65. "maintainers": [
  66. {
  67. "name": "juliangruber",
  68. "email": "julian@juliangruber.com"
  69. }
  70. ],
  71. "name": "multipipe",
  72. "optionalDependencies": {},
  73. "readme": "ERROR: No README data found!",
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/juliangruber/multipipe.git"
  77. },
  78. "scripts": {
  79. "test": "make test"
  80. },
  81. "version": "0.1.2"
  82. }