75 lines
1.7 KiB
JSON
75 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"portfinder@1.0.32",
|
|
"D:\\林谷智能项目\\yanchengPowerSupply"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "portfinder@1.0.32",
|
|
"_id": "portfinder@1.0.32",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==",
|
|
"_location": "/portfinder",
|
|
"_phantomChildren": {
|
|
"ms": "2.1.2"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "portfinder@1.0.32",
|
|
"name": "portfinder",
|
|
"escapedName": "portfinder",
|
|
"rawSpec": "1.0.32",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.0.32"
|
|
},
|
|
"_requiredBy": [
|
|
"/@vue/cli-service",
|
|
"/webpack-dev-server"
|
|
],
|
|
"_resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.32.tgz",
|
|
"_spec": "1.0.32",
|
|
"_where": "D:\\林谷智能项目\\yanchengPowerSupply",
|
|
"author": {
|
|
"name": "Charlie Robbins",
|
|
"email": "charlie.robbins@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/http-party/node-portfinder/issues"
|
|
},
|
|
"dependencies": {
|
|
"async": "^2.6.4",
|
|
"debug": "^3.2.7",
|
|
"mkdirp": "^0.5.6"
|
|
},
|
|
"description": "A simple tool to find an open port on the current machine",
|
|
"devDependencies": {
|
|
"vows": "^0.8.3"
|
|
},
|
|
"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.32"
|
|
}
|