File: //usr/share/opensearch-dashboards/node_modules/ip-cidr/package.json
{
"name": "ip-cidr",
"version": "2.1.5",
"description": "Module for working with CIDR (v4, v6)",
"main": "./index.js",
"types": "./index.d.ts",
"author": {
"name": "Alexander Balasyan",
"email": "mywebstreet@gmail.com"
},
"keywords": [
"ip",
"cidr",
"range",
"from",
"to",
"array"
],
"license": "MIT",
"scripts": {
"test": "mocha",
"build": "browserify ./ip-cidr.js > ./dist/ip-cidr.js"
},
"husky": {
"hooks": {
"pre-commit": "npm run test && npm run build && git add ./dist/*"
}
},
"dependencies": {
"ip-address": "^6.3.0",
"jsbn": "^1.1.0"
},
"devDependencies": {
"@types/ip-address": "^5.8.2",
"@types/jsbn": "^1.2.29",
"browserify": "^14.5.0",
"chai": "^3.5.0",
"husky": "^4.2.3",
"mocha": "^7.1.1"
},
"repository": {
"type": "git",
"url": "https://github.com/ortexx/ip-cidr"
},
"engines": {
"node": ">=5.0.0"
}
}