Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

há 3 anos
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "ajv-keywords@3.4.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "ajv-keywords@3.4.1",
  9. "_id": "ajv-keywords@3.4.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
  12. "_location": "/ajv-keywords",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ajv-keywords@3.4.1",
  18. "name": "ajv-keywords",
  19. "escapedName": "ajv-keywords",
  20. "rawSpec": "3.4.1",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.1"
  23. },
  24. "_requiredBy": [
  25. "/schema-utils",
  26. "/style-loader/schema-utils",
  27. "/table",
  28. "/uglifyjs-webpack-plugin/schema-utils",
  29. "/webpack",
  30. "/webpack/schema-utils",
  31. "/worker-loader/schema-utils"
  32. ],
  33. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
  34. "_spec": "3.4.1",
  35. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  36. "author": {
  37. "name": "Evgeny Poberezkin"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  41. },
  42. "description": "Custom JSON-Schema keywords for Ajv validator",
  43. "devDependencies": {
  44. "ajv": "^6.9.1",
  45. "ajv-pack": "^0.3.0",
  46. "chai": "^4.2.0",
  47. "coveralls": "^3.0.2",
  48. "dot": "^1.1.1",
  49. "eslint": "^6.0.0",
  50. "glob": "^7.1.3",
  51. "istanbul": "^0.4.3",
  52. "js-beautify": "^1.8.9",
  53. "json-schema-test": "^2.0.0",
  54. "mocha": "^6.0.0",
  55. "pre-commit": "^1.1.3",
  56. "uuid": "^3.3.2"
  57. },
  58. "files": [
  59. "index.js",
  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. "version": "3.4.1"
  87. }