Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / v8-compile-cache / package.json
1 {
2   "_from": "v8-compile-cache@^2.0.3",
3   "_id": "v8-compile-cache@2.2.0",
4   "_inBundle": false,
5   "_integrity": "sha512-gTpR5XQNKFwOd4clxfnhaqvfqMpqEwr4tOtCyz4MtYZX2JYhfr1JvBFKdS+7K/9rfpZR3VLX+YWBbKoxCgS43Q==",
6   "_location": "/v8-compile-cache",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "v8-compile-cache@^2.0.3",
12     "name": "v8-compile-cache",
13     "escapedName": "v8-compile-cache",
14     "rawSpec": "^2.0.3",
15     "saveSpec": null,
16     "fetchSpec": "^2.0.3"
17   },
18   "_requiredBy": [
19     "/eslint",
20     "/webpack-cli"
21   ],
22   "_resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.2.0.tgz",
23   "_shasum": "9471efa3ef9128d2f7c6a7ca39c4dd6b5055b132",
24   "_spec": "v8-compile-cache@^2.0.3",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
26   "author": {
27     "name": "Andres Suarez",
28     "email": "zertosh@gmail.com"
29   },
30   "bugs": {
31     "url": "https://github.com/zertosh/v8-compile-cache/issues"
32   },
33   "bundleDependencies": false,
34   "dependencies": {},
35   "deprecated": false,
36   "description": "Require hook for automatic V8 compile cache persistence",
37   "devDependencies": {
38     "babel-core": "6.26.3",
39     "eslint": "^7.12.1",
40     "flow-parser": "0.136.0",
41     "rimraf": "^2.5.4",
42     "rxjs": "6.6.3",
43     "semver": "^5.3.0",
44     "tap": "^10.1.1",
45     "temp": "^0.8.3",
46     "yarn": "1.22.10"
47   },
48   "files": [
49     "v8-compile-cache.js"
50   ],
51   "homepage": "https://github.com/zertosh/v8-compile-cache#readme",
52   "license": "MIT",
53   "main": "v8-compile-cache.js",
54   "name": "v8-compile-cache",
55   "repository": {
56     "type": "git",
57     "url": "git+https://github.com/zertosh/v8-compile-cache.git"
58   },
59   "scripts": {
60     "bench": "bench/run.sh",
61     "eslint": "eslint --max-warnings=0 .",
62     "posttest": "npm run eslint",
63     "tap": "tap test/*-test.js",
64     "test": "npm run tap"
65   },
66   "version": "2.2.0"
67 }