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