.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / strip-bom / package.json
1 {
2   "name": "strip-bom",
3   "version": "3.0.0",
4   "description": "Strip UTF-8 byte order mark (BOM) from a string",
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": ">=4"
14   },
15   "scripts": {
16     "test": "xo && ava"
17   },
18   "files": [
19     "index.js"
20   ],
21   "keywords": [
22     "strip",
23     "bom",
24     "byte",
25     "order",
26     "mark",
27     "unicode",
28     "utf8",
29     "utf-8",
30     "remove",
31     "delete",
32     "trim",
33     "text",
34     "string"
35   ],
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   }
40 }