Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

package.json 1.6KB

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