source: trip-planner-front/node_modules/default-gateway/package.json@ 8d391a1

Last change on this file since 8d391a1 was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2 "_args": [
3 [
4 "default-gateway@4.2.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "default-gateway@4.2.0",
10 "_id": "default-gateway@4.2.0",
11 "_inBundle": false,
12 "_integrity": "sha512-h6sMrVB1VMWVrW13mSc6ia/DwYYw5MN6+exNu1OaJeFac5aSAvwM7lZ0NVfTABuSkQelr4h5oebg3KB1XPdjgA==",
13 "_location": "/default-gateway",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "default-gateway@4.2.0",
19 "name": "default-gateway",
20 "escapedName": "default-gateway",
21 "rawSpec": "4.2.0",
22 "saveSpec": null,
23 "fetchSpec": "4.2.0"
24 },
25 "_requiredBy": [
26 "/internal-ip"
27 ],
28 "_resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-4.2.0.tgz",
29 "_spec": "4.2.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "silverwind",
33 "email": "me@silverwind.io"
34 },
35 "bugs": {
36 "url": "https://github.com/silverwind/default-gateway/issues"
37 },
38 "dependencies": {
39 "execa": "^1.0.0",
40 "ip-regex": "^2.1.0"
41 },
42 "description": "Get the default network gateway, cross-platform.",
43 "devDependencies": {
44 "eslint": "^5.15.1",
45 "eslint-config-silverwind": "^2.1.0",
46 "updates": "^7.2.0",
47 "ver": "4.0.1"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "files": [
53 "index.js",
54 "android.js",
55 "darwin.js",
56 "freebsd.js",
57 "linux.js",
58 "openbsd.js",
59 "sunos.js",
60 "win32.js",
61 "ibmi.js"
62 ],
63 "homepage": "https://github.com/silverwind/default-gateway#readme",
64 "keywords": [
65 "default gateway",
66 "network",
67 "default",
68 "gateway",
69 "routing",
70 "route"
71 ],
72 "license": "BSD-2-Clause",
73 "name": "default-gateway",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/silverwind/default-gateway.git"
77 },
78 "scripts": {
79 "test": "eslint *.js && node --pending-deprecation --trace-deprecation --throw-deprecation --trace-warnings test.js"
80 },
81 "version": "4.2.0"
82}
Note: See TracBrowser for help on using the repository browser.