智能照明系统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/73/7369aa0957104277ae190c328e7...

77 lines
1.8 KiB

3 years ago
{
"_args": [
[
"koa-mount@4.0.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "koa-mount@4.0.0",
"_id": "koa-mount@4.0.0",
"_inBundle": false,
"_integrity": "sha1-4CZeWBmOGhTviJUUxgclT/OGMpw=",
"_location": "/koa-mount",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "koa-mount@4.0.0",
"name": "koa-mount",
"escapedName": "koa-mount",
"rawSpec": "4.0.0",
"saveSpec": null,
"fetchSpec": "4.0.0"
},
"_requiredBy": [
"/@hap-toolkit/server"
],
"_resolved": "https://registry.npm.taobao.org/koa-mount/download/koa-mount-4.0.0.tgz",
"_spec": "4.0.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"bugs": {
"url": "https://github.com/koajs/mount/issues"
},
"dependencies": {
"debug": "^4.0.1",
"koa-compose": "^4.1.0"
},
"description": "Mounting middleware for koa",
"devDependencies": {
"eslint": "^3.18.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^2.1.1",
"istanbul": "^0.4.5",
"koa": "^2.0.1",
"koa-static": "^3.0.0",
"mocha": "^3.2.0",
"should": "^11.2.0",
"supertest": "^3.0.0"
},
"engines": {
"node": ">= 7.6.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/koajs/mount#readme",
"keywords": [
"koa",
"middleware",
"mount",
"mounting"
],
"license": "MIT",
"name": "koa-mount",
"repository": {
"type": "git",
"url": "git+https://github.com/koajs/mount.git"
},
"scripts": {
"lint": "eslint --fix .",
"test": "NODE_ENV=test mocha --reporter spec",
"test-cov": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "NODE_ENV=test istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"version": "4.0.0"
}