Gazebo_simulation-Frontend/node_modules/default-gateway/package.json

96 lines
2.1 KiB
JSON

{
"_args": [
[
"default-gateway@2.7.2",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "default-gateway@2.7.2",
"_id": "default-gateway@2.7.2",
"_inBundle": false,
"_integrity": "sha512-lAc4i9QJR0YHSDFdzeBQKfZ1SRDG3hsJNEkrpcZa8QhBfidLAilT60BDEIVUUGqosFp425KOgB3uYqcnQrWafQ==",
"_location": "/default-gateway",
"_phantomChildren": {
"cross-spawn": "6.0.5",
"is-stream": "1.1.0",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"signal-exit": "3.0.3",
"strip-eof": "1.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "default-gateway@2.7.2",
"name": "default-gateway",
"escapedName": "default-gateway",
"rawSpec": "2.7.2",
"saveSpec": null,
"fetchSpec": "2.7.2"
},
"_requiredBy": [
"/internal-ip"
],
"_resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-2.7.2.tgz",
"_spec": "2.7.2",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "silverwind",
"email": "me@silverwind.io"
},
"bugs": {
"url": "https://github.com/silverwind/default-gateway/issues"
},
"dependencies": {
"execa": "^0.10.0",
"ip-regex": "^2.1.0"
},
"description": "Get the default network gateway, cross-platform.",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-silverwind": "^1.0.42",
"updates": "^3.0.0"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js",
"android.js",
"darwin.js",
"freebsd.js",
"linux.js",
"openbsd.js",
"sunos.js",
"win32.js"
],
"homepage": "https://github.com/silverwind/default-gateway#readme",
"keywords": [
"default gateway",
"network",
"default",
"gateway",
"routing",
"route"
],
"license": "BSD-2-Clause",
"name": "default-gateway",
"os": [
"android",
"darwin",
"freebsd",
"linux",
"openbsd",
"sunos",
"win32"
],
"repository": {
"type": "git",
"url": "git+https://github.com/silverwind/default-gateway.git"
},
"scripts": {
"test": "make test"
},
"version": "2.7.2"
}