{ "_from": "string-length@^5.0.1", "_id": "string-length@5.0.1", "_inBundle": false, "_integrity": "sha512-9Ep08KAMUn0OadnVaBuRdE2l615CQ508kr0XMadjClfYpdCyvrbFp6Taebo8yyxokQ4viUd/xPPUA4FGgUa0ow==", "_location": "/jest-watch-typeahead/string-length", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "string-length@^5.0.1", "name": "string-length", "escapedName": "string-length", "rawSpec": "^5.0.1", "saveSpec": null, "fetchSpec": "^5.0.1" }, "_requiredBy": [ "/jest-watch-typeahead" ], "_resolved": "https://registry.npmjs.org/string-length/-/string-length-5.0.1.tgz", "_shasum": "3d647f497b6e8e8d41e422f7e0b23bc536c8381e", "_spec": "string-length@^5.0.1", "_where": "/home/josie/development/container-mom-go/landing-page/node_modules/jest-watch-typeahead", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/string-length/issues" }, "bundleDependencies": false, "dependencies": { "char-regex": "^2.0.0", "strip-ansi": "^7.0.1" }, "deprecated": false, "description": "Get the real length of a string - by correctly counting astral symbols and ignoring ansi escape codes", "devDependencies": { "ava": "^3.15.0", "tsd": "^0.17.0", "xo": "^0.44.0" }, "engines": { "node": ">=12.20" }, "exports": "./index.js", "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/string-length#readme", "keywords": [ "unicode", "string", "length", "size", "count", "astral", "symbol", "surrogates", "codepoints", "ansi", "escape", "codes" ], "license": "MIT", "name": "string-length", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/string-length.git" }, "scripts": { "test": "xo && ava && tsd" }, "type": "module", "version": "5.0.1" }