package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "through2@0.2.3",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_from": "through2@~0.2.3",
  9. "_id": "through2@0.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=",
  12. "_location": "/through2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "through2@0.2.3",
  18. "name": "through2",
  19. "escapedName": "through2",
  20. "rawSpec": "0.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.3"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/progress-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz",
  29. "_shasum": "eb3284da4ea311b6cc8ace3653748a52abf25a3f",
  30. "_spec": "0.2.3",
  31. "_where": "E:\\vscode\\UseStudio.Desktop",
  32. "author": {
  33. "name": "Rod Vagg",
  34. "email": "r@va.gg",
  35. "url": "https://github.com/rvagg"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/rvagg/through2/issues"
  39. },
  40. "bundleDependencies": false,
  41. "dependencies": {
  42. "readable-stream": "~1.1.9",
  43. "xtend": "~2.1.1"
  44. },
  45. "deprecated": false,
  46. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  47. "devDependencies": {
  48. "bl": "~0.4.1",
  49. "stream-spigot": "~2.1.2",
  50. "tape": "~1.1.1"
  51. },
  52. "homepage": "https://github.com/rvagg/through2#readme",
  53. "keywords": [
  54. "stream",
  55. "streams2",
  56. "through",
  57. "transform"
  58. ],
  59. "license": "MIT",
  60. "main": "through2.js",
  61. "name": "through2",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/rvagg/through2.git"
  65. },
  66. "scripts": {
  67. "test": "node test.js"
  68. },
  69. "version": "0.2.3"
  70. }