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

package.json 1.9KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "@szmarczak/http-timer@^1.1.2",
  3. "_id": "@szmarczak/http-timer@1.1.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-XIB2XbzHTN6ieIjfIMV9hlVcfPU26s2vafYWQcZHWXHOxiaRZYEDKEwdl129Zyg50+foYV2jCgtrqSA6qNuNSA==",
  6. "_location": "/@szmarczak/http-timer",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@szmarczak/http-timer@^1.1.2",
  12. "name": "@szmarczak/http-timer",
  13. "escapedName": "@szmarczak%2fhttp-timer",
  14. "scope": "@szmarczak",
  15. "rawSpec": "^1.1.2",
  16. "saveSpec": null,
  17. "fetchSpec": "^1.1.2"
  18. },
  19. "_requiredBy": [
  20. "/got"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@szmarczak/http-timer/-/http-timer-1.1.2.tgz",
  23. "_shasum": "b1665e2c461a2cd92f4c1bbf50d5454de0d4b421",
  24. "_spec": "@szmarczak/http-timer@^1.1.2",
  25. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/got",
  26. "author": {
  27. "name": "Szymon Marczak"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/szmarczak/http-timer/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "defer-to-connect": "^1.0.1"
  35. },
  36. "deprecated": false,
  37. "description": "Timings for HTTP requests",
  38. "devDependencies": {
  39. "ava": "^0.25.0",
  40. "coveralls": "^3.0.2",
  41. "nyc": "^12.0.2",
  42. "p-event": "^2.1.0",
  43. "xo": "^0.22.0"
  44. },
  45. "engines": {
  46. "node": ">=6"
  47. },
  48. "files": [
  49. "source"
  50. ],
  51. "homepage": "https://github.com/szmarczak/http-timer#readme",
  52. "keywords": [
  53. "http",
  54. "https",
  55. "timer",
  56. "timings"
  57. ],
  58. "license": "MIT",
  59. "main": "source",
  60. "name": "@szmarczak/http-timer",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/szmarczak/http-timer.git"
  64. },
  65. "scripts": {
  66. "coveralls": "nyc report --reporter=text-lcov | coveralls",
  67. "test": "xo && nyc ava"
  68. },
  69. "version": "1.1.2",
  70. "xo": {
  71. "rules": {
  72. "unicorn/filename-case": "camelCase"
  73. }
  74. }
  75. }