package.json 2.5 KB

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