39 lines
939 B
JSON
39 lines
939 B
JSON
{
|
|
"name": "@leichtgewicht/ip-codec",
|
|
"version": "2.0.3",
|
|
"description": "Small package to encode or decode IP addresses from buffers to strings.",
|
|
"main": "index.js",
|
|
"types": "types",
|
|
"scripts": {
|
|
"lint": "standard && dtslint --localTs node_modules/typescript/lib types",
|
|
"test": "fresh-tape test.js",
|
|
"test-cov": "c8 npm run test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/martinheidegger/ip-codec.git"
|
|
},
|
|
"keywords": [
|
|
"ip",
|
|
"ipv4",
|
|
"ipv6",
|
|
"codec",
|
|
"codecs",
|
|
"buffer",
|
|
"conversion"
|
|
],
|
|
"author": "Martin Heidegger",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/martinheidegger/ip-codec/issues"
|
|
},
|
|
"homepage": "https://github.com/martinheidegger/ip-codec#readme",
|
|
"devDependencies": {
|
|
"c8": "^7.7.3",
|
|
"dtslint": "^4.1.1",
|
|
"fresh-tape": "^5.2.4",
|
|
"standard": "^16.0.3",
|
|
"typescript": "^4.3.5"
|
|
}
|
|
}
|