-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
50 lines (50 loc) · 1.71 KB
/
package-lock.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
{
"name": "ldap-config",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "ldap-config",
"dependencies": {
"express-generator": "^4.2.0"
}
},
"node_modules/commander": {
"version": "1.3.2",
"resolved": "https://registry.npmjs.org/commander/-/commander-1.3.2.tgz",
"integrity": "sha512-uoVVA5dchmxZeTMv2Qsd0vhn/RebJYsWo4all1qtrUL3BBhQFn4AQDF4PL+ZvOeK7gczXKEZaSCyMDMwFBlpBg==",
"dependencies": {
"keypress": "0.1.x"
},
"engines": {
"node": ">= 0.6.x"
}
},
"node_modules/express-generator": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/express-generator/-/express-generator-4.2.0.tgz",
"integrity": "sha512-4DugTyjrwl5EhSIxhhcZ59a67xpffFB5wfsIQULWlRzC0iScKu9m6MrgRxUJ4K4Pn5ScBYjMe2q7KC+Zos7p3Q==",
"dependencies": {
"commander": "1.3.2",
"mkdirp": "0.3.5"
},
"bin": {
"express": "bin/express"
},
"engines": {
"node": ">= 0.8.0"
}
},
"node_modules/keypress": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/keypress/-/keypress-0.1.0.tgz",
"integrity": "sha512-x0yf9PL/nx9Nw9oLL8ZVErFAk85/lslwEP7Vz7s5SI1ODXZIgit3C5qyWjw4DxOuO/3Hb4866SQh28a1V1d+WA=="
},
"node_modules/mkdirp": {
"version": "0.3.5",
"resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.5.tgz",
"integrity": "sha512-8OCq0De/h9ZxseqzCH8Kw/Filf5pF/vMI6+BH7Lu0jXz2pqYCjTAQRolSxRIi+Ax+oCCjlxoJMP0YQ4XlrQNHg==",
"deprecated": "Legacy versions of mkdirp are no longer supported. Please update to mkdirp 1.x. (Note that the API surface has changed to use Promises in 1.x.)"
}
}
}