package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "through2@~0.6.3",
  5. "D:\\work\\im\\node_modules\\hyperquest"
  6. ]
  7. ],
  8. "_from": "through2@>=0.6.3 <0.7.0",
  9. "_id": "through2@0.6.5",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/through2",
  13. "_npmUser": {
  14. "email": "bryce@ravenwall.com",
  15. "name": "bryce"
  16. },
  17. "_npmVersion": "1.4.28",
  18. "_phantomChildren": {
  19. "core-util-is": "1.0.2",
  20. "inherits": "2.0.1",
  21. "string_decoder": "0.10.31"
  22. },
  23. "_requested": {
  24. "name": "through2",
  25. "raw": "through2@~0.6.3",
  26. "rawSpec": "~0.6.3",
  27. "scope": null,
  28. "spec": ">=0.6.3 <0.7.0",
  29. "type": "range"
  30. },
  31. "_requiredBy": [
  32. "/hyperquest"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
  35. "_shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
  36. "_shrinkwrap": null,
  37. "_spec": "through2@~0.6.3",
  38. "_where": "D:\\work\\im\\node_modules\\hyperquest",
  39. "author": {
  40. "email": "r@va.gg",
  41. "name": "Rod Vagg",
  42. "url": "https://github.com/rvagg"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/rvagg/through2/issues"
  46. },
  47. "dependencies": {
  48. "readable-stream": ">=1.0.33-1 <1.1.0-0",
  49. "xtend": ">=4.0.0 <4.1.0-0"
  50. },
  51. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  52. "devDependencies": {
  53. "bl": ">=0.9.0 <0.10.0-0",
  54. "stream-spigot": ">=3.0.4 <3.1.0-0",
  55. "tape": ">=2.14.0 <2.15.0-0"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
  60. "tarball": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz"
  61. },
  62. "gitHead": "ba4a87875f2c82323c10023e36f4ae4b386c1bf8",
  63. "homepage": "https://github.com/rvagg/through2",
  64. "keywords": [
  65. "stream",
  66. "streams2",
  67. "through",
  68. "transform"
  69. ],
  70. "license": "MIT",
  71. "main": "through2.js",
  72. "maintainers": [
  73. {
  74. "email": "rod@vagg.org",
  75. "name": "rvagg"
  76. },
  77. {
  78. "email": "bryce@ravenwall.com",
  79. "name": "bryce"
  80. }
  81. ],
  82. "name": "through2",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/rvagg/through2.git"
  88. },
  89. "scripts": {
  90. "test": "node test/test.js",
  91. "test-local": "brtapsauce-local test/basic-test.js"
  92. },
  93. "version": "0.6.5"
  94. }