-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
102 lines (102 loc) · 2.19 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"name": "depot",
"version": "3.0.0",
"description": "A place to grab code",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "gulp ut"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tewl/depot.git"
},
"keywords": [
"promise",
"promisify",
"sequence",
"event",
"eventToPromise",
"stream",
"streamToPromise",
"event",
"events",
"track",
"tracker",
"git",
"vcs",
"fs",
"file",
"directory",
"copy",
"move",
"read",
"write",
"delete",
"absolute",
"absolute path",
"exists",
"empty",
"contents",
"prune",
"dirName",
"baseName",
"fileName",
"extName",
"extension",
"writeJson",
"readJson",
"utilities"
],
"author": "Kevin Peters <kwpeters@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tewl/depot/issues"
},
"homepage": "https://github.com/tewl/depot#readme",
"files": [
"dist"
],
"devDependencies": {
"@types/bluebird": "3.5.27",
"@types/express": "4.17.13",
"@types/gulp": "4.0.9",
"@types/inquirer": "6.0.3",
"@types/jasmine": "3.10.1",
"@types/lodash": "4.14.172",
"@types/node": "16.18.23",
"@types/node-fetch": "^2.6.2",
"@types/semver": "5.5.0",
"@types/sprintf-js": "1.1.2",
"@types/url-join": "4.0.0",
"@types/url-parse": "1.4.3",
"@types/yargs": "12.0.20",
"@typescript-eslint/eslint-plugin": "5.3.0",
"@typescript-eslint/parser": "5.3.0",
"eslint": "8.12.0",
"express": "4.17.3",
"gulp": "4.0.2",
"jasmine": "3.10.0",
"publishtogit": "git+https://github.com/kwpeters/publishtogit.git#v2.1.0",
"semver": "5.5.0",
"ts-node": "10.9.1",
"typescript": "5.0.3"
},
"dependencies": {
"@types/request-promise": "4.1.42",
"bluebird": "3.5.5",
"chalk": "4.1.2",
"compressing": "^1.5.1",
"inquirer": "6.2.0",
"lodash": "4.17.21",
"long": "5.2.0",
"node-fetch": "^2.6.7",
"request": "2.88.0",
"request-promise": "4.1.1",
"sprintf-js": "1.1.2",
"url-join": "4.0.0",
"url-parse": "1.5.9",
"uuid": "3.3.2",
"yargs": "12.0.2"
}
}