{ "_from": "string-width@^5.1.2", "_id": "string-width@5.1.2", "_inBundle": false, "_integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", "_location": "/string-width", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "string-width@^5.1.2", "name": "string-width", "escapedName": "string-width", "rawSpec": "^5.1.2", "saveSpec": null, "fetchSpec": "^5.1.2" }, "_requiredBy": [ "/@isaacs/cliui", "/wrap-ansi" ], "_resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", "_shasum": "14f8daec6d81e7221d2a357e668cab73bdbca794", "_spec": "string-width@^5.1.2", "_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/@isaacs/cliui", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/string-width/issues" }, "bundleDependencies": false, "dependencies": { "eastasianwidth": "^0.2.0", "emoji-regex": "^9.2.2", "strip-ansi": "^7.0.1" }, "deprecated": false, "description": "Get the visual width of a string - the number of columns required to display it", "devDependencies": { "ava": "^3.15.0", "tsd": "^0.14.0", "xo": "^0.38.2" }, "engines": { "node": ">=12" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/string-width#readme", "keywords": [ "string", "character", "unicode", "width", "visual", "column", "columns", "fullwidth", "full-width", "full", "ansi", "escape", "codes", "cli", "command-line", "terminal", "console", "cjk", "chinese", "japanese", "korean", "fixed-width" ], "license": "MIT", "name": "string-width", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/string-width.git" }, "scripts": { "test": "xo && ava && tsd" }, "type": "module", "version": "5.1.2" }