package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. {
  2. "_args": [
  3. [
  4. "is-my-json-valid@^2.12.4",
  5. "D:\\work\\im\\node_modules\\har-validator"
  6. ]
  7. ],
  8. "_from": "is-my-json-valid@>=2.12.4 <3.0.0",
  9. "_id": "is-my-json-valid@2.13.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/is-my-json-valid",
  13. "_nodeVersion": "4.2.3",
  14. "_npmOperationalInternal": {
  15. "host": "packages-5-east.internal.npmjs.com",
  16. "tmp": "tmp/is-my-json-valid-2.13.1.tgz_1456180270224_0.17748022079467773"
  17. },
  18. "_npmUser": {
  19. "email": "mathiasbuus@gmail.com",
  20. "name": "mafintosh"
  21. },
  22. "_npmVersion": "2.14.7",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "is-my-json-valid",
  26. "raw": "is-my-json-valid@^2.12.4",
  27. "rawSpec": "^2.12.4",
  28. "scope": null,
  29. "spec": ">=2.12.4 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/har-validator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz",
  36. "_shasum": "d55778a82feb6b0963ff4be111d5d1684e890707",
  37. "_shrinkwrap": null,
  38. "_spec": "is-my-json-valid@^2.12.4",
  39. "_where": "D:\\work\\im\\node_modules\\har-validator",
  40. "author": {
  41. "name": "Mathias Buus"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/mafintosh/is-my-json-valid/issues"
  45. },
  46. "dependencies": {
  47. "generate-function": "^2.0.0",
  48. "generate-object-property": "^1.1.0",
  49. "jsonpointer": "2.0.0",
  50. "xtend": "^4.0.0"
  51. },
  52. "description": "A JSONSchema validator that uses code generation to be extremely fast",
  53. "devDependencies": {
  54. "tape": "^2.13.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "d55778a82feb6b0963ff4be111d5d1684e890707",
  59. "tarball": "https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.13.1.tgz"
  60. },
  61. "gitHead": "5bacc71441750bc6e79829abcfc21d4f2f0c4396",
  62. "homepage": "https://github.com/mafintosh/is-my-json-valid",
  63. "keywords": [
  64. "json",
  65. "schema",
  66. "orderly",
  67. "jsonschema"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "maintainers": [
  72. {
  73. "email": "freeall@gmail.com",
  74. "name": "freeall"
  75. },
  76. {
  77. "email": "mathiasbuus@gmail.com",
  78. "name": "mafintosh"
  79. },
  80. {
  81. "email": "w@tson.dk",
  82. "name": "watson"
  83. },
  84. {
  85. "email": "i@yoshuawuyts.com",
  86. "name": "yoshuawuyts"
  87. }
  88. ],
  89. "name": "is-my-json-valid",
  90. "optionalDependencies": {},
  91. "readme": "ERROR: No README data found!",
  92. "repository": {
  93. "type": "git",
  94. "url": "git+https://github.com/mafintosh/is-my-json-valid.git"
  95. },
  96. "scripts": {
  97. "test": "tape test/*.js"
  98. },
  99. "version": "2.13.1"
  100. }