Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ajv-keywords / package.json
1 {
2   "_from": "ajv-keywords@^3.0.0",
3   "_id": "ajv-keywords@3.5.2",
4   "_inBundle": false,
5   "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
6   "_location": "/ajv-keywords",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ajv-keywords@^3.0.0",
12     "name": "ajv-keywords",
13     "escapedName": "ajv-keywords",
14     "rawSpec": "^3.0.0",
15     "saveSpec": null,
16     "fetchSpec": "^3.0.0"
17   },
18   "_requiredBy": [
19     "/schema-utils",
20     "/stylelint/table"
21   ],
22   "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
23   "_shasum": "31f29da5ab6e00d1c2d329acf7b5929614d5014d",
24   "_spec": "ajv-keywords@^3.0.0",
25   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/stylelint/node_modules/table",
26   "author": {
27     "name": "Evgeny Poberezkin"
28   },
29   "bugs": {
30     "url": "https://github.com/epoberezkin/ajv-keywords/issues"
31   },
32   "bundleDependencies": false,
33   "deprecated": false,
34   "description": "Custom JSON-Schema keywords for Ajv validator",
35   "devDependencies": {
36     "ajv": "^6.9.1",
37     "ajv-pack": "^0.3.0",
38     "chai": "^4.2.0",
39     "coveralls": "^3.0.2",
40     "dot": "^1.1.1",
41     "eslint": "^7.2.0",
42     "glob": "^7.1.3",
43     "istanbul": "^0.4.3",
44     "js-beautify": "^1.8.9",
45     "json-schema-test": "^2.0.0",
46     "mocha": "^8.0.1",
47     "pre-commit": "^1.1.3",
48     "uuid": "^8.1.0"
49   },
50   "files": [
51     "index.js",
52     "ajv-keywords.d.ts",
53     "keywords"
54   ],
55   "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
56   "keywords": [
57     "JSON-Schema",
58     "ajv",
59     "keywords"
60   ],
61   "license": "MIT",
62   "main": "index.js",
63   "name": "ajv-keywords",
64   "peerDependencies": {
65     "ajv": "^6.9.1"
66   },
67   "repository": {
68     "type": "git",
69     "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
70   },
71   "scripts": {
72     "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
73     "eslint": "eslint index.js keywords/*.js spec",
74     "prepublish": "npm run build",
75     "test": "npm run build && npm run eslint && npm run test-cov",
76     "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
77     "test-spec": "mocha spec/*.spec.js -R spec"
78   },
79   "typings": "ajv-keywords.d.ts",
80   "version": "3.5.2"
81 }