.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / strip-bom / package.json
1 {
2   "name": "strip-bom",
3   "version": "2.0.0",
4   "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
5   "license": "MIT",
6   "repository": "sindresorhus/strip-bom",
7   "author": {
8     "name": "Sindre Sorhus",
9     "email": "sindresorhus@gmail.com",
10     "url": "sindresorhus.com"
11   },
12   "engines": {
13     "node": ">=0.10.0"
14   },
15   "scripts": {
16     "test": "mocha"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "bom",
23     "strip",
24     "byte",
25     "mark",
26     "unicode",
27     "utf8",
28     "utf-8",
29     "remove",
30     "delete",
31     "trim",
32     "text",
33     "buffer",
34     "string"
35   ],
36   "dependencies": {
37     "is-utf8": "^0.2.0"
38   },
39   "devDependencies": {
40     "mocha": "*"
41   }
42 }