package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "through2@^0.6.5",
  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. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "through2@^0.6.5",
  15. "name": "through2",
  16. "escapedName": "through2",
  17. "rawSpec": "^0.6.5",
  18. "saveSpec": null,
  19. "fetchSpec": "^0.6.5"
  20. },
  21. "_requiredBy": [
  22. "/inline-process-browser",
  23. "/unreachable-branch-transform"
  24. ],
  25. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
  26. "_shasum": "41ab9c67b29d57209071410e1d7a7a968cd3ad48",
  27. "_spec": "through2@^0.6.5",
  28. "_where": "/Users/ericf/ZCWProjects/Shared-Travel-Map/apptest/node_modules/inline-process-browser",
  29. "author": {
  30. "name": "Rod Vagg",
  31. "email": "r@va.gg",
  32. "url": "https://github.com/rvagg"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/rvagg/through2/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "readable-stream": ">=1.0.33-1 <1.1.0-0",
  40. "xtend": ">=4.0.0 <4.1.0-0"
  41. },
  42. "deprecated": false,
  43. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  44. "devDependencies": {
  45. "bl": ">=0.9.0 <0.10.0-0",
  46. "stream-spigot": ">=3.0.4 <3.1.0-0",
  47. "tape": ">=2.14.0 <2.15.0-0"
  48. },
  49. "homepage": "https://github.com/rvagg/through2#readme",
  50. "keywords": [
  51. "stream",
  52. "streams2",
  53. "through",
  54. "transform"
  55. ],
  56. "license": "MIT",
  57. "main": "through2.js",
  58. "name": "through2",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/rvagg/through2.git"
  62. },
  63. "scripts": {
  64. "test": "node test/test.js",
  65. "test-local": "brtapsauce-local test/basic-test.js"
  66. },
  67. "version": "0.6.5"
  68. }