{ "name": "ipaddr.js", "description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.", "version": "2.1.0", "author": "whitequark <whitequark@whitequark.org>", "directories": { "lib": "./lib" }, "dependencies": {}, "devDependencies": { "eslint": "*", "mocha": "*", "uglify-es": "*" }, "scripts": { "lint": "npx eslint lib test", "lintfix": "npx eslint --fix lib test", "build": "npx uglifyjs --compress --mangle --wrap=window -o ipaddr.min.js lib/ipaddr.js", "test": "npx _mocha" }, "files": [ "lib/", "LICENSE", "ipaddr.min.js" ], "keywords": [ "ip", "ipv4", "ipv6" ], "repository": "git://github.com/whitequark/ipaddr.js", "main": "./lib/ipaddr.js", "engines": { "node": ">= 10" }, "license": "MIT", "types": "./lib/ipaddr.js.d.ts" }
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
lib | Folder | 0755 |
|
|
Changes.md | File | 694 B | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 8.32 KB | 0644 |
|
ipaddr.min.js | File | 11.61 KB | 0644 |
|
package.json | File | 857 B | 0644 |
|