-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.04 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "auntie"
, "version": "0.25.0"
, "description": "Auntie, my dear ultra-fast module for untying/splitting/counting a stream of data by a chosen sequence/separator."
, "homepage": "https://github.com/rootslab/auntie"
, "private": false
, "repository": {
"type": "git"
, "url": "git://github.com/rootslab/auntie.git"
}
, "keywords": [
"auntie"
, "parser"
, "splitter"
, "pattern search"
, "pattern matching"
, "streaming parser"
, "boyer-moore"
, "csv"
, "tsv"
, "csv stream"
, "csv parser"
]
, "author": {
"name": "Guglielmo Ferri"
, "email": "[email protected]"
}
, "dependencies": {
"bolgia" : ">=2.8.2"
, "bop" : ">=4.0.2"
},
"devDependencies": {
"dado" : ">=0.3.1"
}
, "main": "index"
, "engines": {
"node": ">=6.x.x"
}
, "scripts": {
"test": "node test/run.js"
, "bench": "bash bench/run.sh"
}
, "license": "MIT"
, "readmeFilename": "Readme.md"
, "bugs": {
"url": "https://github.com/rootslab/auntie/issues"
}
}