package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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. "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": "concat-stream@^1.5.0",
  20. "name": "concat-stream",
  21. "escapedName": "concat-stream",
  22. "rawSpec": "^1.5.0",
  23. "saveSpec": null,
  24. "fetchSpec": "^1.5.0"
  25. },
  26. "_requiredBy": [
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/concat-stream/-/concat-stream-1.6.2.tgz",
  31. "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  32. "_spec": "concat-stream@^1.5.0",
  33. "_where": "C:\\Users\\Administrator\\Desktop\\crmeb5.0\\template\\admin\\node_modules\\mississippi",
  34. "author": {
  35. "name": "Max Ogden",
  36. "email": "max@maxogden.com"
  37. },
  38. "bugs": {
  39. "url": "http://github.com/maxogden/concat-stream/issues"
  40. },
  41. "bundleDependencies": false,
  42. "dependencies": {
  43. "buffer-from": "^1.0.0",
  44. "inherits": "^2.0.3",
  45. "readable-stream": "^2.2.2",
  46. "typedarray": "^0.0.6"
  47. },
  48. "deprecated": false,
  49. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  50. "devDependencies": {
  51. "tape": "^4.6.3"
  52. },
  53. "engines": [
  54. "node >= 0.8"
  55. ],
  56. "files": [
  57. "index.js"
  58. ],
  59. "homepage": "https://github.com/maxogden/concat-stream#readme",
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "concat-stream",
  63. "repository": {
  64. "type": "git",
  65. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  66. },
  67. "scripts": {
  68. "test": "tape test/*.js test/server/*.js"
  69. },
  70. "tags": [
  71. "stream",
  72. "simple",
  73. "util",
  74. "utility"
  75. ],
  76. "testling": {
  77. "files": "test/*.js",
  78. "browsers": [
  79. "ie/8..latest",
  80. "firefox/17..latest",
  81. "firefox/nightly",
  82. "chrome/22..latest",
  83. "chrome/canary",
  84. "opera/12..latest",
  85. "opera/next",
  86. "safari/5.1..latest",
  87. "ipad/6.0..latest",
  88. "iphone/6.0..latest",
  89. "android-browser/4.2..latest"
  90. ]
  91. },
  92. "version": "1.6.2"
  93. }