This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+7
View File
@@ -0,0 +1,7 @@
declare module 'ajv-keywords' {
import { Ajv } from 'ajv';
function keywords(ajv: Ajv, include?: string | string[]): Ajv;
export = keywords;
}
+19 -12
View File
@@ -1,36 +1,42 @@
{
"_args": [
[
"ajv-keywords@3.5.1",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"ajv-keywords@3.5.2",
"/home/node/nuxt"
]
],
"_from": "ajv-keywords@3.5.1",
"_id": "ajv-keywords@3.5.1",
"_from": "ajv-keywords@3.5.2",
"_id": "ajv-keywords@3.5.2",
"_inBundle": false,
"_integrity": "sha512-KWcq3xN8fDjSB+IMoh2VaXVhRI0BBGxoYp3rx7Pkb6z0cFjYR9Q9l4yZqqals0/zsioCmocC5H6UvsGD4MoIBA==",
"_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
"_location": "/ajv-keywords",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ajv-keywords@3.5.1",
"raw": "ajv-keywords@3.5.2",
"name": "ajv-keywords",
"escapedName": "ajv-keywords",
"rawSpec": "3.5.1",
"rawSpec": "3.5.2",
"saveSpec": null,
"fetchSpec": "3.5.1"
"fetchSpec": "3.5.2"
},
"_requiredBy": [
"/@nuxt/webpack/schema-utils",
"/css-loader/schema-utils",
"/extract-css-chunks-webpack-plugin/schema-utils",
"/postcss-loader/schema-utils",
"/schema-utils",
"/terser-webpack-plugin/schema-utils",
"/thread-loader/schema-utils",
"/url-loader/schema-utils",
"/webpack",
"/webpack-dev-middleware/schema-utils",
"/webpack/schema-utils"
],
"_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.1.tgz",
"_spec": "3.5.1",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
"_spec": "3.5.2",
"_where": "/home/node/nuxt",
"author": {
"name": "Evgeny Poberezkin"
},
@@ -55,6 +61,7 @@
},
"files": [
"index.js",
"ajv-keywords.d.ts",
"keywords"
],
"homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
@@ -82,5 +89,5 @@
"test-spec": "mocha spec/*.spec.js -R spec"
},
"typings": "ajv-keywords.d.ts",
"version": "3.5.1"
"version": "3.5.2"
}