-
Notifications
You must be signed in to change notification settings - Fork 90
Expand file tree
/
Copy pathpackage-lock.json
More file actions
117 lines (117 loc) · 3.96 KB
/
package-lock.json
File metadata and controls
117 lines (117 loc) · 3.96 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"name": "timestyle-pebble",
"version": "7.7.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "timestyle-pebble",
"version": "7.7.0",
"dependencies": {
"pebble-fctx": "^1.4.0"
},
"devDependencies": {
"pebble-fctx-compiler": "^1.2.2"
}
},
"node_modules/colors": {
"version": "1.4.0",
"resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz",
"integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=0.1.90"
}
},
"node_modules/minimist": {
"version": "1.2.8",
"resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz",
"integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==",
"dev": true,
"license": "MIT",
"funding": {
"url": "https://github.com/sponsors/ljharb"
}
},
"node_modules/pebble-fctx": {
"version": "1.6.2",
"resolved": "https://registry.npmjs.org/pebble-fctx/-/pebble-fctx-1.6.2.tgz",
"integrity": "sha512-eNpDWn/10Y4Uq5sgrkJUPh4P3FOJ81UDeBXNrVZjHvFaxXepmLMHpkEvViQ/Z+XW5u6Y3MhvmKPbUYGsp0UTSw==",
"license": "MIT",
"dependencies": {
"pebble-utf8": "^1.0.1"
}
},
"node_modules/pebble-fctx-compiler": {
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/pebble-fctx-compiler/-/pebble-fctx-compiler-1.2.2.tgz",
"integrity": "sha512-Z1HH9ukP9QH7jTZHWS02qRMCWy6tuPg/dhtjdr9/AbHSGycdhV9EiqWObZOnJ8aRlUK+2fEc20tqyJsA7Asbng==",
"dev": true,
"license": "MIT",
"dependencies": {
"colors": "^1.1.0",
"minimist": "^1.2.0",
"svg-path-parser": "1.0.1",
"underscore": "^1.8.3",
"xml2js": "^0.4.9"
},
"bin": {
"fctx-compiler": "fctx-compiler.js"
},
"engines": {
"node": "*"
}
},
"node_modules/pebble-utf8": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/pebble-utf8/-/pebble-utf8-1.0.1.tgz",
"integrity": "sha512-sJFM4DCbF1HNiPn7Kh2QaJKQyaEEtGOChmGpsOxRdxCkcNjdUvI/ITnvxnL36zStpUCfMiraAN2IHIG8NXhoIw==",
"license": "MIT"
},
"node_modules/sax": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz",
"integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==",
"dev": true,
"license": "ISC"
},
"node_modules/svg-path-parser": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/svg-path-parser/-/svg-path-parser-1.0.1.tgz",
"integrity": "sha512-x91ADh8Ny2XAFjGZIBBCzHW206FD22US9SwVEncGW9LSPECrb5YgRRw0LoeOaSNQd5jtrApv6NTP1DF8P5DWbw==",
"dev": true
},
"node_modules/underscore": {
"version": "1.13.7",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.13.7.tgz",
"integrity": "sha512-GMXzWtsc57XAtguZgaQViUOzs0KTkk8ojr3/xAxXLITqf/3EMwxC0inyETfDFjH/Krbhuep0HNbbjI9i/q3F3g==",
"dev": true,
"license": "MIT"
},
"node_modules/xml2js": {
"version": "0.4.23",
"resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz",
"integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==",
"dev": true,
"license": "MIT",
"dependencies": {
"sax": ">=0.6.0",
"xmlbuilder": "~11.0.0"
},
"engines": {
"node": ">=4.0.0"
}
},
"node_modules/xmlbuilder": {
"version": "11.0.1",
"resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz",
"integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4.0"
}
}
}
}