智能照明系统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/2a/2adf150a7f28e55d66d35d2bf28...

88 lines
2.1 KiB

3 years ago
{
"_args": [
[
"cross-env@5.2.1",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "cross-env@5.2.1",
"_id": "cross-env@5.2.1",
"_inBundle": false,
"_integrity": "sha1-ssdsHKet1m3IdNEXmEZglPVRs00=",
"_location": "/@dcloudio/vue-cli-plugin-uni/cross-env",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "cross-env@5.2.1",
"name": "cross-env",
"escapedName": "cross-env",
"rawSpec": "5.2.1",
"saveSpec": null,
"fetchSpec": "5.2.1"
},
"_requiredBy": [
"/@dcloudio/vue-cli-plugin-uni"
],
"_resolved": "https://registry.npm.taobao.org/cross-env/download/cross-env-5.2.1.tgz",
"_spec": "5.2.1",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Kent C. Dodds",
"email": "kent@doddsfamily.us",
"url": "http://kentcdodds.com/"
},
"bin": {
"cross-env": "dist/bin/cross-env.js",
"cross-env-shell": "dist/bin/cross-env-shell.js"
},
"bugs": {
"url": "https://github.com/kentcdodds/cross-env/issues"
},
"dependencies": {
"cross-spawn": "^6.0.5"
},
"description": "Run scripts that set and use environment variables across platforms",
"devDependencies": {
"kcd-scripts": "^0.3.4"
},
"engines": {
"node": ">=4.0"
},
"eslintConfig": {
"extends": "./node_modules/kcd-scripts/eslint.js"
},
"eslintIgnore": [
"node_modules",
"coverage",
"dist"
],
"files": [
"dist"
],
"homepage": "https://github.com/kentcdodds/cross-env#readme",
"keywords": [
"cross-environment",
"environment variable",
"windows"
],
"license": "MIT",
"main": "dist/index.js",
"name": "cross-env",
"repository": {
"type": "git",
"url": "git+https://github.com/kentcdodds/cross-env.git"
},
"scripts": {
"add-contributor": "kcd-scripts contributors add",
"build": "kcd-scripts build",
"lint": "kcd-scripts lint",
"precommit": "kcd-scripts precommit",
"test": "kcd-scripts test",
"test:update": "npm test -- --updateSnapshot --coverage",
"validate": "kcd-scripts validate"
},
"version": "5.2.1"
}