Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / stylelint / node_modules / strip-bom / package.json
1 {
2   "_from": "strip-bom@^3.0.0",
3   "_id": "strip-bom@3.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-IzTBjpx1n3vdVv3vfprj1YjmjtM=",
6   "_location": "/stylelint/strip-bom",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-bom@^3.0.0",
12     "name": "strip-bom",
13     "escapedName": "strip-bom",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/stylelint/load-json-file"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz",
22   "_shasum": "2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3",
23   "_spec": "strip-bom@^3.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/load-json-file",
25   "author": {
26     "name": "Sindre Sorhus",
27     "email": "sindresorhus@gmail.com",
28     "url": "sindresorhus.com"
29   },
30   "bugs": {
31     "url": "https://github.com/sindresorhus/strip-bom/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Strip UTF-8 byte order mark (BOM) from a string",
36   "devDependencies": {
37     "ava": "*",
38     "xo": "*"
39   },
40   "engines": {
41     "node": ">=4"
42   },
43   "files": [
44     "index.js"
45   ],
46   "homepage": "https://github.com/sindresorhus/strip-bom#readme",
47   "keywords": [
48     "strip",
49     "bom",
50     "byte",
51     "order",
52     "mark",
53     "unicode",
54     "utf8",
55     "utf-8",
56     "remove",
57     "delete",
58     "trim",
59     "text",
60     "string"
61   ],
62   "license": "MIT",
63   "name": "strip-bom",
64   "repository": {
65     "type": "git",
66     "url": "git+https://github.com/sindresorhus/strip-bom.git"
67   },
68   "scripts": {
69     "test": "xo && ava"
70   },
71   "version": "3.0.0"
72 }