forked from ReactFinland/content
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
54 lines (54 loc) · 2.05 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
51
52
53
54
{
"name": "@react-finland/content-2018",
"version": "11.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"apollo-utilities": {
"version": "1.0.3",
"resolved": "https://registry.npmjs.org/apollo-utilities/-/apollo-utilities-1.0.3.tgz",
"integrity": "sha512-wNKf0GAXfvnmZFYVl1YIzZ6LDSUe+zo4SKd2kbzi7YquNZUuSwJnG1FfEphvfwRRTI2dnpcGZEq26I7uUBrWNw=="
},
"deprecated-decorator": {
"version": "0.1.6",
"resolved": "https://registry.npmjs.org/deprecated-decorator/-/deprecated-decorator-0.1.6.tgz",
"integrity": "sha1-AJZjF7ehL+kvPMgx91g68ym4bDc="
},
"graphql": {
"version": "0.12.3",
"resolved": "https://registry.npmjs.org/graphql/-/graphql-0.12.3.tgz",
"integrity": "sha512-Hn9rdu4zacplKXNrLCvR8YFiTGnbM4Zw/UH8FDmzBDsH7ou40lSNH4tIlsxcYnz2TGNVJCpu1WxCM23yd6kzhA==",
"dev": true,
"requires": {
"iterall": "1.1.3"
}
},
"graphql-tools": {
"version": "2.14.1",
"resolved": "https://registry.npmjs.org/graphql-tools/-/graphql-tools-2.14.1.tgz",
"integrity": "sha512-p5Uvg2abjdISAlFQmwq/NZFdgQzvEgaQVQwuy2Am5VrDYQxkfHXnefYWBT0yYV6weuwymx41xdfiUYSeB+SuDQ==",
"requires": {
"apollo-utilities": "1.0.3",
"deprecated-decorator": "0.1.6",
"uuid": "3.1.0"
}
},
"iterall": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/iterall/-/iterall-1.1.3.tgz",
"integrity": "sha512-Cu/kb+4HiNSejAPhSaN1VukdNTTi/r4/e+yykqjlG/IW+1gZH5b4+Bq3whDX4tvbYugta3r8KTMUiqT3fIGxuQ==",
"dev": true
},
"prettier": {
"version": "1.9.1",
"resolved": "https://registry.npmjs.org/prettier/-/prettier-1.9.1.tgz",
"integrity": "sha512-oYpQsZk7/0o8+YJUB0LfjkTYQa79gUIF2ESeqvG23IzcgqqvmeOE4+lMG7E/UKX3q3RIj8JHSfhrXWhon1L+zA==",
"dev": true
},
"uuid": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/uuid/-/uuid-3.1.0.tgz",
"integrity": "sha512-DIWtzUkw04M4k3bf1IcpS2tngXEL26YUD2M0tMDUpnUrz2hgzUBlD55a4FjdLGPvfHxS6uluGWvaVEqgBcVa+g=="
}
}
}