package.json 3.0 KB

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