租房小程序前端代码
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.
 
 
 

67 lines
1.7 KiB

{
"_from": "sdk-base@^2.0.1",
"_id": "sdk-base@2.0.1",
"_inBundle": false,
"_integrity": "sha512-eeG26wRwhtwYuKGCDM3LixCaxY27Pa/5lK4rLKhQa7HBjJ3U3Y+f81MMZQRsDw/8SC2Dao/83yJTXJ8aULuN8Q==",
"_location": "/sdk-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "sdk-base@^2.0.1",
"name": "sdk-base",
"escapedName": "sdk-base",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/ali-oss"
],
"_resolved": "https://registry.npmmirror.com/sdk-base/-/sdk-base-2.0.1.tgz",
"_shasum": "ba40289e8bdf272ed11dd9ea97eaf98e036d24c6",
"_spec": "sdk-base@^2.0.1",
"_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\ali-oss",
"author": {
"name": "dead_horse",
"email": "dead_horse@qq.com",
"url": "http://deadhorse.me"
},
"bugs": {
"url": "https://github.com/node-modules/sdk-base/issues"
},
"bundleDependencies": false,
"dependencies": {
"get-ready": "~1.0.0"
},
"deprecated": false,
"description": "a base class for sdk with default error handler",
"devDependencies": {
"istanbul": "*",
"mocha": "*",
"should": "7"
},
"engine": {
"node": ">=0.10"
},
"files": [
"index.js"
],
"homepage": "https://github.com/node-modules/sdk-base#readme",
"keywords": [
"sdk",
"error"
],
"license": "MIT",
"main": "index.js",
"name": "sdk-base",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/node-modules/sdk-base.git"
},
"scripts": {
"test": "mocha -R spec -t 5000 -r should test/*.test.js",
"test-cov": "istanbul cover _mocha -- -t 5000 -r should test/*.test.js"
},
"version": "2.0.1"
}