-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
66 lines (66 loc) · 1.56 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "tiny-module-compiler",
"version": "1.2.2",
"description": "Compile, archive, unpack, and load compiled modules leveraging v8 cached data.",
"main": "index.js",
"scripts": {
"test": "nyc -x fixtures -x example.js -x bin -x tmp -x messages.js -x test tape test/*.js",
"clean": "scripts/clean"
},
"bin": {
"tmc": "bin/tmc"
},
"files": [
"*.js",
"bin/tmc"
],
"keywords": [
"compile",
"v8",
"modules",
"archive",
"cache",
"tiny",
"box",
"load"
],
"author": "Joseph Werle <josehp.werle@gmail.com>",
"license": "MIT",
"dependencies": {
"@zeit/ncc": "^0.20.5",
"batch": "^0.6.1",
"debug": "^4.1.1",
"glob": "^7.1.5",
"isutf8": "^2.1.0",
"minimist": "^1.2.0",
"mkdirp": "^0.5.1",
"nanoassert": "^2.0.0",
"nanoresource": "^1.2.0",
"nanoresource-pool": "^0.3.1",
"nanoresource-ready": "^0.1.0",
"pretty-bytes": "^5.3.0",
"protocol-buffers": "^4.1.0",
"random-access-file": "^2.1.3",
"rimraf": "^3.0.0",
"semver": "^6.3.0",
"tinybox": "0.0.0",
"uint64be": "^2.0.2",
"varint": "^5.0.0"
},
"directories": {
"test": "test"
},
"devDependencies": {
"nyc": "^14.1.1",
"random-access-memory": "^3.1.1",
"tape": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/little-core-labs/tiny-module-compiler.git"
},
"bugs": {
"url": "https://github.com/little-core-labs/tiny-module-compiler/issues"
},
"homepage": "https://github.com/little-core-labs/tiny-module-compiler#readme"
}