-
Notifications
You must be signed in to change notification settings - Fork 0
/
package-lock.json
74 lines (74 loc) · 2.88 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
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"requires": true,
"lockfileVersion": 1,
"dependencies": {
"adverb-where": {
"version": "0.2.1",
"resolved": "https://registry.npmjs.org/adverb-where/-/adverb-where-0.2.1.tgz",
"integrity": "sha512-IAveFBziMRMNPKFdWRcdIKaJvJG1cAfU9/tf9MzqQ84Dh4QjD9eqwnt4hNSt9cbrcEJD74BMIOaRVgVDEU7MwQ=="
},
"commander": {
"version": "2.20.3",
"resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz",
"integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ=="
},
"e-prime": {
"version": "0.10.4",
"resolved": "https://registry.npmjs.org/e-prime/-/e-prime-0.10.4.tgz",
"integrity": "sha512-tzBmM2mFSnAq5BuxPSyin6qXb3yMe1wufJN7L7ZPcEWS5S+jI2dhKQEoqHVEcSMMXo/j5lcWpX5jzA6wLSmX6w=="
},
"no-cliches": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/no-cliches/-/no-cliches-0.2.2.tgz",
"integrity": "sha512-iEOqDAOFl6uN5jZGRj39Jdo8qALzf2HPXtpFso8+BMaDylDrUMYMwhFbfYGgxdnMlsRnxYTwv68kaXEpsHIapg=="
},
"passive-voice": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/passive-voice/-/passive-voice-0.1.0.tgz",
"integrity": "sha1-Fv+RrkC6DpLEPmcXY/3IQqcCcLE="
},
"schreib-gut": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/schreib-gut/-/schreib-gut-0.0.1.tgz",
"integrity": "sha1-fw++Q9eEvAxQQt6NqOuOZaTcdCo=",
"requires": {
"too-wordy-german": "^0.1.2",
"weasel-words-german": "^0.1.0"
}
},
"too-wordy": {
"version": "0.2.2",
"resolved": "https://registry.npmjs.org/too-wordy/-/too-wordy-0.2.2.tgz",
"integrity": "sha512-ePZfjs1ajL4b8jT4MeVId+9Ci5hJCzAtNIEXIHyFYmKmQuX+eHC/RNv6tuLMUhrGrhJ+sYWW/lBF/LKILHGZEA=="
},
"too-wordy-german": {
"version": "0.1.2",
"resolved": "https://registry.npmjs.org/too-wordy-german/-/too-wordy-german-0.1.2.tgz",
"integrity": "sha1-z194Pt/kVmZb98SjuEw+9JJuzR4="
},
"weasel-words": {
"version": "0.1.1",
"resolved": "https://registry.npmjs.org/weasel-words/-/weasel-words-0.1.1.tgz",
"integrity": "sha1-cTeUZYXHP+RIggE4U70ADF1oek4="
},
"weasel-words-german": {
"version": "0.1.0",
"resolved": "https://registry.npmjs.org/weasel-words-german/-/weasel-words-german-0.1.0.tgz",
"integrity": "sha1-ZFfTVo1ak125K059KfFacpJJ6ds="
},
"write-good": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/write-good/-/write-good-1.0.2.tgz",
"integrity": "sha512-1gm9Ouz7mBROF7aC8vvSm/3JtPfTiZ+fegPGCKdxsYhf6VYeStHfVFx2Hnj2kJviHPx5zZkiQ8DytzZMP0Zqwg==",
"requires": {
"adverb-where": "^0.2.1",
"commander": "^2.19.0",
"e-prime": "^0.10.2",
"no-cliches": "^0.2.2",
"passive-voice": "^0.1.0",
"too-wordy": "^0.2.2",
"weasel-words": "^0.1.1"
}
}
}
}