Files
Arbitrate-FrontendH5/node_modules/dns-packet/package.json
T

85 lines
2.1 KiB
JSON
Raw Normal View History

2024-01-18 10:46:33 +08:00
{
2024-04-08 16:23:29 +08:00
"_args": [
[
"dns-packet@5.6.1",
"D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5"
]
],
"_development": true,
"_from": "dns-packet@5.6.1",
"_id": "dns-packet@5.6.1",
"_inBundle": false,
"_integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==",
"_location": "/dns-packet",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "dns-packet@5.6.1",
"name": "dns-packet",
"escapedName": "dns-packet",
"rawSpec": "5.6.1",
"saveSpec": null,
"fetchSpec": "5.6.1"
2024-01-18 10:46:33 +08:00
},
2024-04-08 16:23:29 +08:00
"_requiredBy": [
"/multicast-dns"
],
"_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz",
"_spec": "5.6.1",
"_where": "D:\\韩超勃\\视频会议\\Arbitrate-FrontendH5",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/dns-packet/issues"
2024-01-18 10:46:33 +08:00
},
"dependencies": {
"@leichtgewicht/ip-codec": "^2.0.1"
},
2024-04-08 16:23:29 +08:00
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
2024-01-18 10:46:33 +08:00
"devDependencies": {
"eslint": "^5.14.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-node": "^8.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0",
"tape": "^4.10.1"
},
2024-04-08 16:23:29 +08:00
"engines": {
"node": ">=6"
},
"files": [
"index.js",
"types.js",
"rcodes.js",
"opcodes.js",
"classes.js",
"optioncodes.js"
],
"homepage": "https://github.com/mafintosh/dns-packet",
2024-01-18 10:46:33 +08:00
"keywords": [
"dns",
"packet",
"encodings",
"encoding",
"encoder",
"abstract-encoding"
],
2024-04-08 16:23:29 +08:00
"license": "MIT",
"name": "dns-packet",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/dns-packet.git"
},
"scripts": {
"clean": "rm -rf coverage .nyc_output/",
"coverage": "nyc -r html npm test",
"lint": "eslint --color *.js examples/*.js",
"pretest": "npm run lint",
"test": "tape test.js"
},
"version": "5.6.1"
2024-01-18 10:46:33 +08:00
}