package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@1.6.2",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "concat-stream@1.6.2",
  10. "_id": "concat-stream@1.6.2",
  11. "_inBundle": false,
  12. "_integrity": "sha1-kEvfGUzTEi/Gdcd/xKw9T/D9GjQ=",
  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. "/copy-webpack-plugin/mississippi",
  27. "/mississippi"
  28. ],
  29. "_resolved": "http://registry.npm.taobao.org/concat-stream/download/concat-stream-1.6.2.tgz",
  30. "_spec": "1.6.2",
  31. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  32. "author": {
  33. "name": "Max Ogden",
  34. "email": "max@maxogden.com"
  35. },
  36. "bugs": {
  37. "url": "http://github.com/maxogden/concat-stream/issues"
  38. },
  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. "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.2"
  89. }