-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
53 lines (53 loc) · 1.81 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
{
"name": "testing-notes",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "testing-notes",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"lodash.curry": "^4.1.1",
"lodash.flip": "^4.2.1",
"lodash.groupby": "^4.6.0"
}
},
"node_modules/lodash.curry": {
"version": "4.1.1",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.curry/-/lodash.curry-4.1.1.tgz",
"integrity": "sha1-JI42By7ekGUB11lmIAqG2riyMXA=",
"license": "MIT"
},
"node_modules/lodash.flip": {
"version": "4.2.1",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.flip/-/lodash.flip-4.2.1.tgz",
"integrity": "sha1-fLayc1vHR0dHQAisVuQ9cY7BxSA=",
"license": "MIT"
},
"node_modules/lodash.groupby": {
"version": "4.6.0",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
"integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E=",
"license": "MIT"
}
},
"dependencies": {
"lodash.curry": {
"version": "4.1.1",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.curry/-/lodash.curry-4.1.1.tgz",
"integrity": "sha1-JI42By7ekGUB11lmIAqG2riyMXA="
},
"lodash.flip": {
"version": "4.2.1",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.flip/-/lodash.flip-4.2.1.tgz",
"integrity": "sha1-fLayc1vHR0dHQAisVuQ9cY7BxSA="
},
"lodash.groupby": {
"version": "4.6.0",
"resolved": "https://nexus-tools.swacorp.com/ECOM/repository/npm-group/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
"integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E="
}
}
}