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

75 lines
1.8 KiB

{
"_args": [
[
"portfinder@1.0.28",
"D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1"
]
],
"_from": "portfinder@1.0.28",
"_id": "portfinder@1.0.28",
"_inBundle": false,
"_integrity": "sha1-Z8RiKFK9U3TdHdkA93n1NGL6x3g=",
"_location": "/portfinder",
"_phantomChildren": {
"ms": "2.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "portfinder@1.0.28",
"name": "portfinder",
"escapedName": "portfinder",
"rawSpec": "1.0.28",
"saveSpec": null,
"fetchSpec": "1.0.28"
},
"_requiredBy": [
"/@hap-toolkit/server",
"/@vue/cli-service",
"/webpack-dev-server"
],
"_resolved": "https://registry.npm.taobao.org/portfinder/download/portfinder-1.0.28.tgz?cache=0&sync_timestamp=1596018176291&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fportfinder%2Fdownload%2Fportfinder-1.0.28.tgz",
"_spec": "1.0.28",
"_where": "D:\\MyWork\\CustomerApp\\ekon\\ekon-appv1",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/http-party/node-portfinder/issues"
},
"dependencies": {
"async": "^2.6.2",
"debug": "^3.1.1",
"mkdirp": "^0.5.5"
},
"description": "A simple tool to find an open port on the current machine",
"devDependencies": {
"glob": "^7.1.4",
"vows": "^0.8.2"
},
"engines": {
"node": ">= 0.12.0"
},
"files": [
"lib"
],
"homepage": "https://github.com/http-party/node-portfinder#readme",
"keywords": [
"http",
"ports",
"utilities"
],
"license": "MIT",
"main": "./lib/portfinder",
"name": "portfinder",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/http-party/node-portfinder.git"
},
"scripts": {
"test": "vows test/*-test.js --spec"
},
"types": "./lib/portfinder.d.ts",
"version": "1.0.28"
}