package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "_args": [
  3. [
  4. "through2@2.0.5",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "through2@2.0.5",
  10. "_id": "through2@2.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  13. "_location": "/through2",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "through2@2.0.5",
  19. "name": "through2",
  20. "escapedName": "through2",
  21. "rawSpec": "2.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.5"
  24. },
  25. "_requiredBy": [
  26. "/mississippi"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  29. "_spec": "2.0.5",
  30. "_where": "E:\\amr1.0\\AMR",
  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.3.6",
  41. "xtend": "~4.0.1"
  42. },
  43. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  44. "devDependencies": {
  45. "bl": "~2.0.1",
  46. "faucet": "0.0.1",
  47. "nyc": "~13.1.0",
  48. "safe-buffer": "~5.1.2",
  49. "stream-spigot": "~3.0.6",
  50. "tape": "~4.9.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/test.js | faucet"
  68. },
  69. "version": "2.0.5"
  70. }