package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "concat-stream@^1.6.0",
  3. "_id": "concat-stream@1.6.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==",
  6. "_location": "/concat-stream",
  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. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "range",
  16. "registry": true,
  17. "raw": "concat-stream@^1.6.0",
  18. "name": "concat-stream",
  19. "escapedName": "concat-stream",
  20. "rawSpec": "^1.6.0",
  21. "saveSpec": null,
  22. "fetchSpec": "^1.6.0"
  23. },
  24. "_requiredBy": [
  25. "/gulp/gulp-cli"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/concat-stream/-/concat-stream-1.6.2.tgz",
  28. "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  29. "_spec": "concat-stream@^1.6.0",
  30. "_where": "/Users/handy_cao/Work/GuangZuan/wxappb2b/GuangZuan/node_modules/gulp/node_modules/gulp-cli",
  31. "author": {
  32. "name": "Max Ogden",
  33. "email": "max@maxogden.com"
  34. },
  35. "bugs": {
  36. "url": "http://github.com/maxogden/concat-stream/issues"
  37. },
  38. "bundleDependencies": false,
  39. "dependencies": {
  40. "buffer-from": "^1.0.0",
  41. "inherits": "^2.0.3",
  42. "readable-stream": "^2.2.2",
  43. "typedarray": "^0.0.6"
  44. },
  45. "deprecated": false,
  46. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  47. "devDependencies": {
  48. "tape": "^4.6.3"
  49. },
  50. "engines": [
  51. "node >= 0.8"
  52. ],
  53. "files": [
  54. "index.js"
  55. ],
  56. "homepage": "https://github.com/maxogden/concat-stream#readme",
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "concat-stream",
  60. "repository": {
  61. "type": "git",
  62. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  63. },
  64. "scripts": {
  65. "test": "tape test/*.js test/server/*.js"
  66. },
  67. "tags": [
  68. "stream",
  69. "simple",
  70. "util",
  71. "utility"
  72. ],
  73. "testling": {
  74. "files": "test/*.js",
  75. "browsers": [
  76. "ie/8..latest",
  77. "firefox/17..latest",
  78. "firefox/nightly",
  79. "chrome/22..latest",
  80. "chrome/canary",
  81. "opera/12..latest",
  82. "opera/next",
  83. "safari/5.1..latest",
  84. "ipad/6.0..latest",
  85. "iphone/6.0..latest",
  86. "android-browser/4.2..latest"
  87. ]
  88. },
  89. "version": "1.6.2"
  90. }