package.json 1.6 KB

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