package.json 2.1 KB

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