package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_from": "concat-stream@1.6.0",
  3. "_id": "concat-stream@1.6.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
  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.1",
  12. "util-deprecate": "1.0.2"
  13. },
  14. "_requested": {
  15. "type": "version",
  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. "/extract-zip"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
  28. "_shasum": "0aac662fd52be78964d5532f694784e70110acf7",
  29. "_spec": "concat-stream@1.6.0",
  30. "_where": "E:\\vscode\\vscode-electron-debug\\electron-quick-start\\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. "inherits": "^2.0.3",
  41. "readable-stream": "^2.2.2",
  42. "typedarray": "^0.0.6"
  43. },
  44. "deprecated": false,
  45. "description": "writable stream that concatenates strings or binary data and calls a callback with the result",
  46. "devDependencies": {
  47. "tape": "^4.6.3"
  48. },
  49. "engines": [
  50. "node >= 0.8"
  51. ],
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/maxogden/concat-stream#readme",
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "concat-stream",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+ssh://git@github.com/maxogden/concat-stream.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js test/server/*.js"
  65. },
  66. "tags": [
  67. "stream",
  68. "simple",
  69. "util",
  70. "utility"
  71. ],
  72. "testling": {
  73. "files": "test/*.js",
  74. "browsers": [
  75. "ie/8..latest",
  76. "firefox/17..latest",
  77. "firefox/nightly",
  78. "chrome/22..latest",
  79. "chrome/canary",
  80. "opera/12..latest",
  81. "opera/next",
  82. "safari/5.1..latest",
  83. "ipad/6.0..latest",
  84. "iphone/6.0..latest",
  85. "android-browser/4.2..latest"
  86. ]
  87. },
  88. "version": "1.6.0"
  89. }