Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / strip-bom / package.json
1 {
2   "_from": "strip-bom@^2.0.0",
3   "_id": "strip-bom@2.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
6   "_location": "/strip-bom",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "strip-bom@^2.0.0",
12     "name": "strip-bom",
13     "escapedName": "strip-bom",
14     "rawSpec": "^2.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.0"
17   },
18   "_requiredBy": [
19     "/load-json-file"
20   ],
21   "_resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
22   "_shasum": "6219a85616520491f35788bdbf1447a99c7e6b0e",
23   "_spec": "strip-bom@^2.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/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   "dependencies": {
35     "is-utf8": "^0.2.0"
36   },
37   "deprecated": false,
38   "description": "Strip UTF-8 byte order mark (BOM) from a string/buffer",
39   "devDependencies": {
40     "mocha": "*"
41   },
42   "engines": {
43     "node": ">=0.10.0"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/sindresorhus/strip-bom#readme",
49   "keywords": [
50     "bom",
51     "strip",
52     "byte",
53     "mark",
54     "unicode",
55     "utf8",
56     "utf-8",
57     "remove",
58     "delete",
59     "trim",
60     "text",
61     "buffer",
62     "string"
63   ],
64   "license": "MIT",
65   "name": "strip-bom",
66   "repository": {
67     "type": "git",
68     "url": "git+https://github.com/sindresorhus/strip-bom.git"
69   },
70   "scripts": {
71     "test": "mocha"
72   },
73   "version": "2.0.0"
74 }