package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  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. "/home/king/Desktop/FINAL/AhMyth/app/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. "_installable": true,
  20. "_location": "/through2",
  21. "_nodeVersion": "7.2.0",
  22. "_npmOperationalInternal": {
  23. "host": "packages-18-east.internal.npmjs.com",
  24. "tmp": "tmp/through2-2.0.3.tgz_1480373529377_0.264686161885038"
  25. },
  26. "_npmUser": {
  27. "name": "rvagg",
  28. "email": "rod@vagg.org"
  29. },
  30. "_npmVersion": "3.10.9",
  31. "_phantomChildren": {
  32. "buffer-shims": "1.0.0",
  33. "core-util-is": "1.0.2",
  34. "inherits": "2.0.3",
  35. "process-nextick-args": "1.0.7",
  36. "string_decoder": "0.10.31",
  37. "util-deprecate": "1.0.2"
  38. },
  39. "_requested": {
  40. "raw": "through2@^2.0.0",
  41. "scope": null,
  42. "escapedName": "through2",
  43. "name": "through2",
  44. "rawSpec": "^2.0.0",
  45. "spec": ">=2.0.0 <3.0.0",
  46. "type": "range"
  47. },
  48. "_requiredBy": [
  49. "/cloneable-readable",
  50. "/gulp-autoprefixer",
  51. "/gulp-chmod",
  52. "/gulp-clean-css",
  53. "/gulp-concat",
  54. "/gulp-flatten",
  55. "/gulp-header",
  56. "/gulp-if",
  57. "/gulp-less",
  58. "/gulp-plumber",
  59. "/gulp-uglify",
  60. "/gulp-util",
  61. "/ternary-stream"
  62. ],
  63. "_resolved": "http://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  64. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  65. "_shrinkwrap": null,
  66. "_spec": "through2@^2.0.0",
  67. "_where": "/home/king/Desktop/FINAL/AhMyth/app/node_modules/gulp-util",
  68. "author": {
  69. "name": "Rod Vagg",
  70. "email": "r@va.gg",
  71. "url": "https://github.com/rvagg"
  72. },
  73. "bugs": {
  74. "url": "https://github.com/rvagg/through2/issues"
  75. },
  76. "dependencies": {
  77. "readable-stream": "^2.1.5",
  78. "xtend": "~4.0.1"
  79. },
  80. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  81. "devDependencies": {
  82. "bl": "~1.1.2",
  83. "faucet": "0.0.1",
  84. "stream-spigot": "~3.0.5",
  85. "tape": "~4.6.2"
  86. },
  87. "directories": {},
  88. "dist": {
  89. "shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  90. "tarball": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz"
  91. },
  92. "gitHead": "4383b10b2cb6a32ae215760715b317513abe609f",
  93. "homepage": "https://github.com/rvagg/through2#readme",
  94. "keywords": [
  95. "stream",
  96. "streams2",
  97. "through",
  98. "transform"
  99. ],
  100. "license": "MIT",
  101. "main": "through2.js",
  102. "maintainers": [
  103. {
  104. "name": "rvagg",
  105. "email": "rod@vagg.org"
  106. },
  107. {
  108. "name": "bryce",
  109. "email": "bryce@ravenwall.com"
  110. }
  111. ],
  112. "name": "through2",
  113. "optionalDependencies": {},
  114. "readme": "ERROR: No README data found!",
  115. "repository": {
  116. "type": "git",
  117. "url": "git+https://github.com/rvagg/through2.git"
  118. },
  119. "scripts": {
  120. "test": "node test/test.js | faucet",
  121. "test-local": "brtapsauce-local test/basic-test.js"
  122. },
  123. "version": "2.0.3"
  124. }