source: trip-planner-front/node_modules/internal-ip/package.json@ e29cc2e

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

adding photos

  • Property mode set to 100644
File size: 1.8 KB
Line 
1{
2 "_args": [
3 [
4 "internal-ip@4.3.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "internal-ip@4.3.0",
10 "_id": "internal-ip@4.3.0",
11 "_inBundle": false,
12 "_integrity": "sha512-S1zBo1D6zcsyuC6PMmY5+55YMILQ9av8lotMx447Bq6SAgo/sDK6y6uUKmuYhW7eacnIhFfsPmCNYdDzsnnDCg==",
13 "_location": "/internal-ip",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "internal-ip@4.3.0",
19 "name": "internal-ip",
20 "escapedName": "internal-ip",
21 "rawSpec": "4.3.0",
22 "saveSpec": null,
23 "fetchSpec": "4.3.0"
24 },
25 "_requiredBy": [
26 "/webpack-dev-server"
27 ],
28 "_resolved": "https://registry.npmjs.org/internal-ip/-/internal-ip-4.3.0.tgz",
29 "_spec": "4.3.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Sindre Sorhus",
33 "email": "sindresorhus@gmail.com",
34 "url": "sindresorhus.com"
35 },
36 "bugs": {
37 "url": "https://github.com/sindresorhus/internal-ip/issues"
38 },
39 "dependencies": {
40 "default-gateway": "^4.2.0",
41 "ipaddr.js": "^1.9.0"
42 },
43 "description": "Get your internal IP address",
44 "devDependencies": {
45 "ava": "^1.4.1",
46 "tsd": "^0.7.2",
47 "xo": "^0.24.0"
48 },
49 "engines": {
50 "node": ">=6"
51 },
52 "files": [
53 "index.js",
54 "index.d.ts"
55 ],
56 "homepage": "https://github.com/sindresorhus/internal-ip#readme",
57 "keywords": [
58 "ip",
59 "ipv6",
60 "ipv4",
61 "address",
62 "internal",
63 "local",
64 "machine",
65 "system",
66 "net",
67 "gateway"
68 ],
69 "license": "MIT",
70 "name": "internal-ip",
71 "repository": {
72 "type": "git",
73 "url": "git+https://github.com/sindresorhus/internal-ip.git"
74 },
75 "scripts": {
76 "test": "xo && ava && tsd"
77 },
78 "version": "4.3.0"
79}
Note: See TracBrowser for help on using the repository browser.