-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage-lock.json
More file actions
54 lines (54 loc) · 2.11 KB
/
package-lock.json
File metadata and controls
54 lines (54 loc) · 2.11 KB
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
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"git-config-path": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/git-config-path/-/git-config-path-2.0.0.tgz",
"integrity": "sha512-qc8h1KIQbJpp+241id3GuAtkdyJ+IK+LIVtkiFTRKRrmddDzs3SI9CvP1QYmWBFvm1I/PWRwj//of8bgAc0ltA=="
},
"git-repo-name": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/git-repo-name/-/git-repo-name-1.0.1.tgz",
"integrity": "sha512-NHD3bbjRZb3ukeknq5q1Ux2g6Hr9F5STV9OSYViLFHqIBv5lFlAJ5RtB4zHKaLdU1kcYzjhHqcmGMHnGkaRbnA==",
"requires": {
"remote-origin-url": "^2.0.0"
}
},
"ini": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
"integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw=="
},
"nanote": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/nanote/-/nanote-0.1.0.tgz",
"integrity": "sha512-1mx9vRQ4GT+OzfHa59AiUvEAvAbBPTEqwhaiZaFzLq+EqXCjKnaYMYqcEJuegMWq40eNPRQHORqKeG6bw53glQ=="
},
"parse-git-config": {
"version": "3.0.0",
"resolved": "https://registry.npmjs.org/parse-git-config/-/parse-git-config-3.0.0.tgz",
"integrity": "sha512-wXoQGL1D+2COYWCD35/xbiKma1Z15xvZL8cI25wvxzled58V51SJM04Urt/uznS900iQor7QO04SgdfT/XlbuA==",
"requires": {
"git-config-path": "^2.0.0",
"ini": "^1.3.5"
}
},
"project-name": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/project-name/-/project-name-1.0.0.tgz",
"integrity": "sha512-3MUn2Fgns4Ly8M2g/uNqqliEElKPBJuyQL55Yc1p5m1WjV3rjomJXHdrXy5f6mofVIV/YsetAlEArN813dQb1A==",
"requires": {
"git-repo-name": "^1.0.1"
}
},
"remote-origin-url": {
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/remote-origin-url/-/remote-origin-url-2.0.0.tgz",
"integrity": "sha512-4TKz5bTDEHFzsqgjQZY/NxNqceWhtWD69Fgwetm+172GT2NoljyQssB649ECUBHGhBINuGwKw8mfcjQFugdIlg==",
"requires": {
"parse-git-config": "^3.0.0"
}
}
}
}