.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / natural-compare / package.json
1 {
2   "name": "natural-compare",
3   "version": "1.4.0",
4   "stability": 3,
5   "author": "Lauri Rooden (https://github.com/litejs/natural-compare-lite)",
6   "license": "MIT",
7   "description": "Compare strings containing a mix of letters and numbers in the way a human being would in sort order.",
8   "keywords": [
9     "string",
10     "natural",
11     "order",
12     "sort",
13     "natsort",
14     "natcmp",
15     "compare",
16     "alphanum",
17     "litejs"
18   ],
19   "main": "index.js",
20   "readmeFilename": "README.md",
21   "files": [
22     "index.js"
23   ],
24   "scripts": {
25     "build": "node node_modules/buildman/index.js --all",
26     "test": "node tests/index.js"
27   },
28   "repository": "git://github.com/litejs/natural-compare-lite.git",
29   "bugs": {
30     "url": "https://github.com/litejs/natural-compare-lite/issues"
31   },
32   "devDependencies": {
33     "buildman": "*",
34     "testman": "*"
35   },
36   "buildman": {
37     "dist/index-min.js": {
38       "banner": "/*! litejs.com/MIT-LICENSE.txt */",
39       "input": "index.js"
40     }
41   }
42 }