You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.6KB

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