智能照明系统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/1b/1bf3e74fbeec3cda960b0892738...

72 lines
1.6 KiB

3 years ago
{
"_args": [
[
"slash@3.0.0",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_development": true,
"_from": "slash@3.0.0",
"_id": "slash@3.0.0",
"_inBundle": false,
"_integrity": "sha1-ZTm+hwwWWtvVJAIg2+Nh8bxNRjQ=",
"_location": "/jest-resolve/slash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "slash@3.0.0",
"name": "slash",
"escapedName": "slash",
"rawSpec": "3.0.0",
"saveSpec": null,
"fetchSpec": "3.0.0"
},
"_requiredBy": [
"/jest-resolve"
],
"_resolved": "https://registry.npm.taobao.org/slash/download/slash-3.0.0.tgz?cache=0&sync_timestamp=1589682715547&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fslash%2Fdownload%2Fslash-3.0.0.tgz",
"_spec": "3.0.0",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/slash/issues"
},
"description": "Convert Windows backslash paths to slash paths",
"devDependencies": {
"ava": "^1.4.1",
"tsd": "^0.7.2",
"xo": "^0.24.0"
},
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts"
],
"homepage": "https://github.com/sindresorhus/slash#readme",
"keywords": [
"path",
"seperator",
"slash",
"backslash",
"windows",
"convert"
],
"license": "MIT",
"name": "slash",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/slash.git"
},
"scripts": {
"test": "xo && ava && tsd"
},
"version": "3.0.0"
}