Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
29
node_modules/byline/package.json
generated
vendored
Normal file
29
node_modules/byline/package.json
generated
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"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": "5.0.0",
|
||||
"author": "John Hewson",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/jahewson/node-byline"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"main": "./lib/byline.js",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"devDependencies": {
|
||||
"mocha": "~2.1.0",
|
||||
"request": "~2.27.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha -R spec --timeout 60000"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user