Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / file-entry-cache / package.json
1 {
2   "_from": "file-entry-cache@^5.0.1",
3   "_id": "file-entry-cache@5.0.1",
4   "_inBundle": false,
5   "_integrity": "sha512-bCg29ictuBaKUwwArK4ouCaqDgLZcysCFLmM/Yn/FDoqndh/9vNuQfXRDvTuXKLxfD/JtZQGKFT8MGcJBK644g==",
6   "_location": "/file-entry-cache",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "file-entry-cache@^5.0.1",
12     "name": "file-entry-cache",
13     "escapedName": "file-entry-cache",
14     "rawSpec": "^5.0.1",
15     "saveSpec": null,
16     "fetchSpec": "^5.0.1"
17   },
18   "_requiredBy": [
19     "/eslint"
20   ],
21   "_resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-5.0.1.tgz",
22   "_shasum": "ca0f6efa6dd3d561333fb14515065c2fafdf439c",
23   "_spec": "file-entry-cache@^5.0.1",
24   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
25   "author": {
26     "name": "Roy Riojas",
27     "url": "http://royriojas.com"
28   },
29   "bugs": {
30     "url": "https://github.com/royriojas/file-entry-cache/issues"
31   },
32   "bundleDependencies": false,
33   "changelogx": {
34     "ignoreRegExp": [
35       "BLD: Release",
36       "DOC: Generate Changelog",
37       "Generated Changelog"
38     ],
39     "issueIDRegExp": "#(\\d+)",
40     "commitURL": "https://github.com/royriojas/file-entry-cache/commit/{0}",
41     "authorURL": "https://github.com/{0}",
42     "issueIDURL": "https://github.com/royriojas/file-entry-cache/issues/{0}",
43     "projectName": "file-entry-cache"
44   },
45   "dependencies": {
46     "flat-cache": "^2.0.1"
47   },
48   "deprecated": false,
49   "description": "Super simple cache for file metadata, useful for process that work o a given series of files and that only need to repeat the job on the changed ones since the previous run of the process",
50   "devDependencies": {
51     "chai": "^3.2.0",
52     "changelogx": "3.0.0",
53     "commander": "^2.6.0",
54     "del": "^2.0.2",
55     "esbeautifier": "^4.2.11",
56     "eslinter": "^2.3.3",
57     "glob-expand": "^0.1.0",
58     "istanbul": "^0.3.6",
59     "mocha": "^2.1.0",
60     "precommit": "^1.1.5",
61     "prepush": "^3.1.4",
62     "proxyquire": "^1.3.1",
63     "sinon": "^1.12.2",
64     "sinon-chai": "^2.7.0",
65     "watch-run": "^1.2.1",
66     "write": "^0.3.1"
67   },
68   "engines": {
69     "node": ">=4"
70   },
71   "files": [
72     "cache.js"
73   ],
74   "homepage": "https://github.com/royriojas/file-entry-cache#readme",
75   "keywords": [
76     "file cache",
77     "task cache files",
78     "file cache",
79     "key par",
80     "key value",
81     "cache"
82   ],
83   "license": "MIT",
84   "main": "cache.js",
85   "name": "file-entry-cache",
86   "precommit": [
87     "npm run verify"
88   ],
89   "prepush": [
90     "npm run verify"
91   ],
92   "repository": {
93     "type": "git",
94     "url": "git+https://github.com/royriojas/file-entry-cache.git"
95   },
96   "scripts": {
97     "beautify": "esbeautifier 'cache.js' 'test/**/*.js' 'perf.js'",
98     "beautify-check": "npm run beautify -- -k",
99     "bump-major": "npm run pre-v && npm version major -m 'BLD: Release v%s' && npm run post-v",
100     "bump-minor": "npm run pre-v && npm version minor -m 'BLD: Release v%s' && npm run post-v",
101     "bump-patch": "npm run pre-v && npm version patch -m 'BLD: Release v%s' && npm run post-v",
102     "changelog": "changelogx -f markdown -o ./changelog.md",
103     "cover": "istanbul cover test/runner.js html text-summary",
104     "do-changelog": "npm run changelog && git add ./changelog.md && git commit -m 'DOC: Generate changelog' --no-verify",
105     "eslint": "eslinter 'cache.js' 'specs/**/*.js' 'perf.js'",
106     "install-hooks": "prepush install && changelogx install-hook && precommit install",
107     "lint": "npm run beautify && npm run eslint",
108     "perf": "node perf.js",
109     "post-v": "npm run do-changelog && git push --no-verify && git push --tags --no-verify",
110     "pre-v": "npm run test",
111     "test": "npm run verify --silent && mocha -R spec test/specs",
112     "verify": "npm run beautify-check && npm run eslint",
113     "watch": "watch-run -i -p 'test/specs/**/*.js' istanbul cover test/runner.js html text-summary"
114   },
115   "version": "5.0.1"
116 }