Dashboard sipadu mbip
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

package.json 2.4KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_from": "ajv-keywords@^3.1.0",
  3. "_id": "ajv-keywords@3.4.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-RO1ibKvd27e6FEShVFfPALuHI3WjSVNeK5FIsmme/LYRNxjKuNj+Dt7bucLa6NdSv3JcVTyMlm9kGR84z1XpaQ==",
  6. "_location": "/ajv-keywords",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv-keywords@^3.1.0",
  12. "name": "ajv-keywords",
  13. "escapedName": "ajv-keywords",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/file-loader/schema-utils",
  20. "/postcss-loader/schema-utils",
  21. "/schema-utils",
  22. "/style-loader/schema-utils",
  23. "/terser-webpack-plugin/schema-utils",
  24. "/webpack",
  25. "/webpack-dev-server/schema-utils",
  26. "/webpack/schema-utils"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.4.1.tgz",
  29. "_shasum": "ef916e271c64ac12171fd8384eaae6b2345854da",
  30. "_spec": "ajv-keywords@^3.1.0",
  31. "_where": "/var/www/html/mdch.sipadu/node_modules/schema-utils",
  32. "author": {
  33. "name": "Evgeny Poberezkin"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  37. },
  38. "bundleDependencies": false,
  39. "deprecated": false,
  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": "^6.0.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": "^6.0.0",
  53. "pre-commit": "^1.1.3",
  54. "uuid": "^3.3.2"
  55. },
  56. "files": [
  57. "index.js",
  58. "keywords"
  59. ],
  60. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  61. "keywords": [
  62. "JSON-Schema",
  63. "ajv",
  64. "keywords"
  65. ],
  66. "license": "MIT",
  67. "main": "index.js",
  68. "name": "ajv-keywords",
  69. "peerDependencies": {
  70. "ajv": "^6.9.1"
  71. },
  72. "repository": {
  73. "type": "git",
  74. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  75. },
  76. "scripts": {
  77. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  78. "eslint": "eslint index.js keywords/*.js spec",
  79. "prepublish": "npm run build",
  80. "test": "npm run build && npm run eslint && npm run test-cov",
  81. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  82. "test-spec": "mocha spec/*.spec.js -R spec"
  83. },
  84. "version": "3.4.1"
  85. }