智能照明系统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/e5/e5678bbf1fa2891859616fc44b4...

76 lines
2.0 KiB

{
"_args": [
[
"http-assert@1.4.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "http-assert@1.4.1",
"_id": "http-assert@1.4.1",
"_inBundle": false,
"_integrity": "sha1-xfcl1neqfoc+9zYZm4lobM6zeHg=",
"_location": "/http-assert",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "http-assert@1.4.1",
"name": "http-assert",
"escapedName": "http-assert",
"rawSpec": "1.4.1",
"saveSpec": null,
"fetchSpec": "1.4.1"
},
"_requiredBy": [
"/koa"
],
"_resolved": "https://registry.npm.taobao.org/http-assert/download/http-assert-1.4.1.tgz",
"_spec": "1.4.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"bugs": {
"url": "https://github.com/jshttp/http-assert/issues"
},
"dependencies": {
"deep-equal": "~1.0.1",
"http-errors": "~1.7.2"
},
"description": "assert with status codes",
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.17.2",
"eslint-plugin-markdown": "1.0.0",
"eslint-plugin-node": "8.0.1",
"eslint-plugin-promise": "4.1.1",
"eslint-plugin-standard": "4.0.0",
"istanbul": "0.4.5",
"mocha": "6.1.4"
},
"engines": {
"node": ">= 0.8"
},
"files": [
"HISTORY.md",
"LICENSE",
"README.md",
"index.js"
],
"homepage": "https://github.com/jshttp/http-assert#readme",
"keywords": [
"assert",
"http"
],
"license": "MIT",
"name": "http-assert",
"repository": {
"type": "git",
"url": "git+https://github.com/jshttp/http-assert.git"
},
"scripts": {
"lint": "eslint --plugin markdown --ext js,md .",
"test": "mocha --reporter spec --bail --check-leaks test/",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
},
"version": "1.4.1"
}