-
-
Notifications
You must be signed in to change notification settings - Fork 113
/
package.json
76 lines (76 loc) · 1.55 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
{
"name": "thanks",
"description": "Give thanks to the open source maintainers you depend on!",
"version": "2.3.0",
"author": {
"name": "Feross Aboukhadijeh",
"email": "[email protected]",
"url": "https://feross.org"
},
"bin": "bin/cmd.js",
"bugs": {
"url": "https://github.com/feross/thanks/issues"
},
"dependencies": {
"chalk": "^4.1.0",
"common-tags": "^1.8.0",
"got": "^11.5.1",
"minimist": "^1.2.5",
"npm-registry-client": "^8.6.0",
"open": "^7.0.4",
"ora": "^4.0.4",
"pify": "^5.0.0",
"pkg-dir": "^4.2.0",
"pkg-up": "^3.1.0",
"prompt-confirm": "^2.0.4",
"read-package-tree": "^5.3.1",
"registry-auth-token": "^4.2.0",
"registry-url": "^5.1.0",
"strip-ansi": "^6.0.0",
"term-size": "^2.2.0",
"text-table": "^0.2.0"
},
"devDependencies": {
"standard": "*"
},
"engines": {
"node": ">=8"
},
"keywords": [
"donate",
"donor",
"earn",
"fund",
"funding",
"open source",
"patreon",
"support",
"sustain",
"sustainability",
"thank you",
"thanks"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/feross/thanks.git"
},
"scripts": {
"test": "standard && ./bin/cmd.js --no-open"
},
"funding": [
{
"type": "github",
"url": "https://github.com/sponsors/feross"
},
{
"type": "patreon",
"url": "https://www.patreon.com/feross"
},
{
"type": "consulting",
"url": "https://feross.org/support"
}
]
}