UNPKG

ip6

Version:

IPv6 address helper utilities.

31 lines 631 B
{ "name": "ip6", "version": "0.2.11", "description": "IPv6 address helper utilities.", "main": "ip6.js", "bin": { "ip6": "./ip6-cli.js" }, "scripts": { "test": "npx jasmine tests.js" }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/elgs/ip6.git" }, "keywords": [ "ipv6", "cli", "network" ], "author": "Qian Chen", "license": "MIT", "bugs": { "url": "https://github.com/elgs/ip6/issues" }, "homepage": "https://github.com/elgs/ip6#readme", "devDependencies": { "jasmine": "^5.3.1" } }