package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "through2@^2.0.0",
  6. "scope": null,
  7. "escapedName": "through2",
  8. "name": "through2",
  9. "rawSpec": "^2.0.0",
  10. "spec": ">=2.0.0 <3.0.0",
  11. "type": "range"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util"
  14. ]
  15. ],
  16. "_from": "through2@>=2.0.0 <3.0.0",
  17. "_id": "through2@2.0.3",
  18. "_inCache": true,
  19. "_location": "/through2",
  20. "_nodeVersion": "7.2.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/through2-2.0.3.tgz_1480373529377_0.264686161885038"
  24. },
  25. "_npmUser": {
  26. "name": "rvagg",
  27. "email": "rod@vagg.org"
  28. },
  29. "_npmVersion": "3.10.9",
  30. "_phantomChildren": {
  31. "buffer-shims": "1.0.0",
  32. "core-util-is": "1.0.2",
  33. "inherits": "2.0.3",
  34. "process-nextick-args": "1.0.7",
  35. "string_decoder": "0.10.31",
  36. "util-deprecate": "1.0.2"
  37. },
  38. "_requested": {
  39. "raw": "through2@^2.0.0",
  40. "scope": null,
  41. "escapedName": "through2",
  42. "name": "through2",
  43. "rawSpec": "^2.0.0",
  44. "spec": ">=2.0.0 <3.0.0",
  45. "type": "range"
  46. },
  47. "_requiredBy": [
  48. "/gulp-autoprefixer",
  49. "/gulp-sass",
  50. "/gulp-util"
  51. ],
  52. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  53. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  54. "_shrinkwrap": null,
  55. "_spec": "through2@^2.0.0",
  56. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/gulp-util",
  57. "author": {
  58. "name": "Rod Vagg",
  59. "email": "r@va.gg",
  60. "url": "https://github.com/rvagg"
  61. },
  62. "bugs": {
  63. "url": "https://github.com/rvagg/through2/issues"
  64. },
  65. "dependencies": {
  66. "readable-stream": "^2.1.5",
  67. "xtend": "~4.0.1"
  68. },
  69. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  70. "devDependencies": {
  71. "bl": "~1.1.2",
  72. "faucet": "0.0.1",
  73. "stream-spigot": "~3.0.5",
  74. "tape": "~4.6.2"
  75. },
  76. "directories": {},
  77. "dist": {
  78. "shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  79. "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
  80. },
  81. "gitHead": "4383b10b2cb6a32ae215760715b317513abe609f",
  82. "homepage": "https://github.com/rvagg/through2#readme",
  83. "keywords": [
  84. "stream",
  85. "streams2",
  86. "through",
  87. "transform"
  88. ],
  89. "license": "MIT",
  90. "main": "through2.js",
  91. "maintainers": [
  92. {
  93. "name": "rvagg",
  94. "email": "rod@vagg.org"
  95. },
  96. {
  97. "name": "bryce",
  98. "email": "bryce@ravenwall.com"
  99. }
  100. ],
  101. "name": "through2",
  102. "optionalDependencies": {},
  103. "readme": "ERROR: No README data found!",
  104. "repository": {
  105. "type": "git",
  106. "url": "git+https://github.com/rvagg/through2.git"
  107. },
  108. "scripts": {
  109. "test": "node test/test.js | faucet",
  110. "test-local": "brtapsauce-local test/basic-test.js"
  111. },
  112. "version": "2.0.3"
  113. }