package.json 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "_args": [
  3. [
  4. "ali-oss@4.11.4",
  5. "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools"
  6. ]
  7. ],
  8. "_from": "ali-oss@4.11.4",
  9. "_id": "ali-oss@4.11.4",
  10. "_inBundle": false,
  11. "_integrity": "sha1-S3GfOfbNkVtI/RN4RAEkFAK63Uc=",
  12. "_location": "/ali-oss",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ali-oss@4.11.4",
  18. "name": "ali-oss",
  19. "escapedName": "ali-oss",
  20. "rawSpec": "4.11.4",
  21. "saveSpec": null,
  22. "fetchSpec": "4.11.4"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/ali-oss/-/ali-oss-4.11.4.tgz",
  28. "_spec": "4.11.4",
  29. "_where": "E:\\project\\my-cc-plugin\\hot-update-tools\\packages\\hot-update-tools",
  30. "author": {
  31. "name": "dead_horse"
  32. },
  33. "browser": {
  34. "lib/client.js": "./lib/browser.js",
  35. "mime": "./shims/mime.js",
  36. "urllib": "./shims/xhr.js",
  37. "utility": "./shims/utility.js",
  38. "crypto": "./shims/crypto.js",
  39. "fs": false,
  40. "child_process": false
  41. },
  42. "bugs": {
  43. "url": "https://github.com/aliyun/oss-nodejs-sdk/issues"
  44. },
  45. "dependencies": {
  46. "address": "^1.0.0",
  47. "agentkeepalive": "^2.1.1",
  48. "bowser": "^1.6.0",
  49. "co": "^4.6.0",
  50. "co-defer": "^1.0.0",
  51. "co-gather": "^0.0.1",
  52. "copy-to": "^2.0.1",
  53. "dateformat": "^2.0.0",
  54. "debug": "^2.2.0",
  55. "destroy": "^1.0.4",
  56. "end-or-error": "^1.0.1",
  57. "get-ready": "^1.0.0",
  58. "humanize-ms": "^1.2.0",
  59. "is-type-of": "^1.0.0",
  60. "merge-descriptors": "^1.0.1",
  61. "mime": "^1.3.4",
  62. "platform": "^1.3.1",
  63. "sdk-base": "^2.0.1",
  64. "urllib": "^2.17.1",
  65. "utility": "^1.8.0",
  66. "xml2js": "^0.4.16"
  67. },
  68. "description": "aliyun oss(object storage service) node client",
  69. "devDependencies": {
  70. "aliasify": "^2.0.0",
  71. "autod": "^2.6.1",
  72. "babel-plugin-transform-runtime": "^6.8.0",
  73. "babel-preset-es2015": "^6.24.1",
  74. "babel-runtime": "^6.6.1",
  75. "babelify": "^7.3.0",
  76. "beautify-benchmark": "^0.2.4",
  77. "benchmark": "^2.1.1",
  78. "bluebird": "^3.1.5",
  79. "browserify": "^13.3.0",
  80. "co-fs": "^1.2.0",
  81. "co-mocha": "^1.2.1",
  82. "crypto-browserify": "^1.0.9",
  83. "crypto-js": "^3.1.9-1",
  84. "filereader": "^0.10.3",
  85. "git-pre-hooks": "^1.2.0",
  86. "istanbul": "^0.4.3",
  87. "karma": "^1.7.1",
  88. "karma-browserify": "^5.1.1",
  89. "karma-chrome-launcher": "^2.2.0",
  90. "karma-firefox-launcher": "^1.0.1",
  91. "karma-mocha": "^1.3.0",
  92. "mm": "^2.0.0",
  93. "mocha": "^3.5.3",
  94. "platform": "^1.3.4",
  95. "promise-polyfill": "^6.0.2",
  96. "should": "^11.0.0",
  97. "sinon": "^1.17.7",
  98. "stream-equal": "^1.1.0",
  99. "thunk-mocha": "^1.0.3",
  100. "timemachine": "^0.3.0",
  101. "uglify-js": "^2.8.29",
  102. "watchify": "^3.9.0"
  103. },
  104. "engines": {
  105. "node": ">=4"
  106. },
  107. "files": [
  108. "lib",
  109. "shims",
  110. "dist"
  111. ],
  112. "git-pre-hooks": {
  113. "pre-release": "npm run build-dist",
  114. "post-release": [
  115. "npm publish",
  116. "npm run publish-to-cdn"
  117. ]
  118. },
  119. "homepage": "https://github.com/aliyun/oss-nodejs-sdk",
  120. "keywords": [
  121. "oss",
  122. "client",
  123. "file",
  124. "aliyun"
  125. ],
  126. "license": "MIT",
  127. "main": "lib/client.js",
  128. "name": "ali-oss",
  129. "repository": {
  130. "type": "git",
  131. "url": "git://github.com/aliyun/oss-nodejs-sdk.git"
  132. },
  133. "scripts": {
  134. "autod": "autod",
  135. "browser-test": "npm run build-test && karma start",
  136. "build-dist": "node browser-build.js > dist/aliyun-oss-sdk.js && MINIFY=1 node browser-build.js > dist/aliyun-oss-sdk.min.js",
  137. "build-test": "node browser-build.js > test/browser/build/aliyun-oss-sdk.js && node task/browser-test-build.js > test/browser/build/tests.js",
  138. "jshint": "jshint .",
  139. "publish-to-cdn": "node publish.js",
  140. "test": "mocha -t 60000 -r thunk-mocha -r should test/*.test.js",
  141. "test-cov": "istanbul cover node_modules/.bin/_mocha -- -R dot -t 60000 -r thunk-mocha -r should test/*.test.js"
  142. },
  143. "version": "4.11.4"
  144. }