{"_attachments":{},"_id":"strip-ansi","_rev":"162-61f144174ce7cf8f5825568a","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"description":"Strip ANSI escape codes from a string","dist-tags":{"latest":"7.2.0","version6":"6.0.1"},"license":"MIT","maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"name":"strip-ansi","readme":"# strip-ansi\n\n> Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string\n\n> [!NOTE]\n> Node.js has this built-in now with [`stripVTControlCharacters`](https://nodejs.org/api/util.html#utilstripvtcontrolcharactersstr). The benefit of this package is consistent behavior across Node.js versions and faster improvements. The Node.js version is actually based on this package.\n\n## Install\n\n```sh\nnpm install strip-ansi\n```\n\n## Usage\n\n```js\nimport stripAnsi from 'strip-ansi';\n\nstripAnsi('\\u001B[4mUnicorn\\u001B[0m');\n//=> 'Unicorn'\n\nstripAnsi('\\u001B]8;;https://github.com\\u0007Click\\u001B]8;;\\u0007');\n//=> 'Click'\n```\n\n## Related\n\n- [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module\n- [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module\n- [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes\n- [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes\n- [chalk](https://github.com/chalk/chalk) - Terminal string styling done right\n\n## Maintainers\n\n- [Sindre Sorhus](https://github.com/sindresorhus)\n- [Josh Junon](https://github.com/qix-)\n","time":{"created":"2022-01-26T12:52:39.733Z","modified":"2026-02-26T13:51:28.554Z","6.0.1":"2021-09-23T16:34:41.798Z","7.0.0":"2021-04-16T06:08:05.929Z","6.0.0":"2019-11-09T06:20:36.658Z","5.2.0":"2019-03-18T08:46:18.955Z","5.1.0":"2019-03-08T07:44:00.512Z","4.0.0":"2017-06-20T19:28:26.510Z","3.0.1":"2016-02-21T12:21:22.998Z","3.0.0":"2015-06-30T16:53:11.137Z","2.0.0":"2014-08-13T13:36:36.745Z","1.0.0":"2014-07-23T22:31:46.786Z","0.3.0":"2014-06-24T19:33:15.394Z","0.2.1":"2014-04-28T10:05:45.285Z","0.2.0":"2014-03-26T15:28:35.327Z","0.1.1":"2013-12-08T00:12:22.401Z","0.1.0":"2013-12-07T23:30:17.673Z","7.0.1":"2021-09-11T08:50:46.669Z","5.0.0":"2018-09-29T19:25:44.295Z","2.0.1":"2015-01-16T18:48:44.952Z","0.2.2":"2014-06-03T17:09:40.794Z","7.1.0":"2023-05-28T09:55:04.358Z","7.1.2":"2025-09-08T15:05:29.146Z","7.2.0":"2026-02-26T13:51:11.099Z"},"versions":{"6.0.1":{"name":"strip-ansi","version":"6.0.1","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^5.0.1"},"devDependencies":{"ava":"^2.4.0","tsd":"^0.10.0","xo":"^0.25.3"},"readmeFilename":"readme.md","gitHead":"59533da99981f9d550de1ae0eb9d1a93c2383be3","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@6.0.1","_nodeVersion":"16.9.1","_npmVersion":"7.5.4","dist":{"shasum":"9e26c63d30f53443e9489495b2105d37b67a85d9","size":2041,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.1.tgz","integrity":"sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A=="},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"qix","email":"josh@junon.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_6.0.1_1632414881633_0.39929061070208505"},"_hasShrinkwrap":false,"publish_time":1632414881798,"_cnpm_publish_time":1632414881798,"_cnpmcore_publish_time":"2021-12-13T06:37:03.502Z"},"7.0.0":{"name":"strip-ansi","version":"7.0.0","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"funding":"https://github.com/chalk/strip-ansi?sponsor=1","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^6.0.0"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.14.0","xo":"^0.38.2"},"gitHead":"316ff53b074b4b1465e18a35e5d792b27ecc2865","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@7.0.0","_nodeVersion":"14.16.1","_npmVersion":"6.14.10","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"1dc49b980c3a4100366617adac59327eefdefcb0","size":2059,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.0.0.tgz","integrity":"sha512-UhDTSnGF1dc0DRbUqr1aXwNoY3RgVkSWG8BrpnuFIxhP57IqbS7IRta2Gfiavds4yCxc5+fEAVVOgBZWnYkvzg=="},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"qix","email":"i.am.qix@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_7.0.0_1618553285783_0.31328956863503676"},"_hasShrinkwrap":false,"publish_time":1618553285929,"_cnpm_publish_time":1618553285929,"_cnpmcore_publish_time":"2021-12-13T06:37:04.042Z"},"6.0.0":{"name":"strip-ansi","version":"6.0.0","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=8"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^5.0.0"},"devDependencies":{"ava":"^2.4.0","tsd":"^0.10.0","xo":"^0.25.3"},"gitHead":"59533da99981f9d550de1ae0eb9d1a93c2383be3","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@6.0.0","_nodeVersion":"10.17.0","_npmVersion":"6.13.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"0b1571dd7669ccd4f3e06e14ef1eed26225ae532","size":2042,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-6.0.0.tgz","integrity":"sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w=="},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_6.0.0_1573280436501_0.6687217429641616"},"_hasShrinkwrap":false,"publish_time":1573280436658,"_cnpm_publish_time":1573280436658,"_cnpmcore_publish_time":"2021-12-13T06:37:04.409Z"},"5.2.0":{"name":"strip-ansi","version":"5.2.0","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=6"},"scripts":{"test":"xo && ava && tsd-check"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^4.1.0"},"devDependencies":{"ava":"^1.3.1","tsd-check":"^0.5.0","xo":"^0.24.0"},"gitHead":"b9c492921b72c48f93568565dbdc929cf63c20e1","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@5.2.0","_nodeVersion":"8.15.0","_npmVersion":"6.9.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"8c9a536feb6afc962bdfa5b104a5091c1ad9c0ae","size":2121,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.2.0.tgz","integrity":"sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA=="},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_5.2.0_1552898778714_0.7914614281989267"},"_hasShrinkwrap":false,"publish_time":1552898778955,"_cnpm_publish_time":1552898778955,"_cnpmcore_publish_time":"2021-12-13T06:37:04.708Z"},"5.1.0":{"name":"strip-ansi","version":"5.1.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=6"},"scripts":{"test":"xo && ava"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^4.1.0"},"devDependencies":{"ava":"^0.25.0","xo":"^0.23.0"},"gitHead":"581fd4e47612f8c1611b28a553dc855fe176c902","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@5.1.0","_nodeVersion":"8.15.0","_npmVersion":"6.8.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"55aaa54e33b4c0649a7338a43437b1887d153ec4","size":1978,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.1.0.tgz","integrity":"sha512-TjxrkPONqO2Z8QDCpeE2j6n0M6EwxzyDgzEeGp+FbdvaJAt//ClYi6W5my+3ROlC/hZX2KACUwDfK49Ka5eDvg=="},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_5.1.0_1552031040383_0.20289783992388477"},"_hasShrinkwrap":false,"publish_time":1552031040512,"_cnpm_publish_time":1552031040512,"_cnpmcore_publish_time":"2021-12-13T06:37:05.047Z"},"4.0.0":{"name":"strip-ansi","version":"4.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=4"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^3.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"c299056a42b31d7a479d6a89b41318b2a2462cc7","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@4.0.0","_shasum":"a8479022eb1ac368a871389b635262c505ee368f","_from":".","_npmVersion":"2.15.11","_nodeVersion":"4.8.3","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"a8479022eb1ac368a871389b635262c505ee368f","size":1644,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-4.0.0.tgz","integrity":"sha512-4XaJ2zQdCzROZDivEVIDPkcQn8LMFSa8kj8Gxb/Lnwzv9A8VctNZ+lfivC/sV3ivW8ElJTERXZoPBRrZKkNKow=="},"maintainers":[{"name":"dthree","email":"threedeecee@gmail.com"},{"name":"qix","email":"i.am.qix@gmail.com"},{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi-4.0.0.tgz_1497986904730_0.4528853143565357"},"directories":{},"publish_time":1497986906510,"_hasShrinkwrap":false,"_cnpm_publish_time":1497986906510,"_cnpmcore_publish_time":"2021-12-13T06:37:05.692Z"},"3.0.1":{"name":"strip-ansi","version":"3.0.1","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/chalk/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"xo && ava"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"*","xo":"*"},"gitHead":"8270705c704956da865623e564eba4875c3ea17f","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi","_id":"strip-ansi@3.0.1","_shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","_from":".","_npmVersion":"2.11.3","_nodeVersion":"0.12.7","_npmUser":{"name":"jbnicolai","email":"jappelman@xebia.com"},"dist":{"shasum":"6a385fb8853d952d5ff05d0e8aaf94278dc63dcf","size":1734,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.1.tgz","integrity":"sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg=="},"_npmOperationalInternal":{"host":"packages-9-west.internal.npmjs.com","tmp":"tmp/strip-ansi-3.0.1.tgz_1456057278183_0.28958667791448534"},"directories":{},"publish_time":1456057282998,"_hasShrinkwrap":false,"_cnpm_publish_time":1456057282998,"_cnpmcore_publish_time":"2021-12-13T06:37:06.013Z"},"3.0.0":{"name":"strip-ansi","version":"3.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"engines":{"node":">=0.10.0"},"scripts":{"test":"node test.js"},"files":["index.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^2.0.0"},"devDependencies":{"ava":"0.0.4"},"gitHead":"3f05b9810e1438f946e2eb84ee854cc00b972e9e","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@3.0.0","_shasum":"7510b665567ca914ccb5d7e072763ac968be3724","_from":".","_npmVersion":"2.11.2","_nodeVersion":"0.12.5","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"7510b665567ca914ccb5d7e072763ac968be3724","size":1703,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-3.0.0.tgz","integrity":"sha512-leU/wDjPxUZLHqEy4mYnNETRx1jAO1BJ6oTgn9PQWeAiO8kfng2LBq1iXYsN8UYPPRmAizc51nUY6w2Nv12Hog=="},"directories":{},"publish_time":1435683191137,"_hasShrinkwrap":false,"_cnpm_publish_time":1435683191137,"_cnpmcore_publish_time":"2021-12-13T06:37:06.422Z"},"2.0.0":{"name":"strip-ansi","version":"2.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"strip-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"c5e780acc07532f5d651cfb6ea035198095c6c74","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@2.0.0","_shasum":"fa8d69432e97674746f55f51d076ae78b18df13f","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"fa8d69432e97674746f55f51d076ae78b18df13f","size":1286,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-2.0.0.tgz","integrity":"sha512-gvB0HQXLFIBkRAIlK98dOnXG/fEtNREVj2f6q61+H2GlCH7uFKhZGCdNFPFUA2XbJx9MyZPDwQHEfhPbSTLIlA=="},"directories":{},"publish_time":1407936996745,"_hasShrinkwrap":false,"_cnpm_publish_time":1407936996745,"_cnpmcore_publish_time":"2021-12-13T06:37:07.263Z"},"1.0.0":{"name":"strip-ansi","version":"1.0.0","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.2.1"},"devDependencies":{"mocha":"*"},"gitHead":"6fea2ef935f1ba10d43e4c4d9814af328803935c","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@1.0.0","_shasum":"6c021321d6ece161a3c608fbab268c7328901c73","_from":".","_npmVersion":"1.4.14","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"6c021321d6ece161a3c608fbab268c7328901c73","size":1231,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-1.0.0.tgz","integrity":"sha512-3S8K1Sk1jMQRBBg/6snsargJuyOsZGPqQ/R2AWYjuaamfmW1Pvoaup1aO9aTp+eVHQwO8p9y4LACjes7yHaDPg=="},"directories":{},"publish_time":1406154706786,"_hasShrinkwrap":false,"_cnpm_publish_time":1406154706786,"_cnpmcore_publish_time":"2021-12-13T06:37:07.750Z"},"0.3.0":{"name":"strip-ansi","version":"0.3.0","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.2.1"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.3.0","_shasum":"25f48ea22ca79187f3174a4db8759347bb126220","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"25f48ea22ca79187f3174a4db8759347bb126220","size":1243,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.3.0.tgz","integrity":"sha512-DerhZL7j6i6/nEnVG0qViKXI0OKouvvpsAiaj7c+LfqZZZxdwZtv8+UiA/w4VUJpT8UzX0pR1dcHOii1GbmruQ=="},"directories":{},"publish_time":1403638395394,"_hasShrinkwrap":false,"_cnpm_publish_time":1403638395394,"_cnpmcore_publish_time":"2021-12-13T06:37:08.203Z"},"0.2.1":{"name":"strip-ansi","version":"0.2.1","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.1","dist":{"shasum":"09218505ccf1083a41460150571355efabaa126e","size":1316,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.2.1.tgz","integrity":"sha512-R68IjmqLgh4z6EFuOtgi+dpN3q6seBFdj7Xdw8z3gCBxvEzAEdunZDPEQvxNfbnD9i79kHLH36kZpMyGT6YjQA=="},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1398679545285,"_hasShrinkwrap":false,"_cnpm_publish_time":1398679545285,"_cnpmcore_publish_time":"2021-12-13T06:37:09.135Z"},"0.2.0":{"name":"strip-ansi","version":"0.2.0","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.0","dist":{"shasum":"e987d2c9128aadd85b9b9bfda7d09d9751e5e53a","size":1314,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.2.0.tgz","integrity":"sha512-BbWY/sXA9PsDX4Rv4gE1SSIp2/RvgdYN1XLEdX/WmpHI2HgBett0xGW/H2sHIuVCuiXA6NqhPGYHOG7UD8lIjg=="},"_from":".","_npmVersion":"1.4.6","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1395847715327,"_hasShrinkwrap":false,"_cnpm_publish_time":1395847715327,"_cnpmcore_publish_time":"2021-12-13T06:37:09.602Z"},"0.1.1":{"name":"strip-ansi","version":"0.1.1","description":"Strip ANSI escape codes (used for colorizing strings in the terminal)","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"~1.x"},"readmeFilename":"readme.md","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.1.1","dist":{"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.1.1.tgz","shasum":"39e8a98d044d150660abe4a6808acf70bb7bc991","size":1337,"noattachment":false,"integrity":"sha512-behete+3uqxecWlDAm5lmskaSaISA+ThQ4oNNBDTBJt0x2ppR6IPqfZNuj6BLaLJ/Sji4TPZlcRyOis8wXQTLg=="},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1386461542401,"_hasShrinkwrap":false,"_cnpm_publish_time":1386461542401,"_cnpmcore_publish_time":"2021-12-13T06:37:10.072Z"},"0.1.0":{"name":"strip-ansi","version":"0.1.0","description":"Strip ANSI color codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.8.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"devDependencies":{"mocha":"~1.x"},"readmeFilename":"readme.md","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.1.0","dist":{"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.1.0.tgz","shasum":"1bc16b35788d9bdaaf0b9ef0d9e35b0b59403f8e","size":1329,"noattachment":false,"integrity":"sha512-2NGHiYkECyk5yzM+qn6FFTX07zl31OH8zufkGjJHoCUz0em6JxK0IiXct0X9XQYoWZtyUJtLj9O1htWDJUUWgA=="},"_from":".","_npmVersion":"1.3.15","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"directories":{},"publish_time":1386459017673,"_hasShrinkwrap":false,"_cnpm_publish_time":1386459017673,"_cnpmcore_publish_time":"2021-12-13T06:37:10.582Z"},"7.0.1":{"name":"strip-ansi","version":"7.0.1","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"funding":"https://github.com/chalk/strip-ansi?sponsor=1","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^6.0.1"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"gitHead":"dd40fa7ced678f14dfb43eb9b62b8e7313fb7011","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@7.0.1","_nodeVersion":"14.17.5","_npmVersion":"7.20.3","dist":{"shasum":"61740a08ce36b61e50e65653f07060d000975fb2","size":2035,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.0.1.tgz","integrity":"sha512-cXNxvT8dFNRVfhVME3JAe98mkXDYN2O1l7jmcwMnOslDeESg1rF/OZMtK0nRAhiari1unG5cD4jG3rapUAkLbw=="},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"qix","email":"josh@junon.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_7.0.1_1631350246326_0.79864745235274"},"_hasShrinkwrap":false,"publish_time":1631350246669,"_cnpm_publish_time":1631350246669,"_cnpmcore_publish_time":"2021-12-13T06:37:03.744Z"},"5.0.0":{"name":"strip-ansi","version":"5.0.0","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"sindresorhus.com"},"engines":{"node":">=6"},"scripts":{"test":"xo && ava"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^4.0.0"},"devDependencies":{"ava":"^0.25.0","xo":"^0.23.0"},"gitHead":"dfab6777144e0292c7b4be9969c180025d7d2d97","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@5.0.0","_npmVersion":"6.4.1","_nodeVersion":"10.11.0","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"dist":{"shasum":"f78f68b5d0866c20b2c9b8c61b5298508dc8756f","size":1870,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-5.0.0.tgz","integrity":"sha512-Uu7gQyZI7J7gn5qLn1Np3G9vcYGTVqB+lFTytnDJv83dd8T22aGH451P3jueT2/QemInJDfxHB5Tde5OzgG1Ow=="},"maintainers":[{"email":"i.am.qix@gmail.com","name":"qix"},{"email":"sindresorhus@gmail.com","name":"sindresorhus"}],"directories":{},"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_5.0.0_1538249144142_0.452622585951427"},"_hasShrinkwrap":false,"publish_time":1538249144295,"_cnpm_publish_time":1538249144295,"_cnpmcore_publish_time":"2021-12-13T06:37:05.378Z"},"2.0.1":{"name":"strip-ansi","version":"2.0.1","description":"Strip ANSI escape codes","license":"MIT","repository":{"type":"git","url":"https://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"bin":{"strip-ansi":"cli.js"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^1.0.0"},"devDependencies":{"mocha":"*"},"gitHead":"1eff0936c01f89efa312d9d51deed137259871a1","bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@2.0.1","_shasum":"df62c1aa94ed2f114e1d0f21fd1d50482b79a60e","_from":".","_npmVersion":"1.4.28","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"jbnicolai","email":"jappelman@xebia.com"}],"dist":{"shasum":"df62c1aa94ed2f114e1d0f21fd1d50482b79a60e","size":1287,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-2.0.1.tgz","integrity":"sha512-2h8q2CP3EeOhDJ+jd932PRMpa3/pOJFGoF22J1U/DNbEK2gSW2DqeF46VjCXsSQXhC+k/l8/gaaRBQKL6hUPfQ=="},"directories":{},"publish_time":1421434124952,"_hasShrinkwrap":false,"_cnpm_publish_time":1421434124952,"_cnpmcore_publish_time":"2021-12-13T06:37:06.829Z"},"0.2.2":{"name":"strip-ansi","version":"0.2.2","description":"Strip ANSI escape codes","license":"MIT","bin":{"strip-ansi":"cli.js"},"repository":{"type":"git","url":"git://github.com/sindresorhus/strip-ansi"},"author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"http://sindresorhus.com"},"engines":{"node":">=0.10.0"},"scripts":{"test":"mocha"},"files":["index.js","cli.js"],"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","cli","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^0.1.0"},"devDependencies":{"mocha":"*"},"bugs":{"url":"https://github.com/sindresorhus/strip-ansi/issues"},"homepage":"https://github.com/sindresorhus/strip-ansi","_id":"strip-ansi@0.2.2","_shasum":"854d290c981525fc8c397a910b025ae2d54ffc08","_from":".","_npmVersion":"1.4.9","_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"dist":{"shasum":"854d290c981525fc8c397a910b025ae2d54ffc08","size":1236,"noattachment":false,"tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-0.2.2.tgz","integrity":"sha512-1uWiYlJgR31DGid87j930IpH4YUsxX3hOLvdGmnUAm++BWpEkWXMWYcQCUDXUNdEsRA9GZevI4q8UszDfozHxw=="},"directories":{},"publish_time":1401815380794,"_hasShrinkwrap":false,"_cnpm_publish_time":1401815380794,"_cnpmcore_publish_time":"2021-12-13T06:37:08.654Z"},"7.1.0":{"name":"strip-ansi","version":"7.1.0","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"funding":"https://github.com/chalk/strip-ansi?sponsor=1","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^6.0.1"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"types":"./index.d.ts","gitHead":"1fdc531d4046cbaa830460f5c74452bf1f0a0884","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_id":"strip-ansi@7.1.0","_nodeVersion":"16.20.0","_npmVersion":"9.2.0","dist":{"integrity":"sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==","shasum":"d5b6568ca689d8561370b0707685d22434faff45","tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.0.tgz","fileCount":5,"unpackedSize":4321,"signatures":[{"keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA","sig":"MEYCIQDLcWbjmD7JZAQ0csSDb2mo3VnE7r9e8bQPjsVd2SmvmQIhAKTReWeeAy2ZNI3H+RItkH7tubYl4uZ/Jg4hN4TzQKAB"}],"size":2174},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"},{"name":"qix","email":"josh@junon.me"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages","tmp":"tmp/strip-ansi_7.1.0_1685267704153_0.8565336218552002"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2023-05-28T09:55:04.358Z","publish_time":1685267704358,"_source_registry_name":"default"},"7.1.2":{"name":"strip-ansi","version":"7.1.2","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"funding":"https://github.com/chalk/strip-ansi?sponsor=1","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","types":"./index.d.ts","sideEffects":false,"engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^6.0.1"},"devDependencies":{"ava":"^3.15.0","tsd":"^0.17.0","xo":"^0.44.0"},"_id":"strip-ansi@7.1.2","gitHead":"c51e2883f3579628f7bffd40a13070e563bcc2c6","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_nodeVersion":"22.12.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-gmBGslpoQJtgnMAvOVqGZpEz9dyoKTCzy2nfz/n8aIFhN/jCE/rCmcxabB6jOOHV+0WNnylOxaxBQPSvcWklhA==","shasum":"132875abde678c7ea8d691533f2e7e22bb744dba","tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.1.2.tgz","fileCount":5,"unpackedSize":4120,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEYCIQCKhqKRdcI/JAWM26KUYvAdp5Na5OQA4wLvC1DirZPg3QIhAPRGgp4JHYOQjqn7bjVhZnGVHHpK7uZsLdV5VHTodrHr"}],"size":2101},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/strip-ansi_7.1.2_1757343928967_0.8727537049168383"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2025-09-08T15:05:29.146Z","publish_time":1757343929146,"_source_registry_name":"default"},"7.2.0":{"name":"strip-ansi","version":"7.2.0","description":"Strip ANSI escape codes from a string","license":"MIT","repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"funding":"https://github.com/chalk/strip-ansi?sponsor=1","author":{"name":"Sindre Sorhus","email":"sindresorhus@gmail.com","url":"https://sindresorhus.com"},"type":"module","exports":"./index.js","types":"./index.d.ts","sideEffects":false,"engines":{"node":">=12"},"scripts":{"test":"xo && ava && tsd"},"keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"dependencies":{"ansi-regex":"^6.2.2"},"devDependencies":{"ava":"^6.4.1","tsd":"^0.33.0","xo":"^1.2.3"},"gitHead":"38ff9f2282540422031ed523f0060c7bb575e20f","_id":"strip-ansi@7.2.0","bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","_nodeVersion":"25.6.0","_npmVersion":"11.8.0","dist":{"integrity":"sha512-yDPMNjp4WyfYBkHnjIRLfca1i6KMyGCtsVgoKe/z1+6vukgaENdgGBZt+ZmKPc4gavvEZ5OgHfHdrazhgNyG7w==","shasum":"d22a269522836a627af8d04b5c3fd2c7fa3e32e3","tarball":"https://registry.npmmirror.com/strip-ansi/-/strip-ansi-7.2.0.tgz","fileCount":5,"unpackedSize":4276,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIFLADIulmdtDkVR1UqMBq2CySy43fzbfXblvu9cXrQmZAiEA9XdjCh6Gtnap3sFOKgDqYVhnbWm+goAp7ZFsYqZaKoQ="}],"size":2156},"_npmUser":{"name":"sindresorhus","email":"sindresorhus@gmail.com"},"directories":{},"maintainers":[{"name":"sindresorhus","email":"sindresorhus@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/strip-ansi_7.2.0_1772113870951_0.9207259252325153"},"_hasShrinkwrap":false,"_cnpmcore_publish_time":"2026-02-26T13:51:11.099Z","publish_time":1772113871099,"_source_registry_name":"default"}},"bugs":{"url":"https://github.com/chalk/strip-ansi/issues"},"homepage":"https://github.com/chalk/strip-ansi#readme","keywords":["strip","trim","remove","ansi","styles","color","colour","colors","terminal","console","string","tty","escape","formatting","rgb","256","shell","xterm","log","logging","command-line","text"],"repository":{"type":"git","url":"git+https://github.com/chalk/strip-ansi.git"},"_source_registry_name":"default"}