Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ccount / package.json
1 {
2   "_from": "ccount@^1.0.0",
3   "_id": "ccount@1.1.0",
4   "_inBundle": false,
5   "_integrity": "sha512-vlNK021QdI7PNeiUh/lKkC/mNHHfV0m/Ad5JoI0TYtlBnJAslM/JIkm/tGC88bkLIwO6OQ5uV6ztS6kVAtCDlg==",
6   "_location": "/ccount",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ccount@^1.0.0",
12     "name": "ccount",
13     "escapedName": "ccount",
14     "rawSpec": "^1.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.0.0"
17   },
18   "_requiredBy": [
19     "/remark-stringify"
20   ],
21   "_resolved": "https://registry.npmjs.org/ccount/-/ccount-1.1.0.tgz",
22   "_shasum": "246687debb6014735131be8abab2d93898f8d043",
23   "_spec": "ccount@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
25   "author": {
26     "name": "Titus Wormer",
27     "email": "tituswormer@gmail.com",
28     "url": "https://wooorm.com"
29   },
30   "bugs": {
31     "url": "https://github.com/wooorm/ccount/issues"
32   },
33   "bundleDependencies": false,
34   "contributors": [
35     {
36       "name": "Titus Wormer",
37       "email": "tituswormer@gmail.com",
38       "url": "https://wooorm.com"
39     }
40   ],
41   "dependencies": {},
42   "deprecated": false,
43   "description": "Count characters",
44   "devDependencies": {
45     "browserify": "^17.0.0",
46     "nyc": "^15.0.0",
47     "prettier": "^2.0.0",
48     "remark-cli": "^9.0.0",
49     "remark-preset-wooorm": "^8.0.0",
50     "tape": "^5.0.0",
51     "tinyify": "^3.0.0",
52     "xo": "^0.34.0"
53   },
54   "files": [
55     "index.js"
56   ],
57   "funding": {
58     "type": "github",
59     "url": "https://github.com/sponsors/wooorm"
60   },
61   "homepage": "https://github.com/wooorm/ccount#readme",
62   "keywords": [
63     "character",
64     "count",
65     "char"
66   ],
67   "license": "MIT",
68   "name": "ccount",
69   "nyc": {
70     "check-coverage": true,
71     "lines": 100,
72     "functions": 100,
73     "branches": 100
74   },
75   "prettier": {
76     "tabWidth": 2,
77     "useTabs": false,
78     "singleQuote": true,
79     "bracketSpacing": false,
80     "semi": false,
81     "trailingComma": "none"
82   },
83   "remarkConfig": {
84     "plugins": [
85       "preset-wooorm"
86     ]
87   },
88   "repository": {
89     "type": "git",
90     "url": "git+https://github.com/wooorm/ccount.git"
91   },
92   "scripts": {
93     "build": "npm run build-bundle && npm run build-mangle",
94     "build-bundle": "browserify . -s ccount -o ccount.js",
95     "build-mangle": "browserify . -s ccount -p tinyify -o ccount.min.js",
96     "format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
97     "test": "npm run format && npm run build && npm run test-coverage",
98     "test-api": "node test",
99     "test-coverage": "nyc --reporter lcov tape test.js"
100   },
101   "version": "1.1.0",
102   "xo": {
103     "prettier": true,
104     "esnext": false,
105     "ignores": [
106       "ccount.js"
107     ],
108     "rules": {
109       "unicorn/prefer-type-error": "off"
110     }
111   }
112 }