Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_args": [
  3. [
  4. "json-schema@0.2.3",
  5. "D:\\Projects\\scrapper-api"
  6. ]
  7. ],
  8. "_from": "json-schema@0.2.3",
  9. "_id": "json-schema@0.2.3",
  10. "_inBundle": false,
  11. "_integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
  12. "_location": "/json-schema",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "json-schema@0.2.3",
  18. "name": "json-schema",
  19. "escapedName": "json-schema",
  20. "rawSpec": "0.2.3",
  21. "saveSpec": null,
  22. "fetchSpec": "0.2.3"
  23. },
  24. "_requiredBy": [
  25. "/jsprim"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  28. "_spec": "0.2.3",
  29. "_where": "D:\\Projects\\scrapper-api",
  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. "homepage": "https://github.com/kriszyp/json-schema#readme",
  44. "keywords": [
  45. "json",
  46. "schema"
  47. ],
  48. "licenses": [
  49. {
  50. "type": "AFLv2.1",
  51. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  52. },
  53. {
  54. "type": "BSD",
  55. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  56. }
  57. ],
  58. "main": "./lib/validate.js",
  59. "maintainers": [
  60. {
  61. "name": "Kris Zyp",
  62. "email": "kriszyp@gmail.com"
  63. }
  64. ],
  65. "name": "json-schema",
  66. "repository": {
  67. "type": "git",
  68. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  69. },
  70. "scripts": {
  71. "test": "echo TESTS DISABLED vows --spec test/*.js"
  72. },
  73. "version": "0.2.3"
  74. }