Masashi Hirano

Results 3 issues of Masashi Hirano

Added README-ja.md to translate README into Japanese.

Chrome 68 supports BigInt and also Node.js v10 supports it with `--harmony-bigint` flag. But console.log doesn't support BigInt in them. Chrome 68 ```js > console.log("%d", 1180591620717411303424n) NaN > console.log("%i", 1180591620717411303424n)...

[email protected] has a vulnerability. https://snyk.io/test/npm/kind-of/6.0.2 Pointing out the fixed version explicitly is safer.