Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / is-alphanumeric / package.json
1 {
2   "_from": "is-alphanumeric@^1.0.0",
3   "_id": "is-alphanumeric@1.0.0",
4   "_inBundle": false,
5   "_integrity": "sha1-Spzvcdr0wAHB2B1j0UDPU/1oifQ=",
6   "_location": "/is-alphanumeric",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "is-alphanumeric@^1.0.0",
12     "name": "is-alphanumeric",
13     "escapedName": "is-alphanumeric",
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/is-alphanumeric/-/is-alphanumeric-1.0.0.tgz",
22   "_shasum": "4a9cef71daf4c001c1d81d63d140cf53fd6889f4",
23   "_spec": "is-alphanumeric@^1.0.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/remark-stringify",
25   "author": {
26     "name": "Arthur Verschaeve",
27     "email": "contact@arthurverschaeve.be",
28     "url": "arthurverschaeve.be"
29   },
30   "bugs": {
31     "url": "https://github.com/arthurvr/is-alphanumeric/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Check if a string only contains alphanumeric characters",
36   "devDependencies": {
37     "mocha": "*"
38   },
39   "engines": {
40     "node": ">=0.10.0"
41   },
42   "files": [
43     "index.js"
44   ],
45   "homepage": "https://github.com/arthurvr/is-alphanumeric#readme",
46   "keywords": [
47     "numbers",
48     "numeric",
49     "alphabet",
50     "alphabetic",
51     "check",
52     "is",
53     "detect",
54     "latin",
55     "alphanumeric",
56     "string",
57     "text",
58     "letters",
59     "digit",
60     "arabic",
61     "alphameric"
62   ],
63   "license": "MIT",
64   "name": "is-alphanumeric",
65   "repository": {
66     "type": "git",
67     "url": "git+https://github.com/arthurvr/is-alphanumeric.git"
68   },
69   "scripts": {
70     "test": "mocha"
71   },
72   "version": "1.0.0"
73 }