solorice/vscodium/extensions/ritwickdey.liveserver-5.7.5/node_modules/ipify/package.json
2022-04-28 21:17:01 +03:00

76 lines
1.6 KiB
JSON

{
"_from": "ipify@^1.0.3",
"_id": "ipify@1.1.0",
"_inBundle": false,
"_integrity": "sha1-66PK6hfngPqNryOropWD5/3cteQ=",
"_location": "/ipify",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ipify@^1.0.3",
"name": "ipify",
"escapedName": "ipify",
"rawSpec": "^1.0.3",
"saveSpec": null,
"fetchSpec": "^1.0.3"
},
"_requiredBy": [
"/ips"
],
"_resolved": "https://registry.npmjs.org/ipify/-/ipify-1.1.0.tgz",
"_shasum": "eba3caea17e780fa8daf23aba29583e7fddcb5e4",
"_spec": "ipify@^1.0.3",
"_where": "/Users/travis/build/ritwickdey/vscode-live-server/node_modules/ips",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bin": {
"ipify": "cli.js"
},
"bugs": {
"url": "https://github.com/sindresorhus/ipify/issues"
},
"bundleDependencies": false,
"dependencies": {
"got": "^5.0.0",
"meow": "^3.3.0"
},
"deprecated": false,
"description": "Get your public IP address - fast",
"devDependencies": {
"ava": "^0.2.0"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"cli.js"
],
"homepage": "https://github.com/sindresorhus/ipify#readme",
"keywords": [
"cli-app",
"cli",
"bin",
"ip",
"ipv4",
"ipv6",
"address",
"public",
"external"
],
"license": "MIT",
"name": "ipify",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/ipify.git"
},
"scripts": {
"test": "node test.js"
},
"version": "1.1.0"
}