This repository was archived by the owner on May 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.65 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
{
"name": "async-append-only-log",
"description": "An async append only log",
"version": "4.2.2",
"homepage": "https://github.com/ssb-ngi-pointer/async-append-only-log",
"repository": {
"type": "git",
"url": "https://github.com/ssb-ngi-pointer/async-append-only-log"
},
"files": [
"*.js",
"package.json.license",
"LICENSES/*"
],
"dependencies": {
"debug": "^4.2.0",
"hashlru": "^2.3.0",
"is-buffer-zero": "^1.0.0",
"lodash.debounce": "^4.0.8",
"looper": "^4.0.0",
"ltgt": "^2.2.1",
"mutexify": "^1.3.1",
"obz": "^1.0.2",
"polyraf": "^1.1.0",
"push-stream": "^11.0.0",
"push-stream-to-pull-stream": "^1.0.3"
},
"devDependencies": {
"bench-flumelog": "^2.0.0",
"bipf": "^1.4.0",
"cont": "^1.0.3",
"flumecodec": "0.0.1",
"flumedb": "^2.1.8",
"flumeview-level": "^4.0.4",
"husky": "^4.3.0",
"nyc": "^15.1.0",
"prettier": "^2.5.1",
"pretty-quick": "^3.1.3",
"promisify-tuple": "^1.2.0",
"pull-stream": "^3.6.14",
"tap-arc": "^0.3.2",
"tape": "^5.0.1",
"test-flumeview-index": "^2.3.1",
"too-hot": "^1.0.0"
},
"scripts": {
"format-code": "prettier --write \"*.js\" \"test/*.js\"",
"format-code-staged": "pretty-quick --staged --pattern \"*.js\" --pattern \"(test|compat|indexes|operators)/*.js\"",
"test": "tape test/*.js | tap-arc",
"coverage": "nyc --reporter=lcov npm run test"
},
"husky": {
"hooks": {
"pre-commit": "npm run format-code-staged"
}
},
"author": "Anders Rune Jensen <[email protected]>",
"contributors": [
"Andre Staltz <[email protected]>"
],
"license": "LGPL-3.0"
}