package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@1.6.0",
  5. "E:\\vscode\\UseStudio.Desktop\\resources\\app"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "concat-stream@1.6.0",
  10. "_id": "concat-stream@1.6.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CqxmL9Ur54lk1VMvaUeE5wEQrPc=",
  13. "_location": "/concat-stream",
  14. "_phantomChildren": {
  15. "core-util-is": "1.0.2",
  16. "inherits": "2.0.3",
  17. "process-nextick-args": "2.0.0",
  18. "safe-buffer": "5.1.1",
  19. "util-deprecate": "1.0.2"
  20. },
  21. "_requested": {
  22. "type": "version",
  23. "registry": true,
  24. "raw": "concat-stream@1.6.0",
  25. "name": "concat-stream",
  26. "escapedName": "concat-stream",
  27. "rawSpec": "1.6.0",
  28. "saveSpec": null,
  29. "fetchSpec": "1.6.0"
  30. },
  31. "_requiredBy": [
  32. "/extract-zip"
  33. ],
  34. "_resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.0.tgz",
  35. "_spec": "1.6.0",
  36. "_where": "E:\\vscode\\UseStudio.Desktop\\resources\\app",
  37. "author": {
  38. "name": "Max Ogden",
  39. "email": "max@maxogden.com"
  40. },
  41. "bugs": {
  42. "url": "http://github.com/maxogden/concat-stream/issues"
  43. },
  44. "dependencies": {
  45. "inherits": "^2.0.3",
  46. "readable-stream": "^2.2.2",
  47. "typedarray": "^0.0.6"
  48. },
  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.0"
  93. }