Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-utf8 / package.json
1 {
2   "_from": "is-utf8@^0.2.0",
3   "_id": "is-utf8@0.2.1",
4   "_inBundle": false,
5   "_integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
6   "_location": "/is-utf8",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-utf8@^0.2.0",
12     "name": "is-utf8",
13     "escapedName": "is-utf8",
14     "rawSpec": "^0.2.0",
15     "saveSpec": null,
16     "fetchSpec": "^0.2.0"
17   },
18   "_requiredBy": [
19     "/strip-bom"
20   ],
21   "_resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
22   "_shasum": "4b0da1442104d1b336340e80797e865cf39f7d72",
23   "_spec": "is-utf8@^0.2.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/strip-bom",
25   "author": {
26     "name": "wayfind"
27   },
28   "bugs": {
29     "url": "https://github.com/wayfind/is-utf8/issues"
30   },
31   "bundleDependencies": false,
32   "deprecated": false,
33   "description": "Detect if a buffer is utf8 encoded.",
34   "files": [
35     "is-utf8.js"
36   ],
37   "homepage": "https://github.com/wayfind/is-utf8#readme",
38   "keywords": [
39     "utf8",
40     "charset"
41   ],
42   "license": "MIT",
43   "main": "is-utf8.js",
44   "name": "is-utf8",
45   "repository": {
46     "type": "git",
47     "url": "git+https://github.com/wayfind/is-utf8.git"
48   },
49   "scripts": {
50     "test": "node test.js"
51   },
52   "version": "0.2.1"
53 }