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

71 lines
1.6 KiB

{
"_args": [
[
"ylru@1.2.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "ylru@1.2.1",
"_id": "ylru@1.2.1",
"_inBundle": false,
"_integrity": "sha1-9Xa2M0FUeYnB3nuiiHYJI7J/6E8=",
"_location": "/ylru",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ylru@1.2.1",
"name": "ylru",
"escapedName": "ylru",
"rawSpec": "1.2.1",
"saveSpec": null,
"fetchSpec": "1.2.1"
},
"_requiredBy": [
"/cache-content-type"
],
"_resolved": "https://registry.npm.taobao.org/ylru/download/ylru-1.2.1.tgz",
"_spec": "1.2.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "fengmk2"
},
"bugs": {
"url": "https://github.com/node-modules/ylru/issues"
},
"dependencies": {},
"description": "Extends LRU base on hashlru",
"devDependencies": {
"beautify-benchmark": "^0.2.4",
"benchmark": "^2.1.3",
"egg-bin": "^1.10.0",
"eslint": "^3.12.2",
"eslint-config-egg": "^3.2.0",
"hashlru": "^1.0.3",
"ko-sleep": "^1.0.2",
"lru-cache": "^4.0.2"
},
"engines": {
"node": ">= 4.0.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/node-modules/ylru",
"license": "MIT",
"main": "index.js",
"name": "ylru",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/ylru.git"
},
"scripts": {
"autod": "autod",
"ci": "npm run lint && npm run cov",
"cov": "egg-bin cov",
"lint": "eslint test *.js",
"test": "npm run lint -- --fix && npm run test-local",
"test-local": "egg-bin test"
},
"version": "1.2.1"
}