Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "har-validator@~5.1.3",
  3. "_id": "har-validator@5.1.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
  6. "_location": "/har-validator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "har-validator@~5.1.3",
  12. "name": "har-validator",
  13. "escapedName": "har-validator",
  14. "rawSpec": "~5.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "~5.1.3"
  17. },
  18. "_requiredBy": [
  19. "/request"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
  22. "_shasum": "1f0803b9f8cb20c0fa13822df1ecddb36bde1efd",
  23. "_spec": "har-validator@~5.1.3",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/request",
  25. "author": {
  26. "name": "Ahmad Nassri",
  27. "email": "ahmad@ahmadnassri.com",
  28. "url": "https://www.ahmadnassri.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/ahmadnassri/node-har-validator/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "ajv": "^6.12.3",
  36. "har-schema": "^2.0.0"
  37. },
  38. "deprecated": "this library is no longer supported",
  39. "description": "Extremely fast HTTP Archive (HAR) validator using JSON Schema",
  40. "devDependencies": {
  41. "tap": "^14.10.8"
  42. },
  43. "engines": {
  44. "node": ">=6"
  45. },
  46. "files": [
  47. "lib"
  48. ],
  49. "homepage": "https://github.com/ahmadnassri/node-har-validator",
  50. "keywords": [
  51. "har",
  52. "cli",
  53. "ajv",
  54. "http",
  55. "archive",
  56. "validate",
  57. "validator"
  58. ],
  59. "license": "MIT",
  60. "main": "lib/promise.js",
  61. "name": "har-validator",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/ahmadnassri/node-har-validator.git"
  65. },
  66. "scripts": {
  67. "lint": "npx run-p lint:*",
  68. "test": "tap test --no-coverage",
  69. "test:coverage": "tap test --coverage-report=lcov --no-browser"
  70. },
  71. "version": "5.1.5"
  72. }