forked from cutting-room-floor/wax
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package-lock.json
67 lines (67 loc) · 2.44 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
{
"name": "wax",
"version": "6.4.4",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"argsparser": {
"version": "0.0.7",
"resolved": "https://registry.npmjs.org/argsparser/-/argsparser-0.0.7.tgz",
"integrity": "sha1-QcheDD3nV7NQ8S5u0OSQsegtvgY=",
"dev": true
},
"balanced-match": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
"integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
"dev": true
},
"banner": {
"version": "0.0.5",
"resolved": "https://registry.npmjs.org/banner/-/banner-0.0.5.tgz",
"integrity": "sha1-MxNrYvPgiv4gouJFo6Btj/MbjmA=",
"dev": true
},
"brace-expansion": {
"version": "1.1.11",
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
"integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
"dev": true,
"requires": {
"balanced-match": "^1.0.0",
"concat-map": "0.0.1"
}
},
"concat-map": {
"version": "0.0.1",
"resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
"integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
"dev": true
},
"jshint": {
"version": "0.5.9",
"resolved": "https://registry.npmjs.org/jshint/-/jshint-0.5.9.tgz",
"integrity": "sha1-zLW6nSgY3+eIV/6qccy6DLEK68k=",
"dev": true,
"requires": {
"argsparser": ">=0.0.3",
"minimatch": ">=0.0.4"
}
},
"minimatch": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
"integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
"dev": true,
"requires": {
"brace-expansion": "^1.1.7"
}
},
"uglify-js": {
"version": "1.0.7",
"resolved": "https://registry.npmjs.org/uglify-js/-/uglify-js-1.0.7.tgz",
"integrity": "sha1-K3oQ5ij4gCmlU9K0u7F0CTQ3VcA=",
"dev": true
}
}
}