package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_args": [
  3. [
  4. "json-schema@0.2.3",
  5. "E:\\vscode\\UseStudio.Desktop"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "json-schema@0.2.3",
  10. "_id": "json-schema@0.2.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
  13. "_location": "/json-schema",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "json-schema@0.2.3",
  19. "name": "json-schema",
  20. "escapedName": "json-schema",
  21. "rawSpec": "0.2.3",
  22. "saveSpec": null,
  23. "fetchSpec": "0.2.3"
  24. },
  25. "_requiredBy": [
  26. "/",
  27. "/jsprim"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  30. "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
  31. "_spec": "0.2.3",
  32. "_where": "E:\\vscode\\UseStudio.Desktop",
  33. "author": {
  34. "name": "Kris Zyp"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kriszyp/json-schema/issues"
  38. },
  39. "bundleDependencies": false,
  40. "deprecated": false,
  41. "description": "JSON Schema validation and specifications",
  42. "devDependencies": {
  43. "vows": "*"
  44. },
  45. "directories": {
  46. "lib": "./lib"
  47. },
  48. "homepage": "https://github.com/kriszyp/json-schema#readme",
  49. "keywords": [
  50. "json",
  51. "schema"
  52. ],
  53. "licenses": [
  54. {
  55. "type": "AFLv2.1",
  56. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  57. },
  58. {
  59. "type": "BSD",
  60. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  61. }
  62. ],
  63. "main": "./lib/validate.js",
  64. "maintainers": [
  65. {
  66. "name": "Kris Zyp",
  67. "email": "kriszyp@gmail.com"
  68. }
  69. ],
  70. "name": "json-schema",
  71. "repository": {
  72. "type": "git",
  73. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  74. },
  75. "scripts": {
  76. "test": "echo TESTS DISABLED vows --spec test/*.js"
  77. },
  78. "version": "0.2.3"
  79. }