package.json 2.9 KB

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