package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "is-my-json-valid@^2.12.4",
  3. "_id": "is-my-json-valid@2.16.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ochPsqWS1WXj8ZnMIV0vnNXooaMhp7cyL4FMSIPKTtnV0Ha/T19G2b9kkhcNsabV9bxYkze7/aLZJb/bYuFduQ==",
  6. "_location": "/is-my-json-valid",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-my-json-valid@^2.12.4",
  12. "name": "is-my-json-valid",
  13. "escapedName": "is-my-json-valid",
  14. "rawSpec": "^2.12.4",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.12.4"
  17. },
  18. "_requiredBy": [
  19. "/har-validator"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.1.tgz",
  22. "_shasum": "5a846777e2c2620d1e69104e5d3a03b1f6088f11",
  23. "_spec": "is-my-json-valid@^2.12.4",
  24. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/publi/node_modules/har-validator",
  25. "author": {
  26. "name": "Mathias Buus"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "generate-function": "^2.0.0",
  34. "generate-object-property": "^1.1.0",
  35. "jsonpointer": "^4.0.0",
  36. "xtend": "^4.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "A JSONSchema validator that uses code generation to be extremely fast",
  40. "devDependencies": {
  41. "tape": "^2.13.4"
  42. },
  43. "homepage": "https://github.com/mafintosh/is-my-json-valid",
  44. "keywords": [
  45. "json",
  46. "schema",
  47. "orderly",
  48. "jsonschema"
  49. ],
  50. "license": "MIT",
  51. "main": "index.js",
  52. "name": "is-my-json-valid",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  56. },
  57. "scripts": {
  58. "test": "tape test/*.js"
  59. },
  60. "version": "2.16.1"
  61. }