package.json 1.7 KB

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