package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "through2@2.0.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through2@2.0.3",
  10. "_id": "through2@2.0.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  13. "_location": "/through2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through2@2.0.3",
  19. "name": "through2",
  20. "escapedName": "through2",
  21. "rawSpec": "2.0.3",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.3"
  24. },
  25. "_requiredBy": [
  26. "/mississippi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  29. "_spec": "2.0.3",
  30. "_where": "D:\\projects\\dealer_front",
  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": "^2.1.5",
  41. "xtend": "~4.0.1"
  42. },
  43. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  44. "devDependencies": {
  45. "bl": "~1.1.2",
  46. "faucet": "0.0.1",
  47. "stream-spigot": "~3.0.5",
  48. "tape": "~4.6.2"
  49. },
  50. "homepage": "https://github.com/rvagg/through2#readme",
  51. "keywords": [
  52. "stream",
  53. "streams2",
  54. "through",
  55. "transform"
  56. ],
  57. "license": "MIT",
  58. "main": "through2.js",
  59. "name": "through2",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+https://github.com/rvagg/through2.git"
  63. },
  64. "scripts": {
  65. "test": "node test/test.js | faucet",
  66. "test-local": "brtapsauce-local test/basic-test.js"
  67. },
  68. "version": "2.0.3"
  69. }