{ "_from": "qiniu-js", "_id": "qiniu-js@3.1.4", "_inBundle": false, "_integrity": "sha512-GWLNOHaXOZuw8YoIxnceUb6mWMFbv0AFHGG9FCGSu1600c+DVEVa/fScccvAgAE5Lhd7EmgjYQmmbbDIeEdTtQ==", "_location": "/qiniu-js", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "qiniu-js", "name": "qiniu-js", "escapedName": "qiniu-js", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/qiniu-js/-/qiniu-js-3.1.4.tgz", "_shasum": "87b5cb0f756afc3dbc880bca7c72f0f0f2276160", "_spec": "qiniu-js", "_where": "D:\\工作\\项目2\\test", "author": { "name": "sdk@qiniu.com" }, "bugs": { "url": "https://github.com/qiniu/js-sdk/issues" }, "bundleDependencies": false, "contributors": [ { "name": "jinxinxin", "email": "jinxinxin@qiniu.com" }, { "name": "winddies", "email": "zhangheng01@qiniu.com" } ], "dependencies": { "@babel/runtime-corejs2": "^7.10.2", "exif-js": "^2.3.0", "spark-md5": "^3.0.0" }, "deprecated": false, "description": "Javascript SDK for Qiniu Resource (Cloud) Storage AP", "devDependencies": { "@babel/cli": "^7.10.1", "@babel/core": "^7.10.2", "@babel/plugin-proposal-object-rest-spread": "^7.10.1", "@babel/plugin-transform-runtime": "^7.10.1", "@babel/preset-env": "^7.10.2", "@qiniu/eslint-config": "0.0.4", "@types/jest": "^25.2.3", "@types/node": "^13.1.4", "@types/spark-md5": "^3.0.2", "@typescript-eslint/eslint-plugin": "^2.34.0", "@typescript-eslint/parser": "^2.14.0", "babel-loader": "^8.1.0", "babel-plugin-syntax-flow": "^6.18.0", "body-parser": "^1.18.2", "connect-multiparty": "^2.1.0", "del-cli": "^3.0.1", "eslint": "^6.8.0", "eslint-plugin-import": "^2.20.2", "express": "^4.16.2", "jest": "^26.0.1", "multiparty": "^4.1.3", "qiniu": "^7.3.1", "request": "^2.88.1", "terser-webpack-plugin": "4.2.3", "ts-jest": "25.5.1", "ts-loader": "^6.2.1", "typedoc": "^0.17.7", "typescript": "^3.9.5", "webpack": "^4.41.5", "webpack-cli": "^3.3.11", "webpack-dev-server": "^3.11.0", "webpack-merge": "^4.2.2" }, "homepage": "https://github.com/qiniu/js-sdk#readme", "jsName": "qiniu", "license": "MIT", "main": "lib/index.js", "module": "esm/index.js", "name": "qiniu-js", "private": false, "repository": { "type": "git", "url": "git://github.com/qiniu/js-sdk.git" }, "scripts": { "build": "npm run clean && tsc && babel esm --out-dir lib && webpack --optimize-minimize --config webpack.prod.js", "clean": "del \"./(lib|dist|esm)\"", "dev": "npm run lint && webpack-dev-server --open --config webpack.dev.js", "lint": "tsc --noEmit && eslint --ext .ts", "server": "node test/server.js", "test": "jest --coverage" }, "types": "esm/index.d.ts", "version": "3.1.4" }