UNPKG

j-gallery

Version:
67 lines (66 loc) 1.57 kB
{ "_args": [ [ "dns-packet@1.1.1", "/Users/apple/Desktop/Repositories/Gallery/example" ] ], "_development": true, "_from": "dns-packet@1.1.1", "_id": "dns-packet@1.1.1", "_inBundle": false, "_integrity": "sha1-I2nUUDivBF84mOb6VoYq7T9AKWw=", "_location": "/dns-packet", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "dns-packet@1.1.1", "name": "dns-packet", "escapedName": "dns-packet", "rawSpec": "1.1.1", "saveSpec": null, "fetchSpec": "1.1.1" }, "_requiredBy": [ "/multicast-dns" ], "_resolved": "http://registry.npm.taobao.org/dns-packet/download/dns-packet-1.1.1.tgz", "_spec": "1.1.1", "_where": "/Users/apple/Desktop/Repositories/Gallery/example", "author": { "name": "Mathias Buus" }, "bugs": { "url": "https://github.com/mafintosh/dns-packet/issues" }, "dependencies": { "ip": "^1.1.0", "safe-buffer": "^5.0.1" }, "description": "An abstract-encoding compliant module for encoding / decoding DNS packets", "devDependencies": { "standard": "^6.0.5", "tape": "^4.4.0" }, "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 && tape test.js" }, "version": "1.1.1" }