package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "is-my-json-valid@2.17.2",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-my-json-valid@2.17.2",
  10. "_id": "is-my-json-valid@2.17.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-IBhBslgngMQN8DDSppmgDv7RNrlFotuuDsKcrCP3+HbFaVivIBU7u9oiiErw8sH4ynx3+gOGQ3q2otkgiSi6kg==",
  13. "_location": "/is-my-json-valid",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-my-json-valid@2.17.2",
  19. "name": "is-my-json-valid",
  20. "escapedName": "is-my-json-valid",
  21. "rawSpec": "2.17.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.17.2"
  24. },
  25. "_requiredBy": [
  26. "/har-validator"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.17.2.tgz",
  29. "_spec": "2.17.2",
  30. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  31. "author": {
  32. "name": "Mathias Buus"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  36. },
  37. "dependencies": {
  38. "generate-function": "^2.0.0",
  39. "generate-object-property": "^1.1.0",
  40. "is-my-ip-valid": "^1.0.0",
  41. "jsonpointer": "^4.0.0",
  42. "xtend": "^4.0.0"
  43. },
  44. "description": "A JSONSchema validator that uses code generation to be extremely fast",
  45. "devDependencies": {
  46. "safe-regex": "^1.1.0",
  47. "tape": "^2.13.4"
  48. },
  49. "homepage": "https://github.com/mafintosh/is-my-json-valid",
  50. "keywords": [
  51. "json",
  52. "schema",
  53. "orderly",
  54. "jsonschema"
  55. ],
  56. "license": "MIT",
  57. "main": "index.js",
  58. "name": "is-my-json-valid",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  62. },
  63. "scripts": {
  64. "test": "tape test/*.js"
  65. },
  66. "version": "2.17.2"
  67. }