12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "slice-ansi@1.0.0",
- "_id": "slice-ansi@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
- "_location": "/slice-ansi",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "slice-ansi@1.0.0",
- "name": "slice-ansi",
- "escapedName": "slice-ansi",
- "rawSpec": "1.0.0",
- "saveSpec": null,
- "fetchSpec": "1.0.0"
- },
- "_requiredBy": [
- "/table"
- ],
- "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
- "_shasum": "044f1a49d8842ff307aad6b505ed178bd950134d",
- "_spec": "slice-ansi@1.0.0",
- "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/table",
- "author": {
- "name": "David Caccavella",
- "email": "threedeecee@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/chalk/slice-ansi/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-fullwidth-code-point": "^2.0.0"
- },
- "deprecated": false,
- "description": "Slice a string with ANSI escape codes",
- "devDependencies": {
- "ava": "*",
- "chalk": "^2.0.1",
- "random-item": "^1.0.0",
- "strip-ansi": "^4.0.0",
- "xo": "*"
- },
- "engines": {
- "node": ">=4"
- },
- "files": [
- "index.js"
- ],
- "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"
- },
- "version": "1.0.0"
- }
|