c0a22d8bf92d9fb628cf88308fc16d2c7811f434
[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.0",
4   "_inBundle": false,
5   "_integrity": "sha512-eyoaac3btgU8eJlvh01En8OCKzRqlLe2G5jDsCr3RiE2uLGMEEB1aaGwVVpwR8M95956tGH6R+9edC++OvzaVw==",
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     "/webpack"
22   ],
23   "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.0.tgz",
24   "_shasum": "5c894537098785926d71e696114a53ce768ed773",
25   "_spec": "ajv-keywords@^3.0.0",
26   "_where": "/tmp/coc-prettier-dzKjD7/node_modules/stylelint/node_modules/table",
27   "author": {
28     "name": "Evgeny Poberezkin"
29   },
30   "bugs": {
31     "url": "https://github.com/epoberezkin/ajv-keywords/issues"
32   },
33   "bundleDependencies": false,
34   "deprecated": false,
35   "description": "Custom JSON-Schema keywords for Ajv validator",
36   "devDependencies": {
37     "ajv": "^6.9.1",
38     "ajv-pack": "^0.3.0",
39     "chai": "^4.2.0",
40     "coveralls": "^3.0.2",
41     "dot": "^1.1.1",
42     "eslint": "^7.2.0",
43     "glob": "^7.1.3",
44     "istanbul": "^0.4.3",
45     "js-beautify": "^1.8.9",
46     "json-schema-test": "^2.0.0",
47     "mocha": "^8.0.1",
48     "pre-commit": "^1.1.3",
49     "uuid": "^8.1.0"
50   },
51   "files": [
52     "index.js",
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.0"
81 }