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

package.json 2.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_args": [
  3. [
  4. "har-schema@^2.0.0",
  5. "/home/lyxaira/Artesanias/artesanias/node_modules/har-validator"
  6. ]
  7. ],
  8. "_from": "har-schema@>=2.0.0 <3.0.0",
  9. "_id": "har-schema@2.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/har-schema",
  13. "_nodeVersion": "4.8.2",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/har-schema-2.0.0.tgz_1492544653773_0.6988900362048298"
  17. },
  18. "_npmUser": {
  19. "email": "ahmad@ahmadnassri.com",
  20. "name": "ahmadnassri"
  21. },
  22. "_npmVersion": "2.15.11",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "har-schema",
  26. "raw": "har-schema@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/har-validator"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
  36. "_shasum": "a94c2224ebcac04782a0d9035521f24735b7ec92",
  37. "_shrinkwrap": null,
  38. "_spec": "har-schema@^2.0.0",
  39. "_where": "/home/lyxaira/Artesanias/artesanias/node_modules/har-validator",
  40. "author": {
  41. "email": "ahmad@ahmadnassri.com",
  42. "name": "Ahmad Nassri",
  43. "url": "https://www.ahmadnassri.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/ahmadnassri/har-schema/issues"
  47. },
  48. "config": {
  49. "commitizen": {
  50. "path": "./node_modules/cz-conventional-changelog"
  51. }
  52. },
  53. "contributors": [
  54. {
  55. "name": "Evgeny Poberezkin",
  56. "email": "e.poberezkin@me.com"
  57. }
  58. ],
  59. "dependencies": {},
  60. "description": "JSON Schema for HTTP Archive (HAR)",
  61. "devDependencies": {
  62. "ajv": "^5.0.0",
  63. "codeclimate-test-reporter": "^0.4.0",
  64. "cz-conventional-changelog": "^1.2.0",
  65. "echint": "^2.1.0",
  66. "semantic-release": "^6.3.2",
  67. "snazzy": "^5.0.0",
  68. "tap": "^8.0.1"
  69. },
  70. "directories": {},
  71. "dist": {
  72. "shasum": "a94c2224ebcac04782a0d9035521f24735b7ec92",
  73. "tarball": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz"
  74. },
  75. "engines": {
  76. "node": ">=4"
  77. },
  78. "files": [
  79. "lib"
  80. ],
  81. "gitHead": "d006b0500e083a5b3e42635f110f3fb702ccdbb1",
  82. "homepage": "https://github.com/ahmadnassri/har-schema",
  83. "keywords": [
  84. "JSON",
  85. "JSON-schema",
  86. "archive",
  87. "har",
  88. "http",
  89. "schema"
  90. ],
  91. "license": "ISC",
  92. "main": "lib/index.js",
  93. "maintainers": [
  94. {
  95. "name": "esp",
  96. "email": "e.poberezkin@me.com"
  97. }
  98. ],
  99. "name": "har-schema",
  100. "optionalDependencies": {},
  101. "readme": "ERROR: No README data found!",
  102. "repository": {
  103. "type": "git",
  104. "url": "git+https://github.com/ahmadnassri/har-schema.git"
  105. },
  106. "scripts": {
  107. "codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
  108. "coverage": "tap test --reporter silent --coverage",
  109. "pretest": "snazzy && echint",
  110. "semantic-release": "semantic-release pre && npm publish && semantic-release post",
  111. "test": "tap test --reporter spec"
  112. },
  113. "version": "2.0.0"
  114. }