選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

141 行
4.0 KiB

  1. {
  2. "_args": [
  3. [
  4. "ajv@6.12.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "ajv@6.12.2",
  9. "_id": "ajv@6.12.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-k+V+hzjm5q/Mr8ef/1Y9goCmlsK4I6Sm74teeyGvFk1XrOsbsKLjEdrvny42CZ+a8sXbk8KWpY/bDwS+FLL2UQ==",
  12. "_location": "/ajv",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "ajv@6.12.2",
  18. "name": "ajv",
  19. "escapedName": "ajv",
  20. "rawSpec": "6.12.2",
  21. "saveSpec": null,
  22. "fetchSpec": "6.12.2"
  23. },
  24. "_requiredBy": [
  25. "/eslint",
  26. "/har-validator",
  27. "/schema-utils",
  28. "/style-loader/schema-utils",
  29. "/table",
  30. "/uglifyjs-webpack-plugin/schema-utils",
  31. "/webpack",
  32. "/webpack/schema-utils",
  33. "/worker-loader/schema-utils"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.2.tgz",
  36. "_spec": "6.12.2",
  37. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  38. "author": {
  39. "name": "Evgeny Poberezkin"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/epoberezkin/ajv/issues"
  43. },
  44. "collective": {
  45. "type": "opencollective",
  46. "url": "https://opencollective.com/ajv"
  47. },
  48. "dependencies": {
  49. "fast-deep-equal": "^3.1.1",
  50. "fast-json-stable-stringify": "^2.0.0",
  51. "json-schema-traverse": "^0.4.1",
  52. "uri-js": "^4.2.2"
  53. },
  54. "description": "Another JSON Schema Validator",
  55. "devDependencies": {
  56. "ajv-async": "^1.0.0",
  57. "bluebird": "^3.5.3",
  58. "brfs": "^2.0.0",
  59. "browserify": "^16.2.0",
  60. "chai": "^4.0.1",
  61. "coveralls": "^3.0.1",
  62. "del-cli": "^3.0.0",
  63. "dot": "^1.0.3",
  64. "eslint": "^6.0.0",
  65. "gh-pages-generator": "^0.2.3",
  66. "glob": "^7.0.0",
  67. "if-node-version": "^1.0.0",
  68. "js-beautify": "^1.7.3",
  69. "jshint": "^2.10.2",
  70. "json-schema-test": "^2.0.0",
  71. "karma": "^5.0.0",
  72. "karma-chrome-launcher": "^3.0.0",
  73. "karma-mocha": "^2.0.0",
  74. "karma-sauce-launcher": "^4.1.3",
  75. "mocha": "^7.0.1",
  76. "nyc": "^15.0.0",
  77. "pre-commit": "^1.1.1",
  78. "require-globify": "^1.3.0",
  79. "typescript": "^2.8.3",
  80. "uglify-js": "^3.6.9",
  81. "watch": "^1.0.0"
  82. },
  83. "files": [
  84. "lib/",
  85. "dist/",
  86. "scripts/",
  87. "LICENSE",
  88. ".tonic_example.js"
  89. ],
  90. "homepage": "https://github.com/epoberezkin/ajv",
  91. "keywords": [
  92. "JSON",
  93. "schema",
  94. "validator",
  95. "validation",
  96. "jsonschema",
  97. "json-schema",
  98. "json-schema-validator",
  99. "json-schema-validation"
  100. ],
  101. "license": "MIT",
  102. "main": "lib/ajv.js",
  103. "name": "ajv",
  104. "nyc": {
  105. "exclude": [
  106. "**/spec/**",
  107. "node_modules"
  108. ],
  109. "reporter": [
  110. "lcov",
  111. "text-summary"
  112. ]
  113. },
  114. "repository": {
  115. "type": "git",
  116. "url": "git+https://github.com/epoberezkin/ajv.git"
  117. },
  118. "scripts": {
  119. "build": "del-cli lib/dotjs/*.js \"!lib/dotjs/index.js\" && node scripts/compile-dots.js",
  120. "bundle": "del-cli dist && node ./scripts/bundle.js . Ajv pure_getters",
  121. "bundle-beautify": "node ./scripts/bundle.js js-beautify",
  122. "eslint": "eslint lib/{compile/,}*.js spec/{**/,}*.js scripts --ignore-pattern spec/JSON-Schema-Test-Suite",
  123. "jshint": "jshint lib/{compile/,}*.js",
  124. "lint": "npm run jshint && npm run eslint",
  125. "prepublish": "npm run build && npm run bundle",
  126. "test": "npm run lint && npm run build && npm run test-all",
  127. "test-all": "npm run test-cov && if-node-version 10 npm run test-browser",
  128. "test-browser": "del-cli .browser && npm run bundle && scripts/prepare-tests && npm run test-karma",
  129. "test-cov": "nyc npm run test-spec",
  130. "test-debug": "npm run test-spec -- --inspect-brk",
  131. "test-fast": "AJV_FAST_TEST=true npm run test-spec",
  132. "test-karma": "karma start",
  133. "test-spec": "mocha spec/{**/,}*.spec.js -R spec",
  134. "test-ts": "tsc --target ES5 --noImplicitAny --noEmit spec/typescript/index.ts",
  135. "watch": "watch \"npm run build\" ./lib/dot"
  136. },
  137. "tonicExampleFilename": ".tonic_example.js",
  138. "typings": "lib/ajv.d.ts",
  139. "version": "6.12.2"
  140. }