package.json 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_args": [
  3. [
  4. "through2@0.6.5",
  5. "E:\\CampusInfo-borwers\\resources\\app"
  6. ]
  7. ],
  8. "_from": "through2@0.6.5",
  9. "_id": "through2@0.6.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
  12. "_location": "/through2",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "through2@0.6.5",
  18. "name": "through2",
  19. "escapedName": "through2",
  20. "rawSpec": "0.6.5",
  21. "saveSpec": null,
  22. "fetchSpec": "0.6.5"
  23. },
  24. "_requiredBy": [
  25. "/regedit"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
  28. "_spec": "0.6.5",
  29. "_where": "E:\\CampusInfo-borwers\\resources\\app",
  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. "dependencies": {
  39. "readable-stream": ">=1.0.33-1 <1.1.0-0",
  40. "xtend": ">=4.0.0 <4.1.0-0"
  41. },
  42. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  43. "devDependencies": {
  44. "bl": ">=0.9.0 <0.10.0-0",
  45. "stream-spigot": ">=3.0.4 <3.1.0-0",
  46. "tape": ">=2.14.0 <2.15.0-0"
  47. },
  48. "homepage": "https://github.com/rvagg/through2#readme",
  49. "keywords": [
  50. "stream",
  51. "streams2",
  52. "through",
  53. "transform"
  54. ],
  55. "license": "MIT",
  56. "main": "through2.js",
  57. "name": "through2",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/rvagg/through2.git"
  61. },
  62. "scripts": {
  63. "test": "node test/test.js",
  64. "test-local": "brtapsauce-local test/basic-test.js"
  65. },
  66. "version": "0.6.5"
  67. }