| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/webpack-dev-server/node_modules/ipaddr.js/ |
Upload File : |
{
"_from": "ipaddr.js@^2.0.0",
"_id": "ipaddr.js@2.0.0",
"_inBundle": false,
"_integrity": "sha512-S54H9mIj0rbxRIyrDMEuuER86LdlgUg9FSeZ8duQb6CUG2iRrA36MYVQBSprTF/ZeAwvyQ5mDGuNvIPM0BIl3w==",
"_location": "/webpack-dev-server/ipaddr.js",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ipaddr.js@^2.0.0",
"name": "ipaddr.js",
"escapedName": "ipaddr.js",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/webpack-dev-server"
],
"_resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.0.tgz",
"_shasum": "77ccccc8063ae71ab65c55f21b090698e763fc6e",
"_spec": "ipaddr.js@^2.0.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/webpack-dev-server",
"author": {
"name": "whitequark",
"email": "whitequark@whitequark.org"
},
"bugs": {
"url": "https://github.com/whitequark/ipaddr.js/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"devDependencies": {
"eslint": "*",
"mocha": "*",
"uglify-es": "*"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 10"
},
"files": [
"lib/",
"LICENSE",
"ipaddr.min.js"
],
"homepage": "https://github.com/whitequark/ipaddr.js#readme",
"keywords": [
"ip",
"ipv4",
"ipv6"
],
"license": "MIT",
"main": "./lib/ipaddr.js",
"name": "ipaddr.js",
"repository": {
"type": "git",
"url": "git://github.com/whitequark/ipaddr.js.git"
},
"scripts": {
"build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js",
"lint": "npx eslint lib test",
"lintfix": "npx eslint --fix lib test",
"test": "npx _mocha"
},
"types": "./lib/ipaddr.js.d.ts",
"version": "2.0.0"
}