智能照明系统APP-本地串口
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.
LightingSystemApp-serial/.svn/pristine/2e/2ed975ff0fa65800ca00adc0d29...

73 lines
1.9 KiB

3 years ago
{
"_args": [
[
"koa-compose@3.2.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "koa-compose@3.2.1",
"_id": "koa-compose@3.2.1",
"_inBundle": false,
"_integrity": "sha1-qFzLQLfZhtjlo0Wzoazo6rz1Tec=",
"_location": "/koa-compose",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "koa-compose@3.2.1",
"name": "koa-compose",
"escapedName": "koa-compose",
"rawSpec": "3.2.1",
"saveSpec": null,
"fetchSpec": "3.2.1"
},
"_requiredBy": [
"/koa-convert",
"/koa-router"
],
"_resolved": "https://registry.npm.taobao.org/koa-compose/download/koa-compose-3.2.1.tgz?cache=0&sync_timestamp=1599805339337&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fkoa-compose%2Fdownload%2Fkoa-compose-3.2.1.tgz",
"_spec": "3.2.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"bugs": {
"url": "https://github.com/koajs/compose/issues"
},
"dependencies": {
"any-promise": "^1.1.0"
},
"description": "compose Koa middleware",
"devDependencies": {
"co": "^4.6.0",
"istanbul": "^0.4.2",
"matcha": "^0.7.0",
"mocha": "^3.1.2",
"should": "^2.0.0",
"standard": "^8.4.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/koajs/compose#readme",
"keywords": [
"koa",
"middleware",
"compose"
],
"license": "MIT",
"name": "koa-compose",
"publishConfig": {
"tag": "next"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/compose.git"
},
"scripts": {
"bench": "matcha bench/bench.js",
"lint": "standard index.js test/*.js",
"test": "mocha --require should --reporter spec",
"test-cov": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --require should",
"test-travis": "node ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --require should"
},
"version": "3.2.1"
}