package.json 1.7 KB

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