This commit is contained in:
s2
2017-11-10 11:20:35 +01:00
commit 734c1e9397
4 changed files with 1054 additions and 0 deletions

66
package.json Normal file
View File

@@ -0,0 +1,66 @@
{
"_args": [
[
"nntp@0.3.1",
"/home/s2/tmp/n3wz/backend"
]
],
"_from": "nntp@0.3.1",
"_id": "nntp@0.3.1",
"_inBundle": false,
"_integrity": "sha1-88HxsV/vY+WTBAccs0HiMkQNfB0=",
"_location": "/nntp",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "nntp@0.3.1",
"name": "nntp",
"escapedName": "nntp",
"rawSpec": "0.3.1",
"saveSpec": null,
"fetchSpec": "0.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/nntp/-/nntp-0.3.1.tgz",
"_spec": "0.3.1",
"_where": "/home/s2/tmp/n3wz/backend",
"author": {
"name": "Brian White",
"email": "mscdex@mscdex.net"
},
"bugs": {
"url": "https://github.com/mscdex/node-nntp/issues"
},
"dependencies": {
"streamsearch": "*"
},
"description": "An NNTP client module for node.js",
"engines": {
"node": ">=0.8.0"
},
"homepage": "https://github.com/mscdex/node-nntp#readme",
"keywords": [
"nntp",
"client",
"usenet",
"newsreader",
"newsgroups",
"news"
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/mscdex/node-nntp/raw/master/LICENSE"
}
],
"main": "./lib/nntp",
"name": "nntp",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/mscdex/node-nntp.git"
},
"version": "0.3.1"
}