forked from NIHGOV/github-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
164 lines (164 loc) Β· 4.66 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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "opensource-management-portal",
"author": "Microsoft Corporation",
"contributors": [
"Jeff Wilcox <[email protected]>"
],
"version": "7.1.0",
"license": "MIT",
"private": true,
"keywords": [
"github",
"management",
"organization"
],
"tags": [
"github",
"node",
"management",
"organization"
],
"scripts": {
"offline-lint:js": "eslint .",
"start": "node ./dist/bin/www",
"start-in-container": "node ./bin/www",
"start-4000": "PORT=4000 DEBUG=startup node ./dist/bin/www",
"test": "jest",
"test:ci": "jest --watchAll=false --reporters=default --reporters=jest-junit",
"build": "./node_modules/typescript/bin/tsc"
},
"jest-junit": {
"suiteNameTemplate": "{filepath}",
"outputDirectory": ".",
"outputName": "junit.xml"
},
"_begin_app_configuration_": 0,
"//": "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -",
"painlessConfigObjectPackages": [
"./config"
],
"continuousDeployment": {
"build": "__Build_BuildNumber__",
"release": "",
"commitId": "__Build_SourceVersion__"
},
"//.": "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ",
"_end_app_configuration_": 0,
"_begin_microsoft_internal_": 0,
"_end_microsoft_internal_": 0,
"//...": "- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ",
"dependencies": {
"@azure/cosmos": "3.11.5",
"@azure/data-tables": "12.0.0-beta.2",
"@azure/identity": "2.0.1",
"@azure/keyvault-secrets": "4.3.0",
"@azure/service-bus": "7.4.0",
"@azure/storage-blob": "12.8.0",
"@azure/storage-file-share": "12.11.0",
"@azure/storage-queue": "12.7.0",
"@octokit/auth-app": "3.6.1",
"@octokit/rest": "18.12.0",
"adal-node": "0.2.3",
"app-root-path": "3.0.0",
"applicationinsights": "2.3.1",
"async-prompt": "1.0.1",
"axios": "0.27.2",
"bad-words": "3.0.4",
"basic-auth": "2.0.1",
"body-parser": "1.19.2",
"cheerio": "1.0.0-rc.10",
"child-process-promise": "2.2.1",
"color-contrast-checker": "2.1.0",
"compression": "1.7.4",
"connect-redis": "6.1.3",
"cors": "2.8.5",
"csv-parser": "3.0.0",
"debug": "4.3.4",
"deepmerge": "4.2.2",
"dotenv": "10.0.0",
"express": "4.17.3",
"express-async-handler": "1.1.4",
"express-session": "1.17.2",
"express-sslify": "1.2.0",
"file-size": "1.0.0",
"get-pixels": "3.3.3",
"github-username-regex": "1.0.0",
"hsts": "2.2.0",
"js-yaml": "4.1.0",
"json-2-csv": "^3.18.0",
"jsonc": "2.0.0",
"jsonwebtoken": "8.5.1",
"jwks-rsa": "2.1.4",
"language-map": "1.5.0",
"lodash": "4.17.21",
"luxon": "2.3.1",
"memory-cache": "0.2.0",
"moment": "2.29.4",
"morgan": "1.10.0",
"multer": "1.4.4",
"node-jose": "2.1.0",
"nodemailer": "6.7.3",
"oauth": "0.9.x",
"object-path": "0.11.8",
"octicons": "5.0.1",
"package-lock.json": "1.0.0",
"pascal-case": "3.1.2",
"passport": "0.6.0",
"passport-azure-ad": "4.3.1",
"passport-github": "1.1.0",
"passport-strategy": "1.x.x",
"passport-vso": "0.0.3",
"pg": "8.7.3",
"pg-escape": "0.2.0",
"pug": "3.0.2",
"recursive-readdir": "2.2.2",
"redis": "3.1.2",
"redis-mock": "0.56.3",
"secure-compare": "3.0.1",
"semver": "7.3.5",
"serve-favicon": "2.5.0",
"simple-oauth2": "4.3.0",
"throat": "6.0.1",
"tmp-promise": "3.0.3",
"unzipper": "0.10.11",
"validator": "13.7.0",
"walk-back": "5.1.0"
},
"devDependencies": {
"@types/cheerio": "0.22.31",
"@types/connect-redis": "0.0.18",
"@types/core-js": "2.5.5",
"@types/debug": "4.1.7",
"@types/express": "4.17.14",
"@types/express-session": "1.17.4",
"@types/jest": "27.4.1",
"@types/js-yaml": "4.0.5",
"@types/lodash": "4.14.180",
"@types/luxon": "2.3.1",
"@types/memory-cache": "0.2.2",
"@types/morgan": "1.9.3",
"@types/multer": "^1.4.7",
"@types/node": "14.17.0",
"@types/node-jose": "1.1.10",
"@types/object-path": "0.11.1",
"@types/passport": "1.0.7",
"@types/passport-azure-ad": "4.3.1",
"@types/passport-github": "1.1.7",
"@types/passport-strategy": "0.2.35",
"@types/pg": "8.6.5",
"@types/recursive-readdir": "2.2.0",
"@types/redis": "4.0.11",
"@types/semver": "7.3.9",
"@types/simple-oauth2": "4.1.1",
"@types/unzipper": "0.10.5",
"@types/validator": "13.7.7",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"eslint": "8.11.0",
"jest": "27.5.1",
"jest-junit": "13.0.0",
"ts-jest": "27.1.4",
"ts-node": "10.7.0",
"typescript": "4.6.3"
}
}