2016-04-03 21:25:23 +02:00

51 lines
1.2 KiB
JSON

{
"name": "byline",
"description": "simple line-by-line stream reader",
"homepage": "https://github.com/jahewson/node-byline",
"bugs": {
"url": "https://github.com/jahewson/node-byline/issues"
},
"version": "4.2.1",
"author": {
"name": "John Hewson"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jahewson/node-byline"
},
"engines": {
"node": ">=0.10.0"
},
"main": "./lib/byline.js",
"devDependencies": {
"mocha": "~2.1.0",
"request": "~2.27.0"
},
"scripts": {
"test": "mocha -R spec --timeout 60000"
},
"gitHead": "188a2591657f7acd4fc44100576f4b4ec2ae7ae7",
"_id": "byline@4.2.1",
"_shasum": "f74a66fa6d8feff88b2725e0b2b0cf830cdf3f86",
"_from": "byline@*",
"_npmVersion": "2.3.0",
"_nodeVersion": "0.10.36",
"_npmUser": {
"name": "jahewson",
"email": "john@jahewson.com"
},
"maintainers": [
{
"name": "jahewson",
"email": "johnahewson@yahoo.co.uk"
}
],
"dist": {
"shasum": "f74a66fa6d8feff88b2725e0b2b0cf830cdf3f86",
"tarball": "https://registry.npmjs.org/byline/-/byline-4.2.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/byline/-/byline-4.2.1.tgz"
}