package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "through2@0.2.3",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through2@0.2.3",
  10. "_id": "through2@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-6zKE2k6jEbbMis42U3SKUqvyWj8=",
  13. "_location": "/through2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through2@0.2.3",
  19. "name": "through2",
  20. "escapedName": "through2",
  21. "rawSpec": "0.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.3"
  24. },
  25. "_requiredBy": [
  26. "/progress-stream"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.2.3.tgz",
  29. "_spec": "0.2.3",
  30. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  31. "author": {
  32. "name": "Rod Vagg",
  33. "email": "r@va.gg",
  34. "url": "https://github.com/rvagg"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/rvagg/through2/issues"
  38. },
  39. "dependencies": {
  40. "readable-stream": "~1.1.9",
  41. "xtend": "~2.1.1"
  42. },
  43. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  44. "devDependencies": {
  45. "bl": "~0.4.1",
  46. "stream-spigot": "~2.1.2",
  47. "tape": "~1.1.1"
  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.js"
  65. },
  66. "version": "0.2.3"
  67. }