package.json 1.6 KB

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