source: trip-planner-front/node_modules/default-gateway/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 917 bytes
Line 
1{
2 "name": "default-gateway",
3 "version": "4.2.0",
4 "description": "Get the default network gateway, cross-platform.",
5 "author": "silverwind <me@silverwind.io>",
6 "repository": "silverwind/default-gateway",
7 "license": "BSD-2-Clause",
8 "scripts": {
9 "test": "eslint *.js && node --pending-deprecation --trace-deprecation --throw-deprecation --trace-warnings test.js"
10 },
11 "engines": {
12 "node": ">=6"
13 },
14 "dependencies": {
15 "execa": "^1.0.0",
16 "ip-regex": "^2.1.0"
17 },
18 "devDependencies": {
19 "eslint": "^5.15.1",
20 "eslint-config-silverwind": "^2.1.0",
21 "updates": "^7.2.0",
22 "ver": "4.0.1"
23 },
24 "files": [
25 "index.js",
26 "android.js",
27 "darwin.js",
28 "freebsd.js",
29 "linux.js",
30 "openbsd.js",
31 "sunos.js",
32 "win32.js",
33 "ibmi.js"
34 ],
35 "keywords": [
36 "default gateway",
37 "network",
38 "default",
39 "gateway",
40 "routing",
41 "route"
42 ]
43}
Note: See TracBrowser for help on using the repository browser.