package.json 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. {
  2. "_from": "ali-oss@6.13.2",
  3. "_id": "ali-oss@6.13.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-85z+2Cd3ydCmdw/l6oFkaMmyswPVXm2r6a8GI+738s7O6YsDHDSogQ04joymUT2gdFNVWHYWTmXWLKEkD19eEQ==",
  6. "_location": "/ali-oss",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "ali-oss@6.13.2",
  12. "name": "ali-oss",
  13. "escapedName": "ali-oss",
  14. "rawSpec": "6.13.2",
  15. "saveSpec": null,
  16. "fetchSpec": "6.13.2"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/ali-oss/-/ali-oss-6.13.2.tgz",
  22. "_shasum": "ebd965b935bb8f436c5c5ef0fc03fd228fbf00a7",
  23. "_spec": "ali-oss@6.13.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront",
  25. "author": {
  26. "name": "dead_horse"
  27. },
  28. "browser": {
  29. "lib/client.js": "./dist/aliyun-oss-sdk.js",
  30. "mime": "mime/lite",
  31. "urllib": "./shims/xhr.js",
  32. "utility": "./shims/utility.js",
  33. "crypto": "./shims/crypto/crypto.js",
  34. "debug": "./shims/debug",
  35. "fs": false,
  36. "child_process": false,
  37. "is-type-of": "./shims/is-type-of.js"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/aliyun/oss-nodejs-sdk/issues"
  41. },
  42. "bundleDependencies": false,
  43. "dependencies": {
  44. "address": "^1.0.0",
  45. "agentkeepalive": "^3.4.1",
  46. "bowser": "^1.6.0",
  47. "co-defer": "^1.0.0",
  48. "copy-to": "^2.0.1",
  49. "dateformat": "^2.0.0",
  50. "debug": "^2.2.0",
  51. "destroy": "^1.0.4",
  52. "end-or-error": "^1.0.1",
  53. "get-ready": "^1.0.0",
  54. "humanize-ms": "^1.2.0",
  55. "is-type-of": "^1.0.0",
  56. "js-base64": "^2.5.2",
  57. "jstoxml": "^0.2.3",
  58. "merge-descriptors": "^1.0.1",
  59. "mime": "^2.4.5",
  60. "mz-modules": "^2.1.0",
  61. "platform": "^1.3.1",
  62. "pump": "^3.0.0",
  63. "sdk-base": "^2.0.1",
  64. "stream-http": "2.8.2",
  65. "stream-wormhole": "^1.0.4",
  66. "urllib": "^2.33.1",
  67. "utility": "^1.8.0",
  68. "xml2js": "^0.4.16"
  69. },
  70. "deprecated": false,
  71. "description": "aliyun oss(object storage service) node client",
  72. "devDependencies": {
  73. "@babel/core": "^7.11.6",
  74. "@babel/plugin-transform-regenerator": "^7.10.4",
  75. "@babel/plugin-transform-runtime": "^7.11.5",
  76. "@babel/preset-env": "^7.11.5",
  77. "@babel/runtime": "^7.11.2",
  78. "@types/node": "^14.0.12",
  79. "@typescript-eslint/eslint-plugin": "^2.34.0",
  80. "@typescript-eslint/parser": "^2.34.0",
  81. "aliasify": "^2.0.0",
  82. "autod": "^2.6.1",
  83. "babelify": "^10.0.0",
  84. "beautify-benchmark": "^0.2.4",
  85. "benchmark": "^2.1.1",
  86. "bluebird": "^3.1.5",
  87. "browserify": "^16.5.2",
  88. "co-fs": "^1.2.0",
  89. "co-mocha": "^1.2.1",
  90. "core-js": "^3.6.5",
  91. "crypto-js": "^3.1.9-1",
  92. "dotenv": "^8.2.0",
  93. "eslint": "^6.8.0",
  94. "eslint-config-airbnb": "^16.1.0",
  95. "eslint-config-ali": "^9.0.2",
  96. "eslint-plugin-import": "^2.21.1",
  97. "eslint-plugin-jsx-a11y": "^6.0.3",
  98. "eslint-plugin-react": "^7.7.0",
  99. "filereader": "^0.10.3",
  100. "git-pre-hooks": "^1.2.0",
  101. "immediate": "^3.3.0",
  102. "karma": "^1.7.1",
  103. "karma-browserify": "^5.1.1",
  104. "karma-chrome-launcher": "^2.2.0",
  105. "karma-firefox-launcher": "^1.0.1",
  106. "karma-ie-launcher": "^1.0.0",
  107. "karma-mocha": "^1.3.0",
  108. "karma-safari-launcher": "^1.0.0",
  109. "lint-staged": "^9.5.0",
  110. "mm": "^2.0.0",
  111. "mocha": "^3.5.3",
  112. "nyc": "^13.3.0",
  113. "promise-polyfill": "^6.0.2",
  114. "request": "^2.88.0",
  115. "should": "^11.0.0",
  116. "sinon": "^1.17.7",
  117. "snyk": "^1.231.0",
  118. "standard-version": "^8.0.1",
  119. "stream-equal": "^1.1.0",
  120. "thunk-mocha": "^1.0.3",
  121. "timemachine": "^0.3.0",
  122. "typescript": "^3.9.5",
  123. "uglify-js": "^2.8.29",
  124. "watchify": "^3.9.0"
  125. },
  126. "engines": {
  127. "node": ">=8"
  128. },
  129. "files": [
  130. "lib",
  131. "shims",
  132. "dist"
  133. ],
  134. "git-pre-hooks": {
  135. "pre-release": "npm run build-dist",
  136. "post-release": [
  137. "npm run publish-to-npm",
  138. "npm run publish-to-cdn"
  139. ],
  140. "pre-commit": "npm run lint-staged"
  141. },
  142. "homepage": "https://github.com/aliyun/oss-nodejs-sdk",
  143. "keywords": [
  144. "oss",
  145. "client",
  146. "file",
  147. "aliyun"
  148. ],
  149. "license": "MIT",
  150. "lint-staged": {
  151. "**/!(dist)/*": [
  152. "npm run detect-secrets --"
  153. ]
  154. },
  155. "main": "lib/client.js",
  156. "name": "ali-oss",
  157. "repository": {
  158. "type": "git",
  159. "url": "git://github.com/aliyun/oss-nodejs-sdk.git"
  160. },
  161. "scripts": {
  162. "autod": "autod",
  163. "browser-test": "npm run build-test && karma start",
  164. "build-change-log": "standard-version",
  165. "build-dist": "npm run tsc && node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js",
  166. "build-test": "MINIFY=1 node browser-build.js > test/browser/build/aliyun-oss-sdk.min.js && node -r dotenv/config task/browser-test-build.js > test/browser/build/tests.js",
  167. "detect-secrets": "node task/detect-secrets",
  168. "jshint": "jshint .",
  169. "lint-staged": "lint-staged",
  170. "prepublish": "npm run snyk-protect",
  171. "publish-to-cdn": "node publish.js",
  172. "publish-to-npm": "node publish-npm-check.js && npm publish",
  173. "snyk-protect": "snyk protect",
  174. "test": "mocha -t 60000 -r thunk-mocha -r should -r dotenv/config test/node/*.test.js test/node/**/*.test.js",
  175. "test-cov": "nyc --reporter=lcov node_modules/.bin/_mocha -t 60000 -r thunk-mocha -r should test/node/*.test.js test/node/**/*.test.js",
  176. "tsc": "npm run tsc:clean && npm run tsc:build",
  177. "tsc:build": "tsc -b tsconfig.json tsconfig-cjs.json",
  178. "tsc:clean": "tsc -b tsconfig.json tsconfig-cjs.json --clean ",
  179. "tsc:watch": "tsc -b tsconfig.json tsconfig-cjs.json --watch"
  180. },
  181. "snyk": true,
  182. "version": "6.13.2"
  183. }