package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "cli-width@3.0.0",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "cli-width@3.0.0",
  10. "_id": "cli-width@3.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-ovSEN6LKqaIkNueUvwceyeYc7fY=",
  13. "_location": "/cli-width",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "cli-width@3.0.0",
  19. "name": "cli-width",
  20. "escapedName": "cli-width",
  21. "rawSpec": "3.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.0.0"
  24. },
  25. "_requiredBy": [
  26. "/inquirer"
  27. ],
  28. "_resolved": "https://registry.nlark.com/cli-width/download/cli-width-3.0.0.tgz",
  29. "_spec": "3.0.0",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "engines": {
  47. "node": ">= 10"
  48. },
  49. "homepage": "https://github.com/knownasilya/cli-width",
  50. "license": "ISC",
  51. "main": "index.js",
  52. "name": "cli-width",
  53. "repository": {
  54. "type": "git",
  55. "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  56. },
  57. "scripts": {
  58. "coverage": "nyc node test | tspec",
  59. "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
  60. "release": "standard-version",
  61. "test": "node test | tspec"
  62. },
  63. "version": "3.0.0"
  64. }