-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.08 KB
/
package.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
{
"name": "convert-filename-ja",
"description": "Convert a string to be able to use as a filename with Japanese characters.",
"version": "1.0.3",
"author": "Ryoichi Obara <[email protected]> (http://ryoichi0102.hatenablog.com/)",
"bugs": {
"url": "https://github.com/ryoichi-obara/convert-filename-ja/issues"
},
"dependencies": {
"truncate-utf8-bytes": "^1.0.2"
},
"devDependencies": {
"ava": "^2.3.0",
"coveralls": "^3.0.6",
"eslint": "^6.2.2",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.18.2",
"nyc": "^14.1.1"
},
"homepage": "https://github.com/ryoichi-obara/convert-filename-ja#readme",
"keywords": [
"converter",
"dir",
"dirname",
"escape",
"file",
"filename",
"filepath",
"japanese",
"name",
"path",
"safe",
"sanitizer",
"string",
"valid",
"validate"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ryoichi-obara/convert-filename-ja.git"
},
"scripts": {
"test": "nyc ava -v"
}
}