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