Gazebo_simulation-Frontend/node_modules/detect-port-alt/package.json
2020-12-22 09:59:14 -05:00

75 lines
1.8 KiB
JSON

{
"_args": [
[
"detect-port-alt@1.1.6",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "detect-port-alt@1.1.6",
"_id": "detect-port-alt@1.1.6",
"_inBundle": false,
"_integrity": "sha512-5tQykt+LqfJFBEYaDITx7S7cR7mJ/zQmLXZ2qt5w04ainYZw6tBf9dBunMjVeVOdYVRUzUOE4HkY5J7+uttb5Q==",
"_location": "/detect-port-alt",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "detect-port-alt@1.1.6",
"name": "detect-port-alt",
"escapedName": "detect-port-alt",
"rawSpec": "1.1.6",
"saveSpec": null,
"fetchSpec": "1.1.6"
},
"_requiredBy": [
"/react-dev-utils"
],
"_resolved": "https://registry.npmjs.org/detect-port-alt/-/detect-port-alt-1.1.6.tgz",
"_spec": "1.1.6",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"bin": {
"detect": "bin/detect-port",
"detect-port": "bin/detect-port"
},
"bugs": {
"url": "https://github.com/node-modules/detect-port/issues"
},
"ci": {
"version": "4, 6, 7"
},
"dependencies": {
"address": "^1.0.1",
"debug": "^2.6.0"
},
"description": "detect available port",
"devDependencies": {
"command-line-test": "^1.0.8",
"egg-bin": "^1.10.3",
"egg-ci": "^1.1.0",
"eslint": "^3.13.1",
"eslint-config-egg": "^3.1.0",
"pedding": "^1.1.0"
},
"engines": {
"node": ">= 4.2.1"
},
"homepage": "https://github.com/node-modules/detect-port",
"keywords": [
"detect",
"port"
],
"license": "MIT",
"main": "index.js",
"name": "detect-port-alt",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/detect-port.git"
},
"scripts": {
"ci": "npm run lint && egg-bin cov",
"lint": "eslint .",
"test": "egg-bin test"
},
"version": "1.1.6"
}