You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

105 lines
2.7 KiB

{
"_args": [
[
"ajv-formats@2.1.0",
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
]
],
"_development": true,
"_from": "ajv-formats@2.1.0",
"_id": "ajv-formats@2.1.0",
"_inBundle": false,
"_integrity": "sha512-USH2jBb+C/hIpwD2iRjp0pe0k+MvzG0mlSn/FIdCgQhUb9ALPRjt2KIQdfZDS9r0ZIeUAg7gOu9KL0PFqGqr5Q==",
"_location": "/ajv-formats",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ajv-formats@2.1.0",
"name": "ajv-formats",
"escapedName": "ajv-formats",
"rawSpec": "2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
},
"_requiredBy": [
"/@angular-devkit/core"
],
"_resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
"author": {
"name": "Evgeny Poberezkin"
},
"bugs": {
"url": "https://github.com/ajv-validator/ajv-formats/issues"
},
"dependencies": {
"ajv": "^8.0.0"
},
"description": "Format validation for Ajv v7+",
"devDependencies": {
"@ajv-validator/config": "^0.3.0",
"@types/jest": "^26.0.5",
"@types/node": "^14.10.1",
"@typescript-eslint/eslint-plugin": "^3.7.0",
"@typescript-eslint/parser": "^3.7.0",
"ajv": "^8.0.0",
"eslint": "^7.5.0",
"eslint-config-prettier": "^6.11.0",
"husky": "^4.2.5",
"jest": "^26.1.0",
"json-schema-test": "^2.0.0",
"lint-staged": "^10.2.11",
"prettier": "^2.0.5",
"ts-jest": "^26.1.3",
"typescript": "^4.0.0"
},
"files": [
"src/",
"dist/"
],
"homepage": "https://github.com/ajv-validator/ajv-formats#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged && npm test"
}
},
"keywords": [
"Ajv",
"JSON-Schema",
"format",
"validation"
],
"license": "MIT",
"lint-staged": {
"*.{md,json,yaml,js,ts}": "prettier --write"
},
"main": "dist/index.js",
"name": "ajv-formats",
"peerDependencies": {
"ajv": "^8.0.0"
},
"peerDependenciesMeta": {
"ajv": {
"optional": true
}
},
"prettier": "@ajv-validator/config/prettierrc.json",
"repository": {
"type": "git",
"url": "git+https://github.com/ajv-validator/ajv-formats.git"
},
"scripts": {
"build": "tsc",
"ci-test": "npm run test",
"eslint": "eslint --ext .ts ./src/**/*",
"prettier:check": "prettier --list-different \"./**/*.{md,json,yaml,js,ts}\"",
"prettier:write": "prettier --write \"./**/*.{md,json,yaml,js,ts}\"",
"test": "npm run prettier:check && npm run build && npm run eslint && npm run test-cov",
"test-cov": "jest --coverage",
"test-spec": "jest"
},
"types": "dist/index.d.ts",
"version": "2.1.0"
}