Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / ajv / package.json
1 {
2   "_from": "ajv@^6.10.0",
3   "_id": "ajv@6.12.6",
4   "_inBundle": false,
5   "_integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
6   "_location": "/ajv",
7   "_phantomChildren": {},
8   "_requested": {
9     "type": "range",
10     "registry": true,
11     "raw": "ajv@^6.10.0",
12     "name": "ajv",
13     "escapedName": "ajv",
14     "rawSpec": "^6.10.0",
15     "saveSpec": null,
16     "fetchSpec": "^6.10.0"
17   },
18   "_requiredBy": [
19     "/eslint",
20     "/schema-utils",
21     "/stylelint/table",
22     "/table"
23   ],
24   "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
25   "_shasum": "baf5a62e802b07d977034586f8c3baf5adf26df4",
26   "_spec": "ajv@^6.10.0",
27   "_where": "/tmp/nvimkGaq4E/coc-prettier-UL9jgR/node_modules/eslint",
28   "author": {
29     "name": "Evgeny Poberezkin"
30   },
31   "bugs": {
32     "url": "https://github.com/ajv-validator/ajv/issues"
33   },
34   "bundleDependencies": false,
35   "collective": {
36     "type": "opencollective",
37     "url": "https://opencollective.com/ajv"
38   },
39   "dependencies": {
40     "fast-deep-equal": "^3.1.1",
41     "fast-json-stable-stringify": "^2.0.0",
42     "json-schema-traverse": "^0.4.1",
43     "uri-js": "^4.2.2"
44   },
45   "deprecated": false,
46   "description": "Another JSON Schema Validator",
47   "devDependencies": {
48     "ajv-async": "^1.0.0",
49     "bluebird": "^3.5.3",
50     "brfs": "^2.0.0",
51     "browserify": "^16.2.0",
52     "chai": "^4.0.1",
53     "coveralls": "^3.0.1",
54     "del-cli": "^3.0.0",
55     "dot": "^1.0.3",
56     "eslint": "^7.3.1",
57     "gh-pages-generator": "^0.2.3",
58     "glob": "^7.0.0",
59     "if-node-version": "^1.0.0",
60     "js-beautify": "^1.7.3",
61     "jshint": "^2.10.2",
62     "json-schema-test": "^2.0.0",
63     "karma": "^5.0.0",
64     "karma-chrome-launcher": "^3.0.0",
65     "karma-mocha": "^2.0.0",
66     "karma-sauce-launcher": "^4.1.3",
67     "mocha": "^8.0.1",
68     "nyc": "^15.0.0",
69     "pre-commit": "^1.1.1",
70     "require-globify": "^1.3.0",
71     "typescript": "^3.9.5",
72     "uglify-js": "^3.6.9",
73     "watch": "^1.0.0"
74   },
75   "files": [
76     "lib/",
77     "dist/",
78     "scripts/",
79     "LICENSE",
80     ".tonic_example.js"
81   ],
82   "funding": {
83     "type": "github",
84     "url": "https://github.com/sponsors/epoberezkin"
85   },
86   "homepage": "https://github.com/ajv-validator/ajv",
87   "keywords": [
88     "JSON",
89     "schema",
90     "validator",
91     "validation",
92     "jsonschema",
93     "json-schema",
94     "json-schema-validator",
95     "json-schema-validation"
96   ],
97   "license": "MIT",
98   "main": "lib/ajv.js",
99   "name": "ajv",
100   "nyc": {
101     "exclude": [
102       "**/spec/**",
103       "node_modules"
104     ],
105     "reporter": [
106       "lcov",
107       "text-summary"
108     ]
109   },
110   "repository": {
111     "type": "git",
112     "url": "git+https://github.com/ajv-validator/ajv.git"
113   },
114   "scripts": {
115     "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
116     "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
117     "bundle-beautify": "node ./scripts/bundle.js js-beautify",
118     "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
119     "jshint": "jshint lib/{compile/,}*.js",
120     "lint": "npm run jshint && npm run eslint",
121     "prepublish": "npm run build && npm run bundle",
122     "test": "npm run lint && npm run build && npm run test-all",
123     "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
124     "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
125     "test-cov": "nyc npm run test-spec",
126     "test-debug": "npm run test-spec -- --inspect-brk",
127     "test-fast": "AJV_FAST_TEST=true npm run test-spec",
128     "test-karma": "karma start",
129     "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
130     "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
131     "watch": "watch \"npm run build\" ./lib/dot"
132   },
133   "tonicExampleFilename": ".tonic_example.js",
134   "typings": "lib/ajv.d.ts",
135   "version": "6.12.6"
136 }