package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  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. "/webpack-cli/inquirer"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/cli-width/-/cli-width-2.2.1.tgz",
  23. "_shasum": "b0433d0b4e9c847ef18868a4ef16fd5fc8271c48",
  24. "_spec": "cli-width@^2.0.0",
  25. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\inquirer",
  26. "author": {
  27. "name": "Ilya Radchenko",
  28. "email": "knownasilya@gmail.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/knownasilya/cli-width/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Get stdout window width, with two fallbacks, tty and then a default.",
  36. "devDependencies": {
  37. "coveralls": "^3.0.11",
  38. "nyc": "^15.0.1",
  39. "standard-version": "^7.1.0",
  40. "tap-spec": "^5.0.0",
  41. "tape": "^4.13.2"
  42. },
  43. "homepage": "https://github.com/knownasilya/cli-width",
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "cli-width",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+ssh://git@github.com/knownasilya/cli-width.git"
  50. },
  51. "scripts": {
  52. "coverage": "nyc node test | tspec",
  53. "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
  54. "release": "standard-version",
  55. "test": "node test | tspec"
  56. },
  57. "version": "2.2.1"
  58. }