Initial commit
parents
Showing
+2524 -0
.gitignore
0 → 100644
README.md
0 → 100644
grep.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "@cs11-async/grep", | ||
"version": "1.0.0", | ||
"description": "CS 11 Asynchronous Programming - Grep", | ||
"scripts": { | ||
"test": "ava --verbose tests/test.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.caltech.edu:cs11-async/grep.git" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"ava": "^3.5.0" | ||
} | ||
} |
tests/files/independence.txt
0 → 100644
tests/files/long.txt
0 → 100644
This diff is collapsed.
Please register or sign in to comment