| Server IP : 46.62.235.243 / Your IP : 216.73.216.217 Web Server : Apache/2.4.58 (Ubuntu) System : Linux Linkabili3Dicembre 6.8.0-100-generic #100-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 13 16:40:06 UTC 2026 x86_64 User : www-data ( 33) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/linkabili/node_modules/dns-packet/ |
Upload File : |
{
"name": "dns-packet",
"version": "1.3.1",
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/dns-packet"
},
"dependencies": {
"ip": "^1.1.0",
"safe-buffer": "^5.0.1"
},
"devDependencies": {
"eslint": "^4.15.0",
"standard": "^6.0.5",
"tape": "^4.4.0"
},
"scripts": {
"test": "standard && eslint --color *.js && tape test.js"
},
"bugs": {
"url": "https://github.com/mafintosh/dns-packet/issues"
},
"homepage": "https://github.com/mafintosh/dns-packet",
"main": "index.js",
"keywords": [
"dns",
"packet",
"encodings",
"encoding",
"encoder",
"abstract-encoding"
],
"files": [
"index.js",
"types.js",
"rcodes.js",
"opcodes.js"
],
"author": "Mathias Buus",
"license": "MIT"
}