-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
61 lines (61 loc) · 2.07 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
55
56
57
58
59
60
61
{
"name": "pw_git",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "pw_git",
"version": "1.0.0",
"license": "ISC",
"dependencies": {
"github-activity-feed": "^0.3.0",
"mustache": "^4.2.0",
"octicons": "^8.4.2"
}
},
"node_modules/github-activity-feed": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/github-activity-feed/-/github-activity-feed-0.3.0.tgz",
"integrity": "sha512-/Swj5XpmDpqoMuwRKhNJjy98NHu9rwa77XAUTCAgU4Muboe96byzbaWgJTQwODCgeUyfksKz2A6KWWvDrbhWkw==",
"license": "MIT",
"dependencies": {
"mustache": "^4.2.0",
"octicons": "^4.4.0"
}
},
"node_modules/github-activity-feed/node_modules/octicons": {
"version": "4.4.0",
"resolved": "https://registry.npmjs.org/octicons/-/octicons-4.4.0.tgz",
"integrity": "sha512-I/NKRKeHEbF+8y6VmJw9pcQ6IBXDuu+F8mJYN10dpaZrl95MOxn+9xRiss1SYkIZ5+2p1xbUl7GuWd+8mNZb8Q==",
"license": "(OFL-1.1 OR MIT)"
},
"node_modules/mustache": {
"version": "4.2.0",
"resolved": "https://registry.npmjs.org/mustache/-/mustache-4.2.0.tgz",
"integrity": "sha512-71ippSywq5Yb7/tVYyGbkBggbU8H3u5Rz56fH60jGFgr8uHwxs+aSKeqmluIVzM0m0kB7xQjKS6qPfd0b2ZoqQ==",
"license": "MIT",
"bin": {
"mustache": "bin/mustache"
}
},
"node_modules/object-assign": {
"version": "4.1.1",
"resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
"integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==",
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
},
"node_modules/octicons": {
"version": "8.4.2",
"resolved": "https://registry.npmjs.org/octicons/-/octicons-8.4.2.tgz",
"integrity": "sha512-rl6FPFU8rWP7PUP6aoyBjm/VXhshWV0QglEMCHglyh5gCHQZozioq61bM40bvtxKJ910iqwANuuXT039Ke6I+Q==",
"license": "MIT",
"dependencies": {
"object-assign": "^4.1.1"
}
}
}
}