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