first commit
This commit is contained in:
34
app_vue/node_modules/portfinder/package.json
generated
vendored
Normal file
34
app_vue/node_modules/portfinder/package.json
generated
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "portfinder",
|
||||
"description": "A simple tool to find an open port on the current machine",
|
||||
"version": "1.0.37",
|
||||
"author": "Charlie Robbins <charlie.robbins@gmail.com>, Erik Trom <erik.trom@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:http-party/node-portfinder.git"
|
||||
},
|
||||
"keywords": [
|
||||
"http",
|
||||
"ports",
|
||||
"utilities"
|
||||
],
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"dependencies": {
|
||||
"async": "^3.2.6",
|
||||
"debug": "^4.3.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^29.7.0"
|
||||
},
|
||||
"main": "./lib/portfinder",
|
||||
"types": "./lib/portfinder.d.ts",
|
||||
"scripts": {
|
||||
"test": "jest --runInBand"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 10.12"
|
||||
},
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user