{ "_args": [ [ "portfinder@1.0.28", "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" ] ], "_development": true, "_from": "portfinder@1.0.28", "_id": "portfinder@1.0.28", "_inBundle": false, "_integrity": "sha512-Se+2isanIcEqf2XMHjyUKskczxbPH7dQnlMjXX6+dybayyHvAf/TCgyMRlzf/B6QDhAEFOGes0pzRo3by4AbMA==", "_location": "/portfinder", "_phantomChildren": { "minimist": "1.2.5", "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": [ "/webpack-dev-server" ], "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.28.tgz", "_spec": "1.0.28", "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", "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" }