No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.

package.json 1.8 KiB

hace 3 años
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "cli-width@2.2.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "cli-width@2.2.1",
  9. "_id": "cli-width@2.2.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-GRMWDxpOB6Dgk2E5Uo+3eEBvtOOlimMmpbFiKuLFnQzYDavtLFY3K5ona41jgN/WdRZtG7utuVSVTL4HbZHGkw==",
  12. "_location": "/cli-width",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "cli-width@2.2.1",
  18. "name": "cli-width",
  19. "escapedName": "cli-width",
  20. "rawSpec": "2.2.1",
  21. "saveSpec": null,
  22. "fetchSpec": "2.2.1"
  23. },
  24. "_requiredBy": [
  25. "/inquirer",
  26. "/react-dev-utils/inquirer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-2.2.1.tgz",
  29. "_spec": "2.2.1",
  30. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. }