四好公路
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.

78 lines
1.6 KiB

3 years ago
{
"name": "qiniu",
"version": "7.7.0",
"description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "NODE_ENV=test mocha -t 300000",
"cover": "nyc npm run test",
"report": "nyc report --reporter=html",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git://github.com/qiniu/nodejs-sdk.git"
},
"bugs": {
"url": "https://github.com/qiniu/nodejs-sdk/issues"
},
"keywords": [
"cloud",
"storage",
"s3",
"qiniu",
"web-service"
],
"author": "sdk@qiniu.com",
"contributors": [
{
"name": "Xu Shiwei",
"email": "xushiweizh@gmail.com"
},
{
"name": "why404",
"email": "awhy.xu@gmail.com"
},
{
"name": "guhao",
"email": "guhao@qiniu.com"
},
{
"name": "jinxinxin",
"email": "jinxinxin@qiniu.com"
}
],
"engines": {
"node": ">= 6"
},
"dependencies": {
"agentkeepalive": "^4.0.2",
"before": "^0.0.1",
"block-stream2": "^2.0.0",
"crc32": "^0.2.2",
"destroy": "^1.0.4",
"encodeurl": "^1.0.1",
"formstream": "^1.1.0",
"mime": "^2.4.4",
"mockdate": "^3.0.5",
"tunnel-agent": "^0.6.0",
"urllib": "^2.34.1"
},
"devDependencies": {
"@types/node": "^8.0.3",
"eslint": "^6.5.1",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.11.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.1",
"nyc": "^14.1.1",
"should": "^13.2.3"
},
"license": "MIT"
}