package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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/Documents/ola/OLA#3DOC/sys/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-plumber",
  50. "/gulp-sass",
  51. "/gulp-util",
  52. "/gulp-wrap"
  53. ],
  54. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  55. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  56. "_shrinkwrap": null,
  57. "_spec": "through2@^2.0.0",
  58. "_where": "/mnt/Data/bach/Documents/ola/OLA#3DOC/sys/node_modules/gulp-util",
  59. "author": {
  60. "name": "Rod Vagg",
  61. "email": "r@va.gg",
  62. "url": "https://github.com/rvagg"
  63. },
  64. "bugs": {
  65. "url": "https://github.com/rvagg/through2/issues"
  66. },
  67. "dependencies": {
  68. "readable-stream": "^2.1.5",
  69. "xtend": "~4.0.1"
  70. },
  71. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  72. "devDependencies": {
  73. "bl": "~1.1.2",
  74. "faucet": "0.0.1",
  75. "stream-spigot": "~3.0.5",
  76. "tape": "~4.6.2"
  77. },
  78. "directories": {},
  79. "dist": {
  80. "shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  81. "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
  82. },
  83. "gitHead": "4383b10b2cb6a32ae215760715b317513abe609f",
  84. "homepage": "https://github.com/rvagg/through2#readme",
  85. "keywords": [
  86. "stream",
  87. "streams2",
  88. "through",
  89. "transform"
  90. ],
  91. "license": "MIT",
  92. "main": "through2.js",
  93. "maintainers": [
  94. {
  95. "name": "rvagg",
  96. "email": "rod@vagg.org"
  97. },
  98. {
  99. "name": "bryce",
  100. "email": "bryce@ravenwall.com"
  101. }
  102. ],
  103. "name": "through2",
  104. "optionalDependencies": {},
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "git+https://github.com/rvagg/through2.git"
  109. },
  110. "scripts": {
  111. "test": "node test/test.js | faucet",
  112. "test-local": "brtapsauce-local test/basic-test.js"
  113. },
  114. "version": "2.0.3"
  115. }