{ "_args": [ [ "portfinder@1.0.26", "/home/riddhi/simulation/Gazebo_simulation-Frontend" ] ], "_from": "portfinder@1.0.26", "_id": "portfinder@1.0.26", "_inBundle": false, "_integrity": "sha512-Xi7mKxJHHMI3rIUrnm/jjUgwhbYMkp/XKEcZX3aG4BrumLpq3nmoQMX+ClYnDZnZ/New7IatC1no5RX0zo1vXQ==", "_location": "/portfinder", "_phantomChildren": { "ms": "2.1.2" }, "_requested": { "type": "version", "registry": true, "raw": "portfinder@1.0.26", "name": "portfinder", "escapedName": "portfinder", "rawSpec": "1.0.26", "saveSpec": null, "fetchSpec": "1.0.26" }, "_requiredBy": [ "/webpack-dev-server" ], "_resolved": "https://registry.npmjs.org/portfinder/-/portfinder-1.0.26.tgz", "_spec": "1.0.26", "_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend", "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.1" }, "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.26" }