package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "through2@^2.0.0",
  3. "_id": "through2@2.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
  6. "_location": "/through2",
  7. "_phantomChildren": {
  8. "core-util-is": "1.0.3",
  9. "inherits": "2.0.4",
  10. "isarray": "1.0.0",
  11. "process-nextick-args": "2.0.1",
  12. "safe-buffer": "5.1.2",
  13. "string_decoder": "1.1.1",
  14. "util-deprecate": "1.0.2"
  15. },
  16. "_requested": {
  17. "type": "range",
  18. "registry": true,
  19. "raw": "through2@^2.0.0",
  20. "name": "through2",
  21. "escapedName": "through2",
  22. "rawSpec": "^2.0.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^2.0.0"
  25. },
  26. "_requiredBy": [
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/through2/-/through2-2.0.5.tgz",
  31. "_shasum": "01c1e39eb31d07cb7d03a96a70823260b23132cd",
  32. "_spec": "through2@^2.0.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mississippi",
  34. "author": {
  35. "name": "Rod Vagg",
  36. "email": "r@va.gg",
  37. "url": "https://github.com/rvagg"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/rvagg/through2/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "readable-stream": "~2.3.6",
  45. "xtend": "~4.0.1"
  46. },
  47. "deprecated": false,
  48. "description": "A tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise",
  49. "devDependencies": {
  50. "bl": "~2.0.1",
  51. "faucet": "0.0.1",
  52. "nyc": "~13.1.0",
  53. "safe-buffer": "~5.1.2",
  54. "stream-spigot": "~3.0.6",
  55. "tape": "~4.9.1"
  56. },
  57. "homepage": "https://github.com/rvagg/through2#readme",
  58. "keywords": [
  59. "stream",
  60. "streams2",
  61. "through",
  62. "transform"
  63. ],
  64. "license": "MIT",
  65. "main": "through2.js",
  66. "name": "through2",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/rvagg/through2.git"
  70. },
  71. "scripts": {
  72. "test": "node test/test.js | faucet"
  73. },
  74. "version": "2.0.5"
  75. }