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

88 lines
1.9 KiB

{
"_args": [
[
"import-local@3.0.2",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "import-local@3.0.2",
"_id": "import-local@3.0.2",
"_inBundle": false,
"_integrity": "sha1-qM/QQx0d5KIZlwPQA+PmI2T6bbY=",
"_location": "/jest/import-local",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "import-local@3.0.2",
"name": "import-local",
"escapedName": "import-local",
"rawSpec": "3.0.2",
"saveSpec": null,
"fetchSpec": "3.0.2"
},
"_requiredBy": [
"/jest",
"/jest/jest-cli"
],
"_resolved": "https://registry.npm.taobao.org/import-local/download/import-local-3.0.2.tgz",
"_spec": "3.0.2",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": {
"import-local-fixture": "fixtures/cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/import-local/issues"
},
"dependencies": {
"pkg-dir": "^4.2.0",
"resolve-cwd": "^3.0.0"
},
"description": "Let a globally installed package use a locally installed version of itself if available",
"devDependencies": {
"ava": "2.1.0",
"cpy": "^7.0.1",
"del": "^4.1.1",
"execa": "^2.0.1",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"fixtures/cli.js"
],
"homepage": "https://github.com/sindresorhus/import-local#readme",
"keywords": [
"import",
"local",
"require",
"resolve",
"global",
"version",
"prefer",
"cli"
],
"license": "MIT",
"name": "import-local",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/import-local.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.2",
"xo": {
"ignores": [
"fixtures"
]
}
}