| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- {
- "name": "qiniu",
- "version": "7.15.1",
- "description": "Node wrapper for Qiniu Resource (Cloud) Storage API",
- "main": "index.js",
- "directories": {
- "test": "test"
- },
- "scripts": {
- "check-type": "tsc --noEmit",
- "test": "NODE_ENV=test mocha -t 300000 --retries 3",
- "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",
- "mkdirp": "^0.5.5",
- "mockdate": "^3.0.5",
- "tunnel-agent": "^0.6.0",
- "typescript": "^4.9.4",
- "urllib": "^2.41.0"
- },
- "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"
- }
|