12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "slice-ansi@^5.0.0",
- "_id": "slice-ansi@5.0.0",
- "_inBundle": false,
- "_integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==",
- "_location": "/slice-ansi",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "slice-ansi@^5.0.0",
- "name": "slice-ansi",
- "escapedName": "slice-ansi",
- "rawSpec": "^5.0.0",
- "saveSpec": null,
- "fetchSpec": "^5.0.0"
- },
- "_requiredBy": [
- "/cli-truncate"
- ],
- "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz",
- "_shasum": "b73063c57aa96f9cd881654b15294d95d285c42a",
- "_spec": "slice-ansi@^5.0.0",
- "_where": "H:\\gs_nuxt\\node_modules\\cli-truncate",
- "bugs": {
- "url": "https://github.com/chalk/slice-ansi/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "ansi-styles": "^6.0.0",
- "is-fullwidth-code-point": "^4.0.0"
- },
- "deprecated": false,
- "description": "Slice a string with ANSI escape codes",
- "devDependencies": {
- "ava": "^3.15.0",
- "chalk": "^4.1.0",
- "random-item": "^4.0.0",
- "strip-ansi": "^7.0.0",
- "xo": "^0.38.2"
- },
- "engines": {
- "node": ">=12"
- },
- "exports": "./index.js",
- "files": [
- "index.js"
- ],
- "funding": "https://github.com/chalk/slice-ansi?sponsor=1",
- "homepage": "https://github.com/chalk/slice-ansi#readme",
- "keywords": [
- "slice",
- "string",
- "ansi",
- "styles",
- "color",
- "colour",
- "colors",
- "terminal",
- "console",
- "cli",
- "tty",
- "escape",
- "formatting",
- "rgb",
- "256",
- "shell",
- "xterm",
- "log",
- "logging",
- "command-line",
- "text"
- ],
- "license": "MIT",
- "name": "slice-ansi",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/chalk/slice-ansi.git"
- },
- "scripts": {
- "test": "xo && ava"
- },
- "type": "module",
- "version": "5.0.0"
- }
|