You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.9 KiB
63 lines
1.9 KiB
{
|
|
"_from": "cos-js-sdk-v5@^0.5.27",
|
|
"_id": "cos-js-sdk-v5@0.5.27",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-kq5363l1TpU26AHRZTcWCibPfM5ykQ2zHsdpnP/Ax8SMuYQDNIP/BVWaA55Ks2r5JsELjqXLF516FeXQz3jEZw==",
|
|
"_location": "/cos-js-sdk-v5",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "cos-js-sdk-v5@^0.5.27",
|
|
"name": "cos-js-sdk-v5",
|
|
"escapedName": "cos-js-sdk-v5",
|
|
"rawSpec": "^0.5.27",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.5.27"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/cos-js-sdk-v5/-/cos-js-sdk-v5-0.5.27.tgz",
|
|
"_shasum": "22759bc32b3f0c63caf3328400140f97f50fe6b3",
|
|
"_spec": "cos-js-sdk-v5@^0.5.27",
|
|
"_where": "D:\\仁舟项目\\admin_dHBzn",
|
|
"author": {
|
|
"name": "carsonxu"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/tencentyun/cos-js-sdk-v5/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"xmldom": "^0.1.27"
|
|
},
|
|
"deprecated": false,
|
|
"description": "JavaScript SDK for [腾讯云对象存储](https://cloud.tencent.com/product/cos)",
|
|
"devDependencies": {
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"body-parser": "^1.18.3",
|
|
"cross-env": "^5.2.0",
|
|
"express": "^4.16.4",
|
|
"qcloud-cos-sts": "^3.0.2",
|
|
"request": "^2.87.0",
|
|
"webpack": "^3.8.1"
|
|
},
|
|
"homepage": "https://github.com/tencentyun/cos-js-sdk-v5#readme",
|
|
"keywords": [],
|
|
"license": "ISC",
|
|
"main": "index.js",
|
|
"name": "cos-js-sdk-v5",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/tencentyun/cos-js-sdk-v5.git"
|
|
},
|
|
"scripts": {
|
|
"build": "cross-env NODE_ENV=production webpack",
|
|
"cos-auth.min.js": "uglifyjs ./demo/common/cos-auth.js -o ./demo/common/cos-auth.min.js -c -m",
|
|
"dev": "cross-env NODE_ENV=development webpack -w",
|
|
"server": "node server/sts.js"
|
|
},
|
|
"version": "0.5.27"
|
|
}
|
|
|