更新
This commit is contained in:
+101
@@ -0,0 +1,101 @@
|
||||
{
|
||||
"_from": "ajv-keywords@^5.1.0",
|
||||
"_id": "ajv-keywords@5.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==",
|
||||
"_location": "/ajv-keywords",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "ajv-keywords@^5.1.0",
|
||||
"name": "ajv-keywords",
|
||||
"escapedName": "ajv-keywords",
|
||||
"rawSpec": "^5.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^5.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/schema-utils"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz",
|
||||
"_shasum": "69d4d385a4733cdbeab44964a1170a88f87f0e16",
|
||||
"_spec": "ajv-keywords@^5.1.0",
|
||||
"_where": "/root/dns/node_modules/schema-utils",
|
||||
"author": {
|
||||
"name": "Evgeny Poberezkin"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/epoberezkin/ajv-keywords/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"fast-deep-equal": "^3.1.3"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Additional JSON-Schema keywords for Ajv JSON validator",
|
||||
"devDependencies": {
|
||||
"@ajv-validator/config": "^0.2.3",
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/jest": "^26.0.14",
|
||||
"@types/node": "^16.4.10",
|
||||
"@types/uuid": "^8.3.0",
|
||||
"@typescript-eslint/eslint-plugin": "^4.4.1",
|
||||
"@typescript-eslint/parser": "^4.4.1",
|
||||
"ajv": "^8.8.2",
|
||||
"ajv-formats": "^2.0.0",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^7.2.0",
|
||||
"eslint-config-prettier": "^7.0.0",
|
||||
"husky": "^7.0.1",
|
||||
"jest": "^26.5.3",
|
||||
"json-schema-test": "^2.0.0",
|
||||
"lint-staged": "^11.1.1",
|
||||
"prettier": "^2.1.2",
|
||||
"ts-jest": "^26.4.1",
|
||||
"typescript": "^4.2.0",
|
||||
"uuid": "^8.1.0"
|
||||
},
|
||||
"files": [
|
||||
"src",
|
||||
"dist",
|
||||
"ajv-keywords.d.ts"
|
||||
],
|
||||
"homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged && npm test"
|
||||
}
|
||||
},
|
||||
"keywords": [
|
||||
"JSON-Schema",
|
||||
"ajv",
|
||||
"keywords"
|
||||
],
|
||||
"license": "MIT",
|
||||
"lint-staged": {
|
||||
"*.{md,json,yaml,js,ts}": "prettier --write"
|
||||
},
|
||||
"main": "dist/index.js",
|
||||
"name": "ajv-keywords",
|
||||
"peerDependencies": {
|
||||
"ajv": "^8.8.2"
|
||||
},
|
||||
"prettier": "@ajv-validator/config/prettierrc.json",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/epoberezkin/ajv-keywords.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rm -rf dist && tsc",
|
||||
"eslint": "eslint \"src/**/*.*s\" \"spec/**/*.*s\"",
|
||||
"prepublish": "npm run build",
|
||||
"prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
|
||||
"prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
|
||||
"test": "npm link && npm link ajv-keywords && npm run eslint && npm run test-cov",
|
||||
"test-cov": "jest spec/*.ts --coverage",
|
||||
"test-spec": "jest spec/*.ts"
|
||||
},
|
||||
"types": "dist/index.d.ts",
|
||||
"version": "5.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user