package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_from": "through2@^2.0.1",
  3. "_id": "through2@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  6. "_location": "/through2",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "through2@^2.0.1",
  12. "name": "through2",
  13. "escapedName": "through2",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/help-me",
  20. "/through2-filter"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
  23. "_shasum": "01c1e39eb31d07cb7d03a96a70823260b23132cd",
  24. "_spec": "through2@^2.0.1",
  25. "_where": "/Users/bssm/Desktop/fabTest/打卡坐标/node_modules/help-me",
  26. "author": {
  27. "name": "Rod Vagg",
  28. "email": "r@va.gg",
  29. "url": "https://github.com/rvagg"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/rvagg/through2/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "readable-stream": "~2.3.6",
  37. "xtend": "~4.0.1"
  38. },
  39. "deprecated": false,
  40. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  41. "devDependencies": {
  42. "bl": "~2.0.1",
  43. "faucet": "0.0.1",
  44. "nyc": "~13.1.0",
  45. "safe-buffer": "~5.1.2",
  46. "stream-spigot": "~3.0.6",
  47. "tape": "~4.9.1"
  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. },
  66. "version": "2.0.5"
  67. }