summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/slice-ansi/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'tools/node_modules/eslint/node_modules/slice-ansi/package.json')
-rw-r--r--tools/node_modules/eslint/node_modules/slice-ansi/package.json85
1 files changed, 85 insertions, 0 deletions
diff --git a/tools/node_modules/eslint/node_modules/slice-ansi/package.json b/tools/node_modules/eslint/node_modules/slice-ansi/package.json
new file mode 100644
index 0000000000..be6b2e4bc5
--- /dev/null
+++ b/tools/node_modules/eslint/node_modules/slice-ansi/package.json
@@ -0,0 +1,85 @@
+{
+ "_from": "slice-ansi@1.0.0",
+ "_id": "slice-ansi@1.0.0",
+ "_inBundle": false,
+ "_integrity": "sha512-POqxBK6Lb3q6s047D/XsDVNPnF9Dl8JSaqe9h9lURl0OdNqy/ujDrOiIHtsqXMGbWWTIomRzAMaTyawAU//Reg==",
+ "_location": "/eslint/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": [
+ "/eslint/table"
+ ],
+ "_resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-1.0.0.tgz",
+ "_shasum": "044f1a49d8842ff307aad6b505ed178bd950134d",
+ "_spec": "slice-ansi@1.0.0",
+ "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint/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"
+}