-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
70 lines (70 loc) · 1.54 KB
/
package-lock.json
File metadata and controls
70 lines (70 loc) · 1.54 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
{
"name": "create-postdoc",
"version": "0.0.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "create-postdoc",
"version": "0.0.2",
"dependencies": {
"postdoc": "../postdoc"
},
"bin": {
"create-postdoc": "bin.js"
}
},
"../postdoc": {
"version": "0.1.3",
"license": "MIT",
"dependencies": {
"@halo-lab/future": "Halo-Lab/future",
"@halo-lab/iterable": "Halo-Lab/iterable",
"@halo-lab/optional": "github:Halo-Lab/optional",
"@halo-lab/stream": "Halo-Lab/stream",
"@pineview/ejs": "^3.1.10",
"arcsecond": "^5.0.0",
"chalk": "^5.2.0",
"chokidar": "^3.5.3",
"commander": "^10.0.0",
"deepmerge": "^4.2.2",
"default-browser": "^4.0.0",
"dotenv": "^16.0.3",
"dox": "^1.0.0",
"geckodriver": "^4.2.0",
"inquirer": "^9.2.6",
"joi": "^17.7.0",
"marked": "^4.2.12",
"nightwatch": "^3.1.3",
"node-pty": "^1.0.0",
"open": "^9.1.0",
"picomatch": "^2.3.1",
"pipe-ts": "^0.0.9",
"vite": "^4.3.0",
"vite-plugin-pwa": "^0.16.0",
"yaml": "^2.2.1"
},
"bin": {
"postdoc": "bin/postdoc.js"
},
"devDependencies": {
"@nightwatch/apitesting": "^3.1.1",
"@types/marked": "^4.0.8",
"@types/node": "^18.15.0",
"chromedriver": "^113.0.0",
"eslint": "^8.32.0",
"mocha": "^10.2.0",
"mock-fs": "^5.2.0",
"mock-require": "^3.0.3",
"sinon": "^15.0.1"
},
"engines": {
"node": ">=18.18.0"
}
},
"node_modules/postdoc": {
"resolved": "../postdoc",
"link": true
}
}
}