package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "json-schema@0.2.3",
  6. "scope": null,
  7. "escapedName": "json-schema",
  8. "name": "json-schema",
  9. "rawSpec": "0.2.3",
  10. "spec": "0.2.3",
  11. "type": "version"
  12. },
  13. "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/jsprim"
  14. ]
  15. ],
  16. "_from": "json-schema@0.2.3",
  17. "_id": "json-schema@0.2.3",
  18. "_inCache": true,
  19. "_location": "/json-schema",
  20. "_nodeVersion": "6.1.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-12-west.internal.npmjs.com",
  23. "tmp": "tmp/json-schema-0.2.3.tgz_1473699189380_0.7420965158380568"
  24. },
  25. "_npmUser": {
  26. "name": "kriszyp",
  27. "email": "kriszyp@gmail.com"
  28. },
  29. "_npmVersion": "3.8.9",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "json-schema@0.2.3",
  33. "scope": null,
  34. "escapedName": "json-schema",
  35. "name": "json-schema",
  36. "rawSpec": "0.2.3",
  37. "spec": "0.2.3",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/jsprim"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
  44. "_shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
  45. "_shrinkwrap": null,
  46. "_spec": "json-schema@0.2.3",
  47. "_where": "/mnt/Data/bach/Sites/clameurs.org/sites/all/themes/figureslibres/clameurs/node_modules/jsprim",
  48. "author": {
  49. "name": "Kris Zyp"
  50. },
  51. "bugs": {
  52. "url": "https://github.com/kriszyp/json-schema/issues"
  53. },
  54. "dependencies": {},
  55. "description": "JSON Schema validation and specifications",
  56. "devDependencies": {
  57. "vows": "*"
  58. },
  59. "directories": {
  60. "lib": "./lib"
  61. },
  62. "dist": {
  63. "shasum": "b480c892e59a2f05954ce727bd3f2a4e882f9e13",
  64. "tarball": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz"
  65. },
  66. "gitHead": "07ae2c618b5f581dbc108e065f4f95dcf0a1d85f",
  67. "homepage": "https://github.com/kriszyp/json-schema#readme",
  68. "keywords": [
  69. "json",
  70. "schema"
  71. ],
  72. "licenses": [
  73. {
  74. "type": "AFLv2.1",
  75. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
  76. },
  77. {
  78. "type": "BSD",
  79. "url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
  80. }
  81. ],
  82. "main": "./lib/validate.js",
  83. "maintainers": [
  84. {
  85. "name": "kriszyp",
  86. "email": "kriszyp@gmail.com"
  87. }
  88. ],
  89. "name": "json-schema",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+ssh://git@github.com/kriszyp/json-schema.git"
  95. },
  96. "scripts": {
  97. "test": "echo TESTS DISABLED vows --spec test/*.js"
  98. },
  99. "version": "0.2.3"
  100. }