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

package.json 1.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "term-size@^2.1.0",
  3. "_id": "term-size@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wK0Ri4fOGjv/XPy8SBHZChl8CM7uMc5VML7SqiQ0zG7+J5Vr+RMQDoHa2CNT6KHUnTGIXH34UDMkPzAUyapBZg==",
  6. "_location": "/term-size",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "term-size@^2.1.0",
  12. "name": "term-size",
  13. "escapedName": "term-size",
  14. "rawSpec": "^2.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.1.0"
  17. },
  18. "_requiredBy": [
  19. "/boxen"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/term-size/-/term-size-2.2.1.tgz",
  22. "_shasum": "2a6a54840432c2fb6320fea0f415531e90189f54",
  23. "_spec": "term-size@^2.1.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/boxen",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "https://sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/term-size/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Reliably get the terminal window size (columns & rows)",
  36. "devDependencies": {
  37. "ava": "^2.4.0",
  38. "execa": "^3.4.0",
  39. "tsd": "^0.11.0",
  40. "xo": "^0.25.3"
  41. },
  42. "engines": {
  43. "node": ">=8"
  44. },
  45. "files": [
  46. "index.js",
  47. "index.d.ts",
  48. "vendor"
  49. ],
  50. "funding": "https://github.com/sponsors/sindresorhus",
  51. "homepage": "https://github.com/sindresorhus/term-size#readme",
  52. "keywords": [
  53. "terminal",
  54. "size",
  55. "console",
  56. "window",
  57. "width",
  58. "height",
  59. "columns",
  60. "rows",
  61. "lines",
  62. "tty",
  63. "redirected"
  64. ],
  65. "license": "MIT",
  66. "name": "term-size",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/term-size.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava && tsd"
  73. },
  74. "version": "2.2.1"
  75. }