package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "through2@^2.0.0",
  3. "_id": "through2@2.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha1-AARWmzfHx0ujnEPzzteNGtlBQL4=",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^2.0.0",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/mississippi",
  20. "/npm-profile/cacache/mississippi",
  21. "/npm-profile/mississippi",
  22. "/npm-registry-fetch/cacache/mississippi"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.3.tgz",
  25. "_shasum": "0004569b37c7c74ba39c43f3ced78d1ad94140be",
  26. "_spec": "through2@^2.0.0",
  27. "_where": "/Users/rebecca/code/npm/node_modules/mississippi",
  28. "author": {
  29. "name": "Rod Vagg",
  30. "email": "r@va.gg",
  31. "url": "https://github.com/rvagg"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/rvagg/through2/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "readable-stream": "^2.1.5",
  39. "xtend": "~4.0.1"
  40. },
  41. "deprecated": false,
  42. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  43. "devDependencies": {
  44. "bl": "~1.1.2",
  45. "faucet": "0.0.1",
  46. "stream-spigot": "~3.0.5",
  47. "tape": "~4.6.2"
  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/test.js | faucet",
  65. "test-local": "brtapsauce-local test/basic-test.js"
  66. },
  67. "version": "2.0.3"
  68. }