| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- {
- "name": "slice-ansi",
- "version": "1.0.0",
- "description": "Slice a string with ANSI escape codes",
- "license": "MIT",
- "repository": "chalk/slice-ansi",
- "author": {
- "name": "David Caccavella",
- "email": "threedeecee@gmail.com"
- },
- "engines": {
- "node": ">=4"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "files": [
- "index.js"
- ],
- "keywords": [
- "slice",
- "string",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "dependencies": {
- "is-fullwidth-code-point": "^2.0.0"
- },
- "devDependencies": {
- "ava": "*",
- "chalk": "^2.0.1",
- "random-item": "^1.0.0",
- "strip-ansi": "^4.0.0",
- "xo": "*"
- },
- "__npminstall_done": "Thu Dec 24 2020 20:20:58 GMT+0800 (CST)",
- "_from": "slice-ansi@1.0.0",
- "_resolved": "https://registry.npm.taobao.org/slice-ansi/download/slice-ansi-1.0.0.tgz"
- }
|