package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "json-schema@0.2.3",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  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. "/jsprim"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  29. "_spec": "0.2.3",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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. "homepage": "https://github.com/kriszyp/json-schema#readme",
  45. "keywords": [
  46. "json",
  47. "schema"
  48. ],
  49. "licenses": [
  50. {
  51. "type": "AFLv2.1",
  52. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  53. },
  54. {
  55. "type": "BSD",
  56. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  57. }
  58. ],
  59. "main": "./lib/validate.js",
  60. "maintainers": [
  61. {
  62. "name": "Kris Zyp",
  63. "email": "kriszyp@gmail.com"
  64. }
  65. ],
  66. "name": "json-schema",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  70. },
  71. "scripts": {
  72. "test": "echo TESTS DISABLED vows --spec test/*.js"
  73. },
  74. "version": "0.2.3"
  75. }