-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
49
50
51
52
{
"name": "@idio/dicer",
"version": "1.1.0",
"description": "[fork] A Very Fast Streaming Multipart Parser For Node.JS Written In ES6 And Optimised With JavaScript Compiler.",
"main": "compile/index.js",
"module": "src/index.js",
"scripts": {
"t": "zoroaster -a",
"test": "yarn t test/spec test/mask",
"spec": "yarn t test/spec",
"mask": "yarn t test/mask",
"lib": "depack src/depack -o compile/dicer.js -a -p -c --source_map_include_content",
"test-compile": "ALAMODE_ENV=test-compile yarn test",
"lint": "eslint .",
"doc": "doc -o README.md -d -a",
"d": "yarn-s template d1 externs",
"d1": "typal compile/index.js -u -t types",
"template": "typal compile/template.js -T compile/index.js -t types",
"externs": "typal types/externs.js -e",
"e": "alanode"
},
"files": [
"compile",
"src",
"typedefs.json",
"types/externs.js"
],
"externs": "types/externs.js",
"repository": {
"type": "git",
"url": "git://github.com/idiocc/dicer.git"
},
"typedefs": "typedefs.json",
"keywords": [
"dicer",
"idio"
],
"author": "Anton <anton@adc.sh>",
"license": "MIT",
"bugs": {
"url": "https://github.com/idiocc/dicer/issues"
},
"homepage": "https://www.idio.cc",
"devDependencies": {
"alamode": "^3.3.0",
"depack": "^1.0.1",
"documentary": "^1.35.8",
"eslint-config-artdeco": "1.0.1",
"yarn-s": "1.2.1",
"zoroaster": "^4.1.2"
}
}