tis-cli前端项目快速搭建命令行工具
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.5 KiB

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