forked from andrasq/node-qfputs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (34 loc) · 881 Bytes
/
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
{
"name": "qfputs",
"version": "1.8.3",
"description": "very fast write-combining bufferd output",
"license": "Apache-2.0",
"main": "lib/fputs.js",
"repository": {
"type": "git",
"url": "git://github.com/andrasq/node-qfputs"
},
"homepage": "https://github.com/andrasq/node-qfputs",
"readme": "see Readme.md in the repo",
"author": {
"name": "Andras",
"url": "http://github.com/andrasq"
},
"engines": {
"node": "*"
},
"keywords": [
"Andras", "fputs", "very fast", "fast", "buffered", "line", "binary",
"Buffer", "output", "text", "newline", "delimited", "transport"
],
"dependencies": {
},
"devDependencies": {
"qnit": "0.25.1"
},
"scripts": {
"coverage": "nyc --include lib --reporter lcov --reporter text npm test",
"clean": "rm -rf .nyc_output/ coverage/ npm-debug.log",
"test": "qnit"
}
}