All Downloads are FREE. Search and download functionalities are using the official Maven repository.

node_modules.ansi-regex.package.json Maven / Gradle / Ivy

{
    "_args": [
        
    ],
    "_from": "[email protected]",
    "_id": "[email protected]",
    "_inCache": true,
    "_installable": true,
    "_location": "/ansi-regex",
    "_nodeVersion": "0.12.5",
    "_npmUser": {
        "email": "[email protected]",
        "name": "sindresorhus"
    },
    "_npmVersion": "2.11.2",
    "_phantomChildren": {
        
    },
    "_requested": {
        "name": "ansi-regex",
        "raw": "[email protected]",
        "rawSpec": "2.0.0",
        "scope": null,
        "spec": "2.0.0",
        "type": "version"
    },
    "_requiredBy": [
        "#DEV:/"
    ],
    "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz",
    "_shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
    "_shrinkwrap": null,
    "_spec": "[email protected]",
    "_where": "",
    "author": {
        "email": "[email protected]",
        "name": "Sindre Sorhus",
        "url": "sindresorhus.com"
    },
    "bugs": {
        "url": "https://github.com/sindresorhus/ansi-regex/issues"
    },
    "dependencies": {
        
    },
    "description": "Regular expression for matching ANSI escape codes",
    "devDependencies": {
        "mocha": "*"
    },
    "directories": {
        
    },
    "dist": {
        "shasum": "c5061b6e0ef8a81775e50f5d66151bf6bf371107",
        "tarball": "http://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz"
    },
    "engines": {
        "node": ">=0.10.0"
    },
    "files": [
        "index.js"
    ],
    "gitHead": "57c3f2941a73079fa8b081e02a522e3d29913e2f",
    "homepage": "https://github.com/sindresorhus/ansi-regex",
    "keywords": [
        "256",
        "ansi",
        "cli",
        "color",
        "colors",
        "colour",
        "command-line",
        "console",
        "escape",
        "find",
        "formatting",
        "match",
        "pattern",
        "re",
        "regex",
        "regexp",
        "rgb",
        "shell",
        "string",
        "styles",
        "terminal",
        "test",
        "text",
        "tty",
        "xterm"
    ],
    "license": "MIT",
    "maintainers": [
        {
            "email": "[email protected]",
            "name": "sindresorhus"
        },
        {
            "email": "[email protected]",
            "name": "jbnicolai"
        }
    ],
    "name": "ansi-regex",
    "optionalDependencies": {
        
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/sindresorhus/ansi-regex"
    },
    "scripts": {
        "test": "mocha test/test.js",
        "view-supported": "node test/viewCodes.js"
    },
    "version": "2.0.0"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy