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

package.json 1.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_from": "cli-width@^2.0.0",
  3. "_id": "cli-width@2.2.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==",
  6. "_location": "/cli-width",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "cli-width@^2.0.0",
  12. "name": "cli-width",
  13. "escapedName": "cli-width",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/inquirer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
  22. "_shasum": "b0433d0b4e9c847ef18868a4ef16fd5fc8271c48",
  23. "_spec": "cli-width@^2.0.0",
  24. "_where": "/home/christian/Documents/newarte/artesanias/node_modules/inquirer",
  25. "author": {
  26. "name": "Ilya Radchenko",
  27. "email": "knownasilya@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/knownasilya/cli-width/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  35. "devDependencies": {
  36. "coveralls": "^3.0.11",
  37. "nyc": "^15.0.1",
  38. "standard-version": "^7.1.0",
  39. "tap-spec": "^5.0.0",
  40. "tape": "^4.13.2"
  41. },
  42. "homepage": "https://github.com/knownasilya/cli-width",
  43. "license": "ISC",
  44. "main": "index.js",
  45. "name": "cli-width",
  46. "repository": {
  47. "type": "git",
  48. "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  49. },
  50. "scripts": {
  51. "coverage": "nyc node test | tspec",
  52. "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
  53. "release": "standard-version",
  54. "test": "node test | tspec"
  55. },
  56. "version": "2.2.1"
  57. }