package.json 2.0 KB

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