Changeset 59329aa for trip-planner-front/node_modules/internal-ip
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/internal-ip/package.json
rceaed42 r59329aa 1 1 { 2 "name": "internal-ip", 3 "version": "4.3.0", 4 "description": "Get your internal IP address", 5 "license": "MIT", 6 "repository": "sindresorhus/internal-ip", 7 "author": { 8 "name": "Sindre Sorhus", 9 "email": "sindresorhus@gmail.com", 10 "url": "sindresorhus.com" 11 }, 12 "engines": { 13 "node": ">=6" 14 }, 15 "scripts": { 16 "test": "xo && ava && tsd" 17 }, 18 "files": [ 19 "index.js", 20 "index.d.ts" 21 ], 22 "keywords": [ 23 "ip", 24 "ipv6", 25 "ipv4", 26 "address", 27 "internal", 28 "local", 29 "machine", 30 "system", 31 "net", 32 "gateway" 33 ], 34 "dependencies": { 35 "default-gateway": "^4.2.0", 36 "ipaddr.js": "^1.9.0" 37 }, 38 "devDependencies": { 39 "ava": "^1.4.1", 40 "tsd": "^0.7.2", 41 "xo": "^0.24.0" 42 } 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" 43 79 }
Note:
See TracChangeset
for help on using the changeset viewer.