mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
80 lines
1.8 KiB
JSON
80 lines
1.8 KiB
JSON
{
|
|
"_from": "ips@^2.1.3",
|
|
"_id": "ips@2.1.3",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-aEdU8ZnvJRc2xmEjYV/6T+lZucw=",
|
|
"_location": "/ips",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ips@^2.1.3",
|
|
"name": "ips",
|
|
"escapedName": "ips",
|
|
"rawSpec": "^2.1.3",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.1.3"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ips/-/ips-2.1.3.tgz",
|
|
"_shasum": "684754f199ef251736c66123615ffa4fe959b9cc",
|
|
"_spec": "ips@^2.1.3",
|
|
"_where": "/Users/travis/build/ritwickdey/vscode-live-server",
|
|
"app": {
|
|
"port": 3000
|
|
},
|
|
"author": {
|
|
"name": "yieme"
|
|
},
|
|
"bin": {
|
|
"ips": "bin/ips"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/yieme/ips/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"internal-ip": "^1.0.0",
|
|
"ip-regex": "^1.0.2",
|
|
"ipify": "^1.0.3"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Get local, docker and public IP addresses",
|
|
"devDependencies": {
|
|
"jshint": "^2.6.0",
|
|
"mocha": "^2.1.0",
|
|
"pkg-cli": "^0.3.0",
|
|
"should": "^4.6.4"
|
|
},
|
|
"homepage": "https://github.com/yieme/ips#readme",
|
|
"keywords": [
|
|
"ip",
|
|
"ipv4",
|
|
"ipv6",
|
|
"internal",
|
|
"external",
|
|
"docker",
|
|
"address",
|
|
"local",
|
|
"machine",
|
|
"public",
|
|
"cli"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "ips",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://yieme@github.com/yieme/ips.git"
|
|
},
|
|
"scripts": {
|
|
"dbuild": "npm prune --production; docker build -t yieme/ips .",
|
|
"drun": "export PORT=$(pkg app.port); docker run -p ${PORT}:3000 --rm --name ips yieme/ips; docker ps -a",
|
|
"run": "node .",
|
|
"test": "jshint --config .jshintrc . && mocha -R list test/*.js"
|
|
},
|
|
"version": "2.1.3"
|
|
}
|