package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. {
  2. "_args": [
  3. [
  4. "is-my-json-valid@^2.12.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator"
  6. ]
  7. ],
  8. "_from": "is-my-json-valid@>=2.12.0 <3.0.0",
  9. "_id": "is-my-json-valid@2.12.2",
  10. "_inCache": true,
  11. "_location": "/is-my-json-valid",
  12. "_nodeVersion": "2.5.0",
  13. "_npmUser": {
  14. "email": "mathiasbuus@gmail.com",
  15. "name": "mafintosh"
  16. },
  17. "_npmVersion": "2.13.4",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "is-my-json-valid",
  21. "raw": "is-my-json-valid@^2.12.0",
  22. "rawSpec": "^2.12.0",
  23. "scope": null,
  24. "spec": ">=2.12.0 <3.0.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/har-validator"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz",
  31. "_shasum": "0d65859318c846ce3a134402fd3fbc504272ccc9",
  32. "_shrinkwrap": null,
  33. "_spec": "is-my-json-valid@^2.12.0",
  34. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/har-validator",
  35. "author": {
  36. "name": "Mathias Buus"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  40. },
  41. "dependencies": {
  42. "generate-function": "^2.0.0",
  43. "generate-object-property": "^1.1.0",
  44. "jsonpointer": "2.0.0",
  45. "xtend": "^4.0.0"
  46. },
  47. "description": "A JSONSchema validator that uses code generation to be extremely fast",
  48. "devDependencies": {
  49. "tape": "^2.13.4"
  50. },
  51. "directories": {},
  52. "dist": {
  53. "shasum": "0d65859318c846ce3a134402fd3fbc504272ccc9",
  54. "tarball": "http://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz"
  55. },
  56. "gitHead": "48040cf001f661bcaa31f09bdc7fe3939ac2253b",
  57. "homepage": "https://github.com/mafintosh/is-my-json-valid",
  58. "installable": true,
  59. "keywords": [
  60. "json",
  61. "jsonschema",
  62. "orderly",
  63. "schema"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "maintainers": [
  68. {
  69. "name": "mafintosh",
  70. "email": "mathiasbuus@gmail.com"
  71. },
  72. {
  73. "name": "watson",
  74. "email": "w@tson.dk"
  75. },
  76. {
  77. "name": "freeall",
  78. "email": "freeall@gmail.com"
  79. }
  80. ],
  81. "name": "is-my-json-valid",
  82. "optionalDependencies": {},
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  86. },
  87. "scripts": {
  88. "test": "tape test/*.js"
  89. },
  90. "version": "2.12.2"
  91. }