package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_from": "through2@^4.0.2",
  3. "_id": "through2@4.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^4.0.2",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^4.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.2"
  17. },
  18. "_requiredBy": [
  19. "/warehouse"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/through2/-/through2-4.0.2.tgz",
  22. "_shasum": "a7ce3ac2a7a8b0b966c80e7c49f0484c3b239764",
  23. "_spec": "through2@^4.0.2",
  24. "_where": "/var/www/AfterAales/node_modules/warehouse",
  25. "author": {
  26. "name": "Rod Vagg",
  27. "email": "r@va.gg",
  28. "url": "https://github.com/rvagg"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/rvagg/through2/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "readable-stream": "3"
  36. },
  37. "deprecated": false,
  38. "description": "A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise",
  39. "devDependencies": {
  40. "bl": "^4.0.2",
  41. "buffer": "^5.6.0",
  42. "chai": "^4.2.0",
  43. "hundreds": "~0.0.7",
  44. "mocha": "^7.2.0",
  45. "polendina": "^1.0.0",
  46. "standard": "^14.3.4",
  47. "stream-spigot": "^3.0.6"
  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. "coverage": "c8 --reporter=text --reporter=html mocha test/test.js && npx st -d coverage -p 8888",
  65. "lint": "standard",
  66. "test": "npm run lint && npm run test:node && npm run test:browser",
  67. "test:browser": "node -e 'process.exit(process.version.startsWith(\"v8.\") ? 0 : 1)' || polendina --cleanup --runner=mocha test/test.js",
  68. "test:node": "hundreds mocha test/test.js"
  69. },
  70. "version": "4.0.2"
  71. }