mirror of
https://github.com/seigler/rockstar-playground
synced 2025-07-27 01:36:10 +00:00
running rockstar on input
This commit is contained in:
commit
0f5c35af68
24 changed files with 536 additions and 0 deletions
34
node_modules/n-readlines/package.json
generated
vendored
Normal file
34
node_modules/n-readlines/package.json
generated
vendored
Normal file
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "n-readlines",
|
||||
"version": "1.0.1",
|
||||
"description": "Read file line by line without buffering the whole file in memory.",
|
||||
"main": "./readlines.js",
|
||||
"dependencies": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "http://github.com/nacholibre/node-readlines.git"
|
||||
},
|
||||
"keywords": [
|
||||
"read",
|
||||
"line",
|
||||
"reader",
|
||||
"linereader",
|
||||
"readfile",
|
||||
"linebyline",
|
||||
"synchronous",
|
||||
"sync",
|
||||
"readline",
|
||||
"readlines"
|
||||
],
|
||||
"engines": {
|
||||
"node": ">=6.x.x"
|
||||
},
|
||||
"devDependencies": {
|
||||
"tape": "^4.9.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tape test/*.test.js"
|
||||
},
|
||||
"author": "Yoan Arnaudov <jonidev@gmail.com>",
|
||||
"license": "MIT"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue