| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /opt/bitnami/apache/htdocs/app/node_modules/dns-packet/ |
Upload File : |
{
"_from": "dns-packet@^1.3.1",
"_id": "dns-packet@1.3.1",
"_inBundle": false,
"_integrity": "sha512-0UxfQkMhYAUaZI+xrNZOz/as5KgDU0M/fQ9b6SpkyLbk3GEswDi6PADJVaYJradtRVsRIlF1zLyOodbcTCDzUg==",
"_location": "/dns-packet",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "dns-packet@^1.3.1",
"name": "dns-packet",
"escapedName": "dns-packet",
"rawSpec": "^1.3.1",
"saveSpec": null,
"fetchSpec": "^1.3.1"
},
"_requiredBy": [
"/multicast-dns"
],
"_resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz",
"_shasum": "12aa426981075be500b910eedcd0b47dd7deda5a",
"_spec": "dns-packet@^1.3.1",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/multicast-dns",
"author": {
"name": "Mathias Buus"
},
"bugs": {
"url": "https://github.com/mafintosh/dns-packet/issues"
},
"bundleDependencies": false,
"dependencies": {
"ip": "^1.1.0",
"safe-buffer": "^5.0.1"
},
"deprecated": false,
"description": "An abstract-encoding compliant module for encoding / decoding DNS packets",
"devDependencies": {
"eslint": "^4.15.0",
"standard": "^6.0.5",
"tape": "^4.4.0"
},
"files": [
"index.js",
"types.js",
"rcodes.js",
"opcodes.js"
],
"homepage": "https://github.com/mafintosh/dns-packet",
"keywords": [
"dns",
"packet",
"encodings",
"encoding",
"encoder",
"abstract-encoding"
],
"license": "MIT",
"main": "index.js",
"name": "dns-packet",
"repository": {
"type": "git",
"url": "git+https://github.com/mafintosh/dns-packet.git"
},
"scripts": {
"test": "standard && eslint --color *.js && tape test.js"
},
"version": "1.3.1"
}