package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_from": "through2@^2.0.0",
  3. "_id": "[email protected]",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^2.0.0",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/fs-mkdirp-stream",
  20. "/gulp-chmod",
  21. "/gulp-clone",
  22. "/gulp-concat",
  23. "/gulp-copy",
  24. "/gulp-debug",
  25. "/gulp-flatten",
  26. "/gulp-git",
  27. "/gulp-header",
  28. "/gulp-if",
  29. "/gulp-less",
  30. "/gulp-notify",
  31. "/gulp-plumber",
  32. "/gulp-rtlcss",
  33. "/gulp-tap",
  34. "/gulp-uglify",
  35. "/gulp-util",
  36. "/remove-bom-stream",
  37. "/ternary-stream",
  38. "/through2-filter",
  39. "/to-through",
  40. "/vinyl-fs"
  41. ],
  42. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  43. "_shasum": "01c1e39eb31d07cb7d03a96a70823260b23132cd",
  44. "_spec": "through2@^2.0.0",
  45. "_where": "D:\\Users\\James\\IdeaProjects\\website-core\\www\\libs\\node_modules\\vinyl-fs",
  46. "author": {
  47. "name": "Rod Vagg",
  48. "email": "[email protected]",
  49. "url": "https://github.com/rvagg"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/rvagg/through2/issues"
  53. },
  54. "bundleDependencies": false,
  55. "dependencies": {
  56. "readable-stream": "~2.3.6",
  57. "xtend": "~4.0.1"
  58. },
  59. "deprecated": false,
  60. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  61. "devDependencies": {
  62. "bl": "~2.0.1",
  63. "faucet": "0.0.1",
  64. "nyc": "~13.1.0",
  65. "safe-buffer": "~5.1.2",
  66. "stream-spigot": "~3.0.6",
  67. "tape": "~4.9.1"
  68. },
  69. "homepage": "https://github.com/rvagg/through2#readme",
  70. "keywords": [
  71. "stream",
  72. "streams2",
  73. "through",
  74. "transform"
  75. ],
  76. "license": "MIT",
  77. "main": "through2.js",
  78. "name": "through2",
  79. "repository": {
  80. "type": "git",
  81. "url": "git+https://github.com/rvagg/through2.git"
  82. },
  83. "scripts": {
  84. "test": "node test/test.js | faucet"
  85. },
  86. "version": "2.0.5"
  87. }