-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage-lock.json
33 lines (33 loc) · 1.35 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
{
"name": "loopback-graphql-server",
"version": "1.1.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@types/graphql": {
"version": "0.11.4",
"resolved": "https://registry.npmjs.org/@types/graphql/-/graphql-0.11.4.tgz",
"integrity": "sha512-VAy10x0LABi+Eye6HZef402up8eH9jE2m4kb6rowtdY+BQsl/9EvdXHhbYAqxy0uTiUq0aXd5hIQxWzC3xtBaA=="
},
"es6-promise": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.1.1.tgz",
"integrity": "sha512-OaU1hHjgJf+b0NzsxCg7NdIYERD6Hy/PEmFLTjw+b65scuisG3Kt4QoTvJ66BBkPZ581gr0kpoVzKnxniM8nng=="
},
"graphql-subscriptions": {
"version": "0.5.1",
"resolved": "https://registry.npmjs.org/graphql-subscriptions/-/graphql-subscriptions-0.5.1.tgz",
"integrity": "sha512-kPvpcbxl/Z/XR7QfQTBVw47T+UUwl1sumuz68NVV/yqr3nD0niNYUOeDx7Mt9Fqh10TMGkDmJsr+Av/9HmH3Mw==",
"requires": {
"@types/graphql": "0.11.4",
"es6-promise": "4.1.1",
"iterall": "1.1.1"
}
},
"iterall": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/iterall/-/iterall-1.1.1.tgz",
"integrity": "sha1-9/CvEemgTsZCYmD1AZ2fzKTVAhQ="
}
}
}