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

78 lines
2.0 KiB

{
"_args": [
[
"@leichtgewicht/ip-codec@2.0.4",
"D:\\project\\cashier"
]
],
"_from": "@leichtgewicht/ip-codec@2.0.4",
"_id": "@leichtgewicht/ip-codec@2.0.4",
"_inBundle": false,
"_integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==",
"_location": "/@leichtgewicht/ip-codec",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@leichtgewicht/ip-codec@2.0.4",
"name": "@leichtgewicht/ip-codec",
"escapedName": "@leichtgewicht%2fip-codec",
"scope": "@leichtgewicht",
"rawSpec": "2.0.4",
"saveSpec": null,
"fetchSpec": "2.0.4"
},
"_requiredBy": [
"/bonjour-service/dns-packet"
],
"_resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz",
"_spec": "2.0.4",
"_where": "D:\\project\\cashier",
"author": {
"name": "Martin Heidegger"
},
"bugs": {
"url": "https://github.com/martinheidegger/ip-codec/issues"
},
"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"
}