Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit928c6e0

Browse files
committed
updated package
1 parent56bab99 commit928c6e0

File tree

1 file changed

+302
-21
lines changed

1 file changed

+302
-21
lines changed

‎package.json‎

Lines changed: 302 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,307 @@
11
{
2-
"name":"juicr.js",
3-
"version":"1.0.0",
4-
"scripts": {
2+
"name":"juicr.js",
3+
"version":"1.0.0",
4+
"scripts": {
55
"test":"mocha",
6-
"build":"babel src -d lib; uglifyjs lib/juicr.js -o lib/juicr.min.js -c -m; gzip < lib/juicr.min.js > lib/juicr.min.js.gz;"
7-
},
8-
"devDependencies": {
9-
"@babel/cli":"^7.2.3",
10-
"@babel/core":"^7.3.4",
11-
"@babel/preset-env":"^7.3.4",
6+
"build":"babel src -d lib; uglifyjs lib/juicr.js -o lib/juicr.min.js -c -m; gzip < lib/juicr.min.js > lib/juicr.min.js.gz;"
7+
},
8+
"devDependencies": {
9+
"@babel/cli":"^7.2.3",
10+
"@babel/core":"^7.3.4",
11+
"@babel/preset-env":"^7.3.4",
1212
"chai":"^4.2.0",
1313
"mocha":"^6.1.3"
14-
},
15-
"description":"A simple (and tiny ~1kb) redux inspired reducer for handling state, actions, reactions etc.",
16-
"license":"MIT",
17-
"author":"alexfoxy@gmail.com",
18-
"repository": {
19-
"type" :"git",
20-
"url" :"https://github.com/alexfoxy/juicr"
21-
},
22-
"main":"lib/juicr.min.js",
23-
"keywords": [
24-
25-
]
14+
},
15+
"description":"A simple (and tiny ~1kb) redux inspired reducer for handling state, actions, reactions etc.",
16+
"license":"MIT",
17+
"author":"alexfoxy@gmail.com",
18+
"repository": {
19+
"type":"git",
20+
"url":"git+https://github.com/alexfoxy/juicr.js.git"
21+
},
22+
"main":"lib/juicr.min.js",
23+
"keywords": [
24+
"redux",
25+
"reducer",
26+
"store",
27+
"simple",
28+
"flux",
29+
"react",
30+
"javascript"
31+
],
32+
"bugs": {
33+
"url":"https://github.com/alexfoxy/juicr.js/issues"
34+
},
35+
"homepage":"https://github.com/alexfoxy/juicr.js#readme",
36+
"directories": {
37+
"lib":"lib",
38+
"test":"test"
39+
},
40+
"dependencies": {
41+
"ansi-styles":"^3.2.1",
42+
"ansi-regex":"^2.1.1",
43+
"anymatch":"^2.0.0",
44+
"ansi-colors":"^3.2.3",
45+
"are-we-there-yet":"^1.1.5",
46+
"abbrev":"^1.1.1",
47+
"aproba":"^1.2.0",
48+
"arr-diff":"^4.0.0",
49+
"argparse":"^1.0.10",
50+
"array-unique":"^0.3.2",
51+
"arr-flatten":"^1.1.0",
52+
"arr-union":"^3.1.0",
53+
"assign-symbols":"^1.0.0",
54+
"assertion-error":"^1.1.0",
55+
"atob":"^2.1.2",
56+
"base":"^0.11.2",
57+
"browser-stdout":"^1.3.1",
58+
"async-each":"^1.0.3",
59+
"brace-expansion":"^1.1.11",
60+
"balanced-match":"^1.0.0",
61+
"binary-extensions":"^1.13.1",
62+
"browserslist":"^4.5.6",
63+
"cache-base":"^1.0.1",
64+
"camelcase":"^5.3.1",
65+
"braces":"^2.3.2",
66+
"chokidar":"^2.1.5",
67+
"chownr":"^1.1.1",
68+
"class-utils":"^0.3.6",
69+
"code-point-at":"^1.1.0",
70+
"chalk":"^2.4.2",
71+
"collection-visit":"^1.0.0",
72+
"color-name":"^1.1.3",
73+
"check-error":"^1.0.2",
74+
"cliui":"^4.1.0",
75+
"color-convert":"^1.9.3",
76+
"commander":"^2.20.0",
77+
"caniuse-lite":"^1.0.30000963",
78+
"convert-source-map":"^1.6.0",
79+
"console-control-strings":"^1.1.0",
80+
"core-js-pure":"^3.0.1",
81+
"copy-descriptor":"^0.1.1",
82+
"component-emitter":"^1.3.0",
83+
"decamelize":"^1.2.0",
84+
"concat-map":"^0.0.1",
85+
"core-js-compat":"^3.0.1",
86+
"decode-uri-component":"^0.2.0",
87+
"core-util-is":"^1.0.2",
88+
"cross-spawn":"^6.0.5",
89+
"deep-eql":"^3.0.1",
90+
"debug":"^4.1.1",
91+
"define-properties":"^1.1.3",
92+
"detect-libc":"^1.0.3",
93+
"deep-extend":"^0.6.0",
94+
"electron-to-chromium":"^1.3.128",
95+
"delegates":"^1.0.0",
96+
"define-property":"^0.2.5",
97+
"es-abstract":"^1.13.0",
98+
"emoji-regex":"^7.0.3",
99+
"end-of-stream":"^1.4.1",
100+
"es-to-primitive":"^1.2.0",
101+
"escape-string-regexp":"^1.0.5",
102+
"esprima":"^4.0.1",
103+
"execa":"^1.0.0",
104+
"core-js":"^3.0.1",
105+
"extend-shallow":"^2.0.1",
106+
"expand-brackets":"^2.1.4",
107+
"diff":"^3.5.0",
108+
"extglob":"^2.0.4",
109+
"for-in":"^1.0.2",
110+
"flat":"^4.1.0",
111+
"fill-range":"^4.0.0",
112+
"fragment-cache":"^0.2.1",
113+
"fs-minipass":"^1.2.5",
114+
"fs-readdir-recursive":"^1.1.0",
115+
"fs.realpath":"^1.0.0",
116+
"fsevents":"^1.2.9",
117+
"find-up":"^3.0.0",
118+
"get-func-name":"^2.0.0",
119+
"get-caller-file":"^2.0.5",
120+
"glob":"^7.1.3",
121+
"get-stream":"^4.1.0",
122+
"gauge":"^2.7.4",
123+
"get-value":"^2.0.6",
124+
"graceful-fs":"^4.1.15",
125+
"glob-parent":"^3.1.0",
126+
"has":"^1.0.3",
127+
"globals":"^11.12.0",
128+
"growl":"^1.10.5",
129+
"esutils":"^2.0.2",
130+
"has-flag":"^3.0.0",
131+
"has-value":"^1.0.0",
132+
"has-symbols":"^1.0.0",
133+
"has-values":"^1.0.0",
134+
"function-bind":"^1.1.1",
135+
"has-unicode":"^2.0.1",
136+
"ignore-walk":"^3.0.1",
137+
"iconv-lite":"^0.4.24",
138+
"ini":"^1.3.5",
139+
"he":"^1.2.0",
140+
"invert-kv":"^2.0.0",
141+
"is-accessor-descriptor":"^1.0.0",
142+
"inherits":"^2.0.3",
143+
"invariant":"^2.2.4",
144+
"is-data-descriptor":"^1.0.0",
145+
"inflight":"^1.0.6",
146+
"is-extendable":"^0.1.1",
147+
"is-binary-path":"^1.0.1",
148+
"is-buffer":"^1.1.6",
149+
"is-descriptor":"^1.0.2",
150+
"is-fullwidth-code-point":"^2.0.0",
151+
"is-callable":"^1.1.4",
152+
"is-glob":"^4.0.1",
153+
"is-plain-obj":"^1.1.0",
154+
"is-date-object":"^1.0.1",
155+
"is-number":"^3.0.0",
156+
"isexe":"^2.0.0",
157+
"is-symbol":"^1.0.2",
158+
"is-stream":"^1.1.0",
159+
"is-windows":"^1.0.2",
160+
"is-regex":"^1.0.4",
161+
"js-yaml":"^3.13.1",
162+
"isobject":"^3.0.1",
163+
"isarray":"^1.0.0",
164+
"js-levenshtein":"^1.1.6",
165+
"json5":"^2.1.0",
166+
"is-plain-object":"^2.0.4",
167+
"kind-of":"^3.2.2",
168+
"log-symbols":"^2.2.0",
169+
"lcid":"^2.0.0",
170+
"js-tokens":"^4.0.0",
171+
"jsesc":"^2.5.2",
172+
"map-cache":"^0.2.2",
173+
"map-visit":"^1.0.0",
174+
"map-age-cleaner":"^0.1.3",
175+
"loose-envify":"^1.4.0",
176+
"minipass":"^2.3.5",
177+
"mem":"^4.3.0",
178+
"micromatch":"^3.1.10",
179+
"mimic-fn":"^2.1.0",
180+
"minimist":"^1.2.0",
181+
"locate-path":"^3.0.0",
182+
"minimatch":"^3.0.4",
183+
"minizlib":"^1.2.1",
184+
"mixin-deep":"^1.3.1",
185+
"lodash":"^4.17.11",
186+
"mkdirp":"^0.5.1",
187+
"nanomatch":"^1.2.13",
188+
"is-extglob":"^2.1.1",
189+
"nice-try":"^1.0.5",
190+
"ms":"^2.1.1",
191+
"node-environment-flags":"^1.0.5",
192+
"nan":"^2.13.2",
193+
"node-releases":"^1.1.17",
194+
"needle":"^2.3.1",
195+
"normalize-path":"^3.0.0",
196+
"nopt":"^4.0.1",
197+
"npmlog":"^4.1.2",
198+
"npm-bundled":"^1.0.6",
199+
"number-is-nan":"^1.0.1",
200+
"npm-run-path":"^2.0.2",
201+
"object-keys":"^1.1.1",
202+
"npm-packlist":"^1.4.1",
203+
"object-visit":"^1.0.1",
204+
"object.pick":"^1.3.0",
205+
"object.assign":"^4.1.0",
206+
"object-assign":"^4.1.1",
207+
"object-copy":"^0.1.0",
208+
"os-homedir":"^1.0.2",
209+
"os-locale":"^3.1.0",
210+
"os-tmpdir":"^1.0.2",
211+
"once":"^1.4.0",
212+
"p-defer":"^1.0.0",
213+
"object.getownpropertydescriptors":"^2.0.3",
214+
"output-file-sync":"^2.0.1",
215+
"p-try":"^2.2.0",
216+
"osenv":"^0.1.5",
217+
"p-limit":"^2.2.0",
218+
"p-finally":"^1.0.0",
219+
"p-is-promise":"^2.1.0",
220+
"p-locate":"^3.0.0",
221+
"path-is-absolute":"^1.0.1",
222+
"pascalcase":"^0.1.1",
223+
"path-exists":"^3.0.0",
224+
"path-dirname":"^1.0.2",
225+
"path-parse":"^1.0.6",
226+
"pathval":"^1.1.0",
227+
"path-key":"^2.0.1",
228+
"posix-character-classes":"^0.1.1",
229+
"pump":"^3.0.0",
230+
"private":"^0.1.8",
231+
"rc":"^1.2.8",
232+
"process-nextick-args":"^2.0.0",
233+
"readable-stream":"^2.3.6",
234+
"readdirp":"^2.2.1",
235+
"regenerate":"^1.4.0",
236+
"regenerate-unicode-properties":"^8.0.2",
237+
"regenerator-transform":"^0.13.4",
238+
"node-pre-gyp":"^0.12.0",
239+
"regex-not":"^1.0.2",
240+
"regexp-tree":"^0.1.6",
241+
"regjsgen":"^0.5.0",
242+
"regexpu-core":"^4.5.4",
243+
"regjsparser":"^0.6.0",
244+
"remove-trailing-separator":"^1.1.0",
245+
"repeat-element":"^1.1.3",
246+
"repeat-string":"^1.6.1",
247+
"resolve":"^1.10.1",
248+
"require-main-filename":"^2.0.0",
249+
"ret":"^0.1.15",
250+
"rimraf":"^2.6.3",
251+
"require-directory":"^2.1.1",
252+
"safe-regex":"^1.1.0",
253+
"resolve-url":"^0.2.1",
254+
"safer-buffer":"^2.1.2",
255+
"semver":"^5.7.0",
256+
"safe-buffer":"^5.1.2",
257+
"sax":"^1.2.4",
258+
"set-value":"^2.0.0",
259+
"set-blocking":"^2.0.0",
260+
"shebang-command":"^1.2.0",
261+
"shebang-regex":"^1.0.0",
262+
"signal-exit":"^3.0.2",
263+
"snapdragon":"^0.8.2",
264+
"snapdragon-util":"^3.0.1",
265+
"source-map":"^0.5.7",
266+
"slash":"^2.0.0",
267+
"snapdragon-node":"^2.1.1",
268+
"sprintf-js":"^1.0.3",
269+
"source-map-resolve":"^0.5.2",
270+
"source-map-url":"^0.4.0",
271+
"strip-ansi":"^3.0.1",
272+
"split-string":"^3.1.0",
273+
"string-width":"^2.1.1",
274+
"strip-eof":"^1.0.0",
275+
"static-extend":"^0.1.2",
276+
"strip-json-comments":"^2.0.1",
277+
"tar":"^4.4.8",
278+
"to-object-path":"^0.3.0",
279+
"to-regex-range":"^2.1.1",
280+
"supports-color":"^6.0.0",
281+
"to-fast-properties":"^2.0.0",
282+
"string_decoder":"^1.1.1",
283+
"unicode-canonical-property-names-ecmascript":"^1.0.4",
284+
"type-detect":"^4.0.8",
285+
"trim-right":"^1.0.1",
286+
"unicode-match-property-ecmascript":"^1.0.4",
287+
"unicode-match-property-value-ecmascript":"^1.1.0",
288+
"upath":"^1.1.2",
289+
"union-value":"^1.0.0",
290+
"unset-value":"^1.0.0",
291+
"unicode-property-aliases-ecmascript":"^1.0.5",
292+
"which-module":"^2.0.0",
293+
"urix":"^0.1.0",
294+
"which":"^1.3.1",
295+
"util-deprecate":"^1.0.2",
296+
"use":"^3.1.1",
297+
"wide-align":"^1.1.3",
298+
"wrap-ansi":"^2.1.0",
299+
"y18n":"^4.0.0",
300+
"wrappy":"^1.0.2",
301+
"yargs":"^13.2.2",
302+
"to-regex":"^3.0.2",
303+
"yargs-unparser":"^1.5.0",
304+
"yargs-parser":"^13.0.0",
305+
"yallist":"^3.0.3"
306+
}
26307
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp