7fife-backend/node_modules/ipaddr.js/package.json

36 lines
719 B
JSON
Raw Normal View History

2024-03-07 13:01:44 +00:00
{
2024-03-11 12:29:54 +00:00
"name": "ipaddr.js",
"description": "A library for manipulating IPv4 and IPv6 addresses in JavaScript.",
"version": "1.9.1",
"author": "whitequark <whitequark@whitequark.org>",
"directories": {
"lib": "./lib"
2024-03-07 13:01:44 +00:00
},
"dependencies": {},
"devDependencies": {
"coffee-script": "~1.12.6",
"nodeunit": "^0.11.3",
"uglify-js": "~3.0.19"
},
2024-03-11 12:29:54 +00:00
"scripts": {
"test": "cake build test"
2024-03-07 13:01:44 +00:00
},
"files": [
"lib/",
"LICENSE",
"ipaddr.min.js"
],
"keywords": [
"ip",
"ipv4",
"ipv6"
],
2024-03-11 12:29:54 +00:00
"repository": "git://github.com/whitequark/ipaddr.js",
2024-03-07 13:01:44 +00:00
"main": "./lib/ipaddr.js",
2024-03-11 12:29:54 +00:00
"engines": {
"node": ">= 0.10"
2024-03-07 13:01:44 +00:00
},
2024-03-11 12:29:54 +00:00
"license": "MIT",
"types": "./lib/ipaddr.js.d.ts"
2024-03-07 13:01:44 +00:00
}