package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "through2@~0.6.3",
  3. "_id": "through2@0.6.5",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
  6. "_location": "/through2",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.2",
  9. "inherits": "2.0.3",
  10. "isarray": "0.0.1",
  11. "string_decoder": "0.10.31"
  12. },
  13. "_requested": {
  14. "type": "range",
  15. "registry": true,
  16. "raw": "through2@~0.6.3",
  17. "name": "through2",
  18. "escapedName": "through2",
  19. "rawSpec": "~0.6.3",
  20. "saveSpec": null,
  21. "fetchSpec": "~0.6.3"
  22. },
  23. "_requiredBy": [
  24. "/hyperquest"
  25. ],
  26. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
  27. "_shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
  28. "_spec": "through2@~0.6.3",
  29. "_where": "E:\\a-level\\project_js2\\node_modules\\hyperquest",
  30. "author": {
  31. "name": "Rod Vagg",
  32. "email": "r@va.gg",
  33. "url": "https://github.com/rvagg"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/rvagg/through2/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "readable-stream": ">=1.0.33-1 <1.1.0-0",
  41. "xtend": ">=4.0.0 <4.1.0-0"
  42. },
  43. "deprecated": false,
  44. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  45. "devDependencies": {
  46. "bl": ">=0.9.0 <0.10.0-0",
  47. "stream-spigot": ">=3.0.4 <3.1.0-0",
  48. "tape": ">=2.14.0 <2.15.0-0"
  49. },
  50. "homepage": "https://github.com/rvagg/through2#readme",
  51. "keywords": [
  52. "stream",
  53. "streams2",
  54. "through",
  55. "transform"
  56. ],
  57. "license": "MIT",
  58. "main": "through2.js",
  59. "name": "through2",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/rvagg/through2.git"
  63. },
  64. "scripts": {
  65. "test": "node test/test.js",
  66. "test-local": "brtapsauce-local test/basic-test.js"
  67. },
  68. "version": "0.6.5"
  69. }