Files
wangxiaowei 5d7b75a14e first commit
2025-12-09 13:35:21 +08:00

74 lines
1.8 KiB
JSON

{
"_from": "portfinder@^1.0.13",
"_id": "portfinder@1.0.38",
"_inBundle": false,
"_integrity": "sha512-rEwq/ZHlJIKw++XtLAO8PPuOQA/zaPJOZJ37BVuN97nLpMJeuDVLVGRwbFoBgLudgdTMP2hdRJP++H+8QOA3vg==",
"_location": "/portfinder",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "portfinder@^1.0.13",
"name": "portfinder",
"escapedName": "portfinder",
"rawSpec": "^1.0.13",
"saveSpec": null,
"fetchSpec": "^1.0.13"
},
"_requiredBy": [
"#DEV:/",
"/webpack-dev-server"
],
"_resolved": "https://registry.npmmirror.com/portfinder/-/portfinder-1.0.38.tgz",
"_shasum": "e4fb3a2d888b20d2977da050e48ab5e1f57a185e",
"_spec": "portfinder@^1.0.13",
"_where": "E:\\work\\Vue\\xiuhu\\shop",
"author": {
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
"bugs": {
"url": "https://github.com/http-party/node-portfinder/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Erik Trom",
"email": "erik.trom@gmail.com"
}
],
"dependencies": {
"async": "^3.2.6",
"debug": "^4.3.6"
},
"deprecated": false,
"description": "A simple tool to find an open port on the current machine",
"devDependencies": {
"jest": "^29.7.0"
},
"engines": {
"node": ">= 10.12"
},
"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": "jest --runInBand"
},
"types": "./lib/portfinder.d.ts",
"version": "1.0.38"
}