package.json 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "through2@2.0.3",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through2@2.0.3",
  10. "_id": "through2@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  13. "_location": "/through2",
  14. "_phantomChildren": {
  15. "buffer-shims": "1.0.0",
  16. "core-util-is": "1.0.2",
  17. "inherits": "2.0.3",
  18. "process-nextick-args": "1.0.7",
  19. "string_decoder": "0.10.31",
  20. "util-deprecate": "1.0.2"
  21. },
  22. "_requested": {
  23. "type": "version",
  24. "registry": true,
  25. "raw": "through2@2.0.3",
  26. "name": "through2",
  27. "escapedName": "through2",
  28. "rawSpec": "2.0.3",
  29. "saveSpec": null,
  30. "fetchSpec": "2.0.3"
  31. },
  32. "_requiredBy": [
  33. "/gulp-autoprefixer",
  34. "/gulp-plumber",
  35. "/gulp-sass",
  36. "/gulp-util",
  37. "/gulp-wrap"
  38. ],
  39. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  40. "_spec": "2.0.3",
  41. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  42. "author": {
  43. "name": "Rod Vagg",
  44. "email": "r@va.gg",
  45. "url": "https://github.com/rvagg"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/rvagg/through2/issues"
  49. },
  50. "dependencies": {
  51. "readable-stream": "^2.1.5",
  52. "xtend": "~4.0.1"
  53. },
  54. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  55. "devDependencies": {
  56. "bl": "~1.1.2",
  57. "faucet": "0.0.1",
  58. "stream-spigot": "~3.0.5",
  59. "tape": "~4.6.2"
  60. },
  61. "homepage": "https://github.com/rvagg/through2#readme",
  62. "keywords": [
  63. "stream",
  64. "streams2",
  65. "through",
  66. "transform"
  67. ],
  68. "license": "MIT",
  69. "main": "through2.js",
  70. "name": "through2",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/rvagg/through2.git"
  74. },
  75. "scripts": {
  76. "test": "node test/test.js | faucet",
  77. "test-local": "brtapsauce-local test/basic-test.js"
  78. },
  79. "version": "2.0.3"
  80. }