package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "ajv-keywords@3.5.2",
  5. "/Users/mac/projects/mime/mine"
  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. "/copy-webpack-plugin/schema-utils",
  27. "/schema-utils",
  28. "/terser-webpack-plugin/schema-utils",
  29. "/thread-loader/schema-utils",
  30. "/webpack/schema-utils"
  31. ],
  32. "_resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-3.5.2.tgz",
  33. "_spec": "3.5.2",
  34. "_where": "/Users/mac/projects/mime/mine",
  35. "author": {
  36. "name": "Evgeny Poberezkin"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  40. },
  41. "description": "Custom JSON-Schema keywords for Ajv validator",
  42. "devDependencies": {
  43. "ajv": "^6.9.1",
  44. "ajv-pack": "^0.3.0",
  45. "chai": "^4.2.0",
  46. "coveralls": "^3.0.2",
  47. "dot": "^1.1.1",
  48. "eslint": "^7.2.0",
  49. "glob": "^7.1.3",
  50. "istanbul": "^0.4.3",
  51. "js-beautify": "^1.8.9",
  52. "json-schema-test": "^2.0.0",
  53. "mocha": "^8.0.1",
  54. "pre-commit": "^1.1.3",
  55. "uuid": "^8.1.0"
  56. },
  57. "files": [
  58. "index.js",
  59. "ajv-keywords.d.ts",
  60. "keywords"
  61. ],
  62. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  63. "keywords": [
  64. "JSON-Schema",
  65. "ajv",
  66. "keywords"
  67. ],
  68. "license": "MIT",
  69. "main": "index.js",
  70. "name": "ajv-keywords",
  71. "peerDependencies": {
  72. "ajv": "^6.9.1"
  73. },
  74. "repository": {
  75. "type": "git",
  76. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  77. },
  78. "scripts": {
  79. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  80. "eslint": "eslint index.js keywords/*.js spec",
  81. "prepublish": "npm run build",
  82. "test": "npm run build && npm run eslint && npm run test-cov",
  83. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  84. "test-spec": "mocha spec/*.spec.js -R spec"
  85. },
  86. "typings": "ajv-keywords.d.ts",
  87. "version": "3.5.2"
  88. }