package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_from": "concat-stream@1.6.2",
  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.2",
  9. "inherits": "2.0.3",
  10. "process-nextick-args": "2.0.0",
  11. "safe-buffer": "5.1.2",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "concat-stream@1.6.2",
  18. "name": "concat-stream",
  19. "escapedName": "concat-stream",
  20. "rawSpec": "1.6.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.6.2"
  23. },
  24. "_requiredBy": [
  25. "/extract-zip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz",
  28. "_shasum": "904bdf194cd3122fc675c77fc4ac3d4ff0fd1a34",
  29. "_spec": "concat-stream@1.6.2",
  30. "_where": "E:\\ClientProject\\UseStudio.Browers\\resources\\app\\node_modules\\extract-zip",
  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. }