27 lines
609 B
JSON
27 lines
609 B
JSON
{
|
|
"name": "bare-node-dns",
|
|
"version": "1.0.0",
|
|
"description": "Bare compatibility wrapper for the Node.js builtin `dns` module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./promises": "./promises.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"promises.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/holepunchto/bare-node.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-node/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-node#readme",
|
|
"dependencies": {
|
|
"bare-dns": "*"
|
|
}
|
|
}
|