package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "ajv-keywords@3.5.2",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "ajv-keywords@3.5.2",
  10. "_id": "ajv-keywords@3.5.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==",
  13. "_location": "/ajv-keywords",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "ajv-keywords@3.5.2",
  19. "name": "ajv-keywords",
  20. "escapedName": "ajv-keywords",
  21. "rawSpec": "3.5.2",
  22. "saveSpec": null,
  23. "fetchSpec": "3.5.2"
  24. },
  25. "_requiredBy": [
  26. "/file-loader/schema-utils",
  27. "/postcss-loader/schema-utils",
  28. "/uglifyjs-webpack-plugin/schema-utils",
  29. "/webpack"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  32. "_spec": "3.5.2",
  33. "_where": "E:\\amr1.0\\AMR",
  34. "author": {
  35. "name": "Evgeny Poberezkin"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  39. },
  40. "description": "Custom JSON-Schema keywords for Ajv validator",
  41. "devDependencies": {
  42. "ajv": "^6.9.1",
  43. "ajv-pack": "^0.3.0",
  44. "chai": "^4.2.0",
  45. "coveralls": "^3.0.2",
  46. "dot": "^1.1.1",
  47. "eslint": "^7.2.0",
  48. "glob": "^7.1.3",
  49. "istanbul": "^0.4.3",
  50. "js-beautify": "^1.8.9",
  51. "json-schema-test": "^2.0.0",
  52. "mocha": "^8.0.1",
  53. "pre-commit": "^1.1.3",
  54. "uuid": "^8.1.0"
  55. },
  56. "files": [
  57. "index.js",
  58. "ajv-keywords.d.ts",
  59. "keywords"
  60. ],
  61. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  62. "keywords": [
  63. "JSON-Schema",
  64. "ajv",
  65. "keywords"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "ajv-keywords",
  70. "peerDependencies": {
  71. "ajv": "^6.9.1"
  72. },
  73. "repository": {
  74. "type": "git",
  75. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  76. },
  77. "scripts": {
  78. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  79. "eslint": "eslint index.js keywords/*.js spec",
  80. "prepublish": "npm run build",
  81. "test": "npm run build && npm run eslint && npm run test-cov",
  82. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  83. "test-spec": "mocha spec/*.spec.js -R spec"
  84. },
  85. "typings": "ajv-keywords.d.ts",
  86. "version": "3.5.2"
  87. }