Intial Commit
This commit is contained in:
77
nodered/rootfs/data/node_modules/ip-address/package.json
generated
vendored
Normal file
77
nodered/rootfs/data/node_modules/ip-address/package.json
generated
vendored
Normal file
@@ -0,0 +1,77 @@
|
||||
{
|
||||
"_from": "ip-address@~6.1.0",
|
||||
"_id": "ip-address@6.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-u9YYtb1p2fWSbzpKmZ/b3QXWA+diRYPxc2c4y5lFB/MMk5WZ7wNZv8S3CFcIGVJ5XtlaCAl/FQy/D3eQ2XtdOA==",
|
||||
"_location": "/ip-address",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ip-address@~6.1.0",
|
||||
"name": "ip-address",
|
||||
"escapedName": "ip-address",
|
||||
"rawSpec": "~6.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~6.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/socks5-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.1.0.tgz",
|
||||
"_shasum": "3c3335bc90f22b3545a6eca5bffefabeb2ea6fd2",
|
||||
"_spec": "ip-address@~6.1.0",
|
||||
"_where": "/data/node_modules/socks5-client",
|
||||
"author": {
|
||||
"name": "Beau Gunderson",
|
||||
"email": "beau@beaugunderson.com",
|
||||
"url": "https://beaugunderson.com/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/beaugunderson/ip-address/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"jsbn": "1.1.0",
|
||||
"lodash": "^4.17.15",
|
||||
"sprintf-js": "1.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "A library for parsing IPv4 and IPv6 IP addresses in node and the browser.",
|
||||
"devDependencies": {
|
||||
"browserify": "^16.3.0",
|
||||
"chai": "^4.2.0",
|
||||
"codecov.io": "^0.1.6",
|
||||
"documentation": "^12.0.3",
|
||||
"istanbul": "^0.4.5",
|
||||
"mocha": "^6.2.0",
|
||||
"mochify": "^6.3.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"files": [
|
||||
"ip-address.js",
|
||||
"ip-address-globals.js",
|
||||
"lib/**/*"
|
||||
],
|
||||
"homepage": "https://github.com/beaugunderson/ip-address#readme",
|
||||
"keywords": [
|
||||
"ipv6",
|
||||
"ipv4",
|
||||
"browser",
|
||||
"validation"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "ip-address.js",
|
||||
"name": "ip-address",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/beaugunderson/ip-address.git"
|
||||
},
|
||||
"scripts": {
|
||||
"docs": "documentation build --github --output docs --format html ./ip-address.js",
|
||||
"test": "mocha -R spec"
|
||||
},
|
||||
"version": "6.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user