package.json 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_from": "ajv-keywords@^2.1.0",
  3. "_id": "ajv-keywords@2.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZFztHzVRdGLAzJmpUT9LNFLe1YiVOEylcaNpEutM26PVTCtOD919IMfD01CgbRouB42Dd9atjx1HseC15DgOZA==",
  6. "_location": "/ajv-keywords",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "ajv-keywords@^2.1.0",
  12. "name": "ajv-keywords",
  13. "escapedName": "ajv-keywords",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/table"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz",
  22. "_shasum": "617997fc5f60576894c435f940d819e135b80762",
  23. "_spec": "ajv-keywords@^2.1.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\table",
  25. "author": {
  26. "name": "Evgeny Poberezkin"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/epoberezkin/ajv-keywords/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Custom JSON-Schema keywords for Ajv validator",
  34. "devDependencies": {
  35. "ajv": "^5.0.0",
  36. "ajv-pack": "^0.3.0",
  37. "chai": "^4.0.2",
  38. "coveralls": "^3.0.0",
  39. "dot": "^1.1.1",
  40. "eslint": "^4.9.0",
  41. "glob": "^7.1.1",
  42. "istanbul": "^0.4.3",
  43. "js-beautify": "^1.7.4",
  44. "json-schema-test": "^1.3.0",
  45. "mocha": "^4.0.0",
  46. "pre-commit": "^1.1.3",
  47. "uuid": "^3.0.1"
  48. },
  49. "files": [
  50. "index.js",
  51. "keywords"
  52. ],
  53. "homepage": "https://github.com/epoberezkin/ajv-keywords#readme",
  54. "keywords": [
  55. "JSON-Schema",
  56. "ajv",
  57. "keywords"
  58. ],
  59. "license": "MIT",
  60. "main": "index.js",
  61. "name": "ajv-keywords",
  62. "peerDependencies": {
  63. "ajv": "^5.0.0"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/epoberezkin/ajv-keywords.git"
  68. },
  69. "scripts": {
  70. "build": "node node_modules/ajv/scripts/compile-dots.js node_modules/ajv/lib keywords",
  71. "eslint": "eslint index.js keywords/*.js",
  72. "prepublish": "npm run build",
  73. "test": "npm run build && npm run eslint && npm run test-cov",
  74. "test-cov": "istanbul cover -x 'spec/**' node_modules/mocha/bin/_mocha -- spec/*.spec.js -R spec",
  75. "test-spec": "mocha spec/*.spec.js -R spec"
  76. },
  77. "version": "2.1.1"
  78. }