| { |
| "author": "Olivier Poitrey <rs@rhapsodyk.net>", |
| "name": "netmask", |
| "description": "Parse and lookup IP network blocks", |
| "version": "2.1.1", |
| "homepage": "https://github.com/rs/node-netmask", |
| "bugs": "https://github.com/rs/node-netmask/issues", |
| "license": "MIT", |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/rs/node-netmask.git" |
| }, |
| "keywords": [ |
| "net", |
| "mask", |
| "ip", |
| "network", |
| "cidr", |
| "netmask", |
| "subnet", |
| "ipcalc" |
| ], |
| "files": [ |
| "dist", |
| "README.md", |
| "CHANGELOG.md", |
| "LICENSE" |
| ], |
| "main": "./dist/netmask", |
| "types": "./dist/netmask.d.ts", |
| "scripts": { |
| "prepublish": "tsc", |
| "test": "tsc && mocha --require ts-node/register tests/*.ts" |
| }, |
| "engines": { |
| "node": ">= 0.4.0" |
| }, |
| "devDependencies": { |
| "@types/mocha": "^9.0.0", |
| "@types/node": "^18.0.0", |
| "mocha": "^10.2.0", |
| "ts-node": "^10.0.0", |
| "typescript": "^5.0.0" |
| } |
| } |