Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / natural-compare / package.json
1 {
2   "_from": "natural-compare@^1.4.0",
3   "_id": "natural-compare@1.4.0",
4   "_inBundle": false,
5   "_integrity": "sha1-Sr6/7tdUHywnrPspvbvRXI1bpPc=",
6   "_location": "/natural-compare",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "natural-compare@^1.4.0",
12     "name": "natural-compare",
13     "escapedName": "natural-compare",
14     "rawSpec": "^1.4.0",
15     "saveSpec": null,
16     "fetchSpec": "^1.4.0"
17   },
18   "_requiredBy": [
19     "/eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz",
22   "_shasum": "4abebfeed7541f2c27acfb29bdbbd15c8d5ba4f7",
23   "_spec": "natural-compare@^1.4.0",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
25   "author": {
26     "name": "Lauri Rooden",
27     "url": "https://github.com/litejs/natural-compare-lite"
28   },
29   "bugs": {
30     "url": "https://github.com/litejs/natural-compare-lite/issues"
31   },
32   "buildman": {
33     "dist/index-min.js": {
34       "banner": "/*! litejs.com/MIT-LICENSE.txt */",
35       "input": "index.js"
36     }
37   },
38   "bundleDependencies": false,
39   "deprecated": false,
40   "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
41   "devDependencies": {
42     "buildman": "*",
43     "testman": "*"
44   },
45   "files": [
46     "index.js"
47   ],
48   "homepage": "https://github.com/litejs/natural-compare-lite#readme",
49   "keywords": [
50     "string",
51     "natural",
52     "order",
53     "sort",
54     "natsort",
55     "natcmp",
56     "compare",
57     "alphanum",
58     "litejs"
59   ],
60   "license": "MIT",
61   "main": "index.js",
62   "name": "natural-compare",
63   "repository": {
64     "type": "git",
65     "url": "git://github.com/litejs/natural-compare-lite.git"
66   },
67   "scripts": {
68     "build": "node node_modules/buildman/index.js --all",
69     "test": "node tests/index.js"
70   },
71   "stability": 3,
72   "version": "1.4.0"
73 }