2025-04-24 17:03:28 +08:00

71 lines
1.7 KiB
JSON

{
"_args": [
[
"sdk-base@2.0.1",
"/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools"
]
],
"_from": "sdk-base@2.0.1",
"_id": "sdk-base@2.0.1",
"_inBundle": false,
"_integrity": "sha1-ukAonovfJy7RHdnql+r5jgNtJMY=",
"_location": "/sdk-base",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.nlark.com/sdk-base/download/sdk-base-2.0.1.tgz",
"_spec": "2.0.1",
"_where": "/Users/xyf/Documents/project/cocos-creator-plugin/plugin-project/packages/hot-update-tools",
"author": {
"name": "dead_horse",
"email": "dead_horse@qq.com",
"url": "http://deadhorse.me"
},
"bugs": {
"url": "https://github.com/node-modules/sdk-base/issues"
},
"dependencies": {
"get-ready": "~1.0.0"
},
"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"
}