package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "concat-stream@1.6.2",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-plugin-eslint/eslint",
  27. "/copy-webpack-plugin/mississippi",
  28. "/mississippi"
  29. ],
  30. "_resolved": "https://registry.npm.taobao.org/concat-stream/download/concat-stream-1.6.2.tgz",
  31. "_spec": "1.6.2",
  32. "_where": "/Users/lihai/jolijoli/pad_spa",
  33. "author": {
  34. "name": "Max Ogden",
  35. "email": "max@maxogden.com"
  36. },
  37. "bugs": {
  38. "url": "http://github.com/maxogden/concat-stream/issues"
  39. },
  40. "dependencies": {
  41. "buffer-from": "^1.0.0",
  42. "inherits": "^2.0.3",
  43. "readable-stream": "^2.2.2",
  44. "typedarray": "^0.0.6"
  45. },
  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. }