-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 1.85 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 1.85 KB
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
67
68
69
70
71
72
73
74
75
{
"name": "memgit",
"version": "0.1.0",
"description": "sandbox area for experimenting with in-memory git repos",
"main": "app.js",
"dependencies": {
"async-lock": "^1.1.3",
"base64-js": "^0.0.2",
"benchmark": "^1.0.0",
"bops": "^0.0.7",
"buffer": "^5.2.1",
"clean-git-ref": "^1.0.3",
"core-util-is": "^1.0.2",
"crc": "^3.8.0",
"debug": "^4.0.1",
"decompress-response": "^3.3.0",
"diff": "^2.2.3",
"diff-lines": "^1.1.0",
"fast-extend": "^0.0.2",
"fs-monkey": "^0.3.3",
"git-apply-delta": "^0.0.7",
"globalyzer": "^0.1.0",
"globrex": "^0.1.1",
"ieee754": "^1.1.12",
"ignore": "^5.0.2",
"inherits": "^2.0.3",
"isarray": "^1.0.0",
"isomorphic-git": "^0.35.6",
"locale2": "^2.3.1",
"marky": "^1.2.0",
"memfs": "^2.10.0",
"mimic-response": "^1.0.1",
"minimist": "^1.2.0",
"minimisted": "^2.0.0",
"ms": "^2.1.1",
"nick": "^0.1.3",
"once": "^1.4.0",
"pako": "^1.0.6",
"pify": "^4.0.0",
"process-nextick-args": "^2.0.0",
"readable-stream": "^2.3.6",
"regenerator-runtime": "^0.12.1",
"safe-buffer": "^5.1.2",
"sha.js": "^2.4.11",
"simple-concat": "^1.0.0",
"simple-get": "^3.0.3",
"simplest-i18n": "^1.0.0",
"split2": "^3.0.0",
"stream-source": "^0.3.5",
"string_decoder": "^1.1.1",
"through2": "^2.0.3",
"to-utf8": "^0.0.1",
"util-deprecate": "^1.0.2",
"varint": "^0.0.3",
"wrappy": "^1.0.2",
"xtend": "^4.0.1"
},
"devDependencies": {},
"scripts": {
"test": "node app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmsv/memgit.git"
},
"keywords": [
"git"
],
"author": "James Vickery",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/jmsv/memgit/issues"
},
"homepage": "https://github.com/jmsv/memgit#readme"
}