package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "json-schema@0.4.0",
  5. "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-schema@0.4.0",
  10. "_id": "json-schema@0.4.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==",
  13. "_location": "/json-schema",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-schema@0.4.0",
  19. "name": "json-schema",
  20. "escapedName": "json-schema",
  21. "rawSpec": "0.4.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.4.0"
  24. },
  25. "_requiredBy": [
  26. "/jsprim"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/json-schema/download/json-schema-0.4.0.tgz?cache=0&sync_timestamp=1636423494254&other_urls=https%3A%2F%2Fregistry.npmmirror.com%2Fjson-schema%2Fdownload%2Fjson-schema-0.4.0.tgz",
  29. "_spec": "0.4.0",
  30. "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
  31. "author": {
  32. "name": "Kris Zyp"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/kriszyp/json-schema/issues"
  36. },
  37. "description": "JSON Schema validation and specifications",
  38. "devDependencies": {
  39. "vows": "*"
  40. },
  41. "directories": {
  42. "lib": "./lib"
  43. },
  44. "files": [
  45. "lib"
  46. ],
  47. "homepage": "https://github.com/kriszyp/json-schema#readme",
  48. "keywords": [
  49. "json",
  50. "schema"
  51. ],
  52. "license": "(AFL-2.1 OR BSD-3-Clause)",
  53. "main": "./lib/validate.js",
  54. "maintainers": [
  55. {
  56. "name": "Kris Zyp",
  57. "email": "kriszyp@gmail.com"
  58. }
  59. ],
  60. "name": "json-schema",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  64. },
  65. "scripts": {
  66. "test": "vows --spec test/*.js"
  67. },
  68. "version": "0.4.0"
  69. }