28 lines
756 B
JSON
28 lines
756 B
JSON
|
{
|
||
|
"name": "udp",
|
||
|
"version": "1.0.0",
|
||
|
"description": "The correct name for Node.js's `dgram` module.",
|
||
|
"main": "udp.js",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/isaacs/udp"
|
||
|
},
|
||
|
"author": {
|
||
|
"name": "Isaac Z. Schlueter",
|
||
|
"email": "i@izs.me",
|
||
|
"url": "http://blog.izs.me/"
|
||
|
},
|
||
|
"license": "BSD-2-Clause",
|
||
|
"readme": "# udp\n\nThe correct name for Node.js's `dgram` module.\n\nDocumentation: http://api.nodejs.org/dgram.html\n",
|
||
|
"readmeFilename": "README.md",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/isaacs/udp/issues"
|
||
|
},
|
||
|
"_id": "udp@1.0.0",
|
||
|
"dist": {
|
||
|
"shasum": "728875c1a2855ccdd9af488749826b4502523182"
|
||
|
},
|
||
|
"_from": "udp@",
|
||
|
"_resolved": "https://registry.npmjs.org/udp/-/udp-1.0.0.tgz"
|
||
|
}
|