EVOLUTION-MANAGER
Edit File: package.json
{ "_args": [ [ "ip-address@6.3.0", "/var/lib/jenkins/workspace/shiny/shiny-server-pipeline/master" ] ], "_from": "ip-address@6.3.0", "_id": "ip-address@6.3.0", "_inBundle": false, "_integrity": "sha512-tYN6DnF82jBRA6ZT3C+k4LBtVUKu0Taq7GZN4yldhz6nFKVh3EDg/zRIABsu4fAT2N0iFW9D482Aqkiah1NxTg==", "_location": "/ip-address", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ip-address@6.3.0", "name": "ip-address", "escapedName": "ip-address", "rawSpec": "6.3.0", "saveSpec": null, "fetchSpec": "6.3.0" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/ip-address/-/ip-address-6.3.0.tgz", "_spec": "6.3.0", "_where": "/var/lib/jenkins/workspace/shiny/shiny-server-pipeline/master", "author": { "name": "Beau Gunderson", "email": "beau@beaugunderson.com", "url": "https://beaugunderson.com/" }, "bugs": { "url": "https://github.com/beaugunderson/ip-address/issues" }, "dependencies": { "jsbn": "1.1.0", "lodash.find": "4.6.0", "lodash.max": "4.0.1", "lodash.merge": "4.6.2", "lodash.padstart": "4.6.1", "lodash.repeat": "4.1.0", "sprintf-js": "1.1.2" }, "description": "A library for parsing IPv4 and IPv6 IP addresses in node and the browser.", "devDependencies": { "browserify": "^16.5.1", "chai": "^4.2.0", "codecov.io": "^0.1.6", "documentation": "^12.2.0", "istanbul": "^0.4.5", "mocha": "^7.1.1", "mochify": "^6.6.0", "release-it": "^13.5.1" }, "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", "release": "release-it", "test": "mocha -R spec" }, "version": "6.3.0" }