package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "jsonschema@^1.2.5",
  3. "_id": "jsonschema@1.5.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-K+A9hhqbn0f3pJX17Q/7H6yQfD/5OXgdrR5UE12gMXCiN9D5Xq2o5mddV2QEcX/bjla99ASsAAQUyMCCRWAEhw==",
  6. "_location": "/jsonschema",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jsonschema@^1.2.5",
  12. "name": "jsonschema",
  13. "escapedName": "jsonschema",
  14. "rawSpec": "^1.2.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.5"
  17. },
  18. "_requiredBy": [
  19. "/miniprogram-ci"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/jsonschema/-/jsonschema-1.5.0.tgz",
  22. "_shasum": "f6aceb1ab9123563dd901d05f81f9d4883d3b7d8",
  23. "_spec": "jsonschema@^1.2.5",
  24. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  25. "author": {
  26. "name": "Tom de Grunt",
  27. "email": "tom@degrunt.nl"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/tdegrunt/jsonschema/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Austin Wright"
  36. }
  37. ],
  38. "dependencies": {},
  39. "deprecated": false,
  40. "description": "A fast and easy to use JSON Schema validator",
  41. "devDependencies": {
  42. "@stryker-mutator/core": "^4.0.0",
  43. "@stryker-mutator/mocha-runner": "^4.0.0",
  44. "chai": "~4.2.0",
  45. "eslint": "^7.7.0",
  46. "json-metaschema": "^1.2.0",
  47. "mocha": "~8.1.1"
  48. },
  49. "engines": {
  50. "node": "*"
  51. },
  52. "homepage": "https://github.com/tdegrunt/jsonschema#readme",
  53. "keywords": [
  54. "json",
  55. "schema",
  56. "jsonschema",
  57. "validator",
  58. "validation"
  59. ],
  60. "license": "MIT",
  61. "main": "./lib/index.js",
  62. "name": "jsonschema",
  63. "optionalDependencies": {},
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/tdegrunt/jsonschema.git"
  67. },
  68. "scripts": {
  69. "stryker": "stryker run",
  70. "test": "mocha -R spec"
  71. },
  72. "typings": "./lib/index.d.ts",
  73. "version": "1.5.0"
  74. }