You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

76 lines
2.1 KiB
JSON

{
"_from": "@leichtgewicht/ip-codec@^2.0.1",
"_id": "@leichtgewicht/ip-codec@2.0.4",
"_inBundle": false,
"_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
"_location": "/@leichtgewicht/ip-codec",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@leichtgewicht/ip-codec@^2.0.1",
"name": "@leichtgewicht/ip-codec",
"escapedName": "@leichtgewicht%2fip-codec",
"scope": "@leichtgewicht",
"rawSpec": "^2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
},
"_requiredBy": [
"/dns-packet"
],
"_resolved": "https://registry.npmmirror.com/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
"_shasum": "b2ac626d6cb9c8718ab459166d4bb405b8ffa78b",
"_spec": "@leichtgewicht/ip-codec@^2.0.1",
"_where": "D:\\xyProject\\cacfrontend\\node_modules\\dns-packet",
"author": {
"name": "Martin Heidegger"
},
"bugs": {
"url": "https://github.com/martinheidegger/ip-codec/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Small package to encode or decode IP addresses from buffers to strings.",
"devDependencies": {
"@definitelytyped/dtslint": "0.0.112",
"c8": "^7.11.2",
"esm2umd": "^0.2.0",
"fresh-tape": "^5.5.3",
"standard": "^17.0.0",
"typescript": "^4.6.4"
},
"exports": {
".": {
"import": "./index.mjs",
"require": "./index.cjs"
}
},
"homepage": "https://github.com/martinheidegger/ip-codec#readme",
"keywords": [
"ip",
"ipv4",
"ipv6",
"codec",
"codecs",
"buffer",
"conversion"
],
"license": "MIT",
"main": "index.cjs",
"name": "@leichtgewicht/ip-codec",
"repository": {
"type": "git",
"url": "git+https://github.com/martinheidegger/ip-codec.git"
},
"scripts": {
"coverage": "c8 npm run unit",
"lint": "standard && dtslint --localTs node_modules/typescript/lib types",
"prepare": "node ./scripts/esm2umd.mjs ipCodec",
"test": "npm run lint && npm run unit",
"unit": "fresh-tape test.mjs"
},
"types": "types",
"version": "2.0.4"
}