package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_args": [
  3. [
  4. "pumpify@1.5.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pumpify@1.5.1",
  10. "_id": "pumpify@1.5.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-NlE74karJ1cLGjdKXOJ4v9dDcM4=",
  13. "_location": "/pumpify",
  14. "_phantomChildren": {
  15. "end-of-stream": "1.4.1",
  16. "once": "1.4.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "pumpify@1.5.1",
  22. "name": "pumpify",
  23. "escapedName": "pumpify",
  24. "rawSpec": "1.5.1",
  25. "saveSpec": null,
  26. "fetchSpec": "1.5.1"
  27. },
  28. "_requiredBy": [
  29. "/copy-webpack-plugin/mississippi",
  30. "/mississippi"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/pumpify/download/pumpify-1.5.1.tgz",
  33. "_spec": "1.5.1",
  34. "_where": "/Users/lihai/jolijoli/pad_spa",
  35. "author": {
  36. "name": "Mathias Buus"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/pumpify/issues"
  40. },
  41. "dependencies": {
  42. "duplexify": "^3.6.0",
  43. "inherits": "^2.0.3",
  44. "pump": "^2.0.0"
  45. },
  46. "description": "Combine an array of streams into a single duplex stream using pump and duplexify",
  47. "devDependencies": {
  48. "tape": "^4.8.0",
  49. "through2": "^2.0.3"
  50. },
  51. "homepage": "https://github.com/mafintosh/pumpify",
  52. "keywords": [
  53. "pump",
  54. "duplexify",
  55. "duplex",
  56. "streams",
  57. "stream",
  58. "pipeline",
  59. "combine"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "pumpify",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/mafintosh/pumpify.git"
  67. },
  68. "scripts": {
  69. "test": "tape test.js"
  70. },
  71. "version": "1.5.1"
  72. }