[d565449] | 1 | {
|
---|
[79a0317] | 2 | "_from": "ansi-regex@^5.0.1",
|
---|
| 3 | "_id": "ansi-regex@5.0.1",
|
---|
| 4 | "_inBundle": false,
|
---|
| 5 | "_integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==",
|
---|
| 6 | "_location": "/ansi-regex",
|
---|
| 7 | "_phantomChildren": {},
|
---|
| 8 | "_requested": {
|
---|
| 9 | "type": "range",
|
---|
| 10 | "registry": true,
|
---|
| 11 | "raw": "ansi-regex@^5.0.1",
|
---|
| 12 | "name": "ansi-regex",
|
---|
| 13 | "escapedName": "ansi-regex",
|
---|
| 14 | "rawSpec": "^5.0.1",
|
---|
| 15 | "saveSpec": null,
|
---|
| 16 | "fetchSpec": "^5.0.1"
|
---|
| 17 | },
|
---|
| 18 | "_requiredBy": [
|
---|
| 19 | "/strip-ansi"
|
---|
| 20 | ],
|
---|
| 21 | "_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz",
|
---|
| 22 | "_shasum": "082cb2c89c9fe8659a311a53bd6a4dc5301db304",
|
---|
| 23 | "_spec": "ansi-regex@^5.0.1",
|
---|
| 24 | "_where": "/home/stevetosak/Proekt/IMaps/imaps-frontend/node_modules/strip-ansi",
|
---|
| 25 | "author": {
|
---|
| 26 | "name": "Sindre Sorhus",
|
---|
| 27 | "email": "sindresorhus@gmail.com",
|
---|
| 28 | "url": "sindresorhus.com"
|
---|
| 29 | },
|
---|
| 30 | "bugs": {
|
---|
| 31 | "url": "https://github.com/chalk/ansi-regex/issues"
|
---|
| 32 | },
|
---|
| 33 | "bundleDependencies": false,
|
---|
| 34 | "deprecated": false,
|
---|
| 35 | "description": "Regular expression for matching ANSI escape codes",
|
---|
| 36 | "devDependencies": {
|
---|
| 37 | "ava": "^2.4.0",
|
---|
| 38 | "tsd": "^0.9.0",
|
---|
| 39 | "xo": "^0.25.3"
|
---|
| 40 | },
|
---|
| 41 | "engines": {
|
---|
| 42 | "node": ">=8"
|
---|
| 43 | },
|
---|
| 44 | "files": [
|
---|
| 45 | "index.js",
|
---|
| 46 | "index.d.ts"
|
---|
| 47 | ],
|
---|
| 48 | "homepage": "https://github.com/chalk/ansi-regex#readme",
|
---|
| 49 | "keywords": [
|
---|
| 50 | "ansi",
|
---|
| 51 | "styles",
|
---|
| 52 | "color",
|
---|
| 53 | "colour",
|
---|
| 54 | "colors",
|
---|
| 55 | "terminal",
|
---|
| 56 | "console",
|
---|
| 57 | "cli",
|
---|
| 58 | "string",
|
---|
| 59 | "tty",
|
---|
| 60 | "escape",
|
---|
| 61 | "formatting",
|
---|
| 62 | "rgb",
|
---|
| 63 | "256",
|
---|
| 64 | "shell",
|
---|
| 65 | "xterm",
|
---|
| 66 | "command-line",
|
---|
| 67 | "text",
|
---|
| 68 | "regex",
|
---|
| 69 | "regexp",
|
---|
| 70 | "re",
|
---|
| 71 | "match",
|
---|
| 72 | "test",
|
---|
| 73 | "find",
|
---|
| 74 | "pattern"
|
---|
| 75 | ],
|
---|
| 76 | "license": "MIT",
|
---|
| 77 | "name": "ansi-regex",
|
---|
| 78 | "repository": {
|
---|
| 79 | "type": "git",
|
---|
| 80 | "url": "git+https://github.com/chalk/ansi-regex.git"
|
---|
| 81 | },
|
---|
| 82 | "scripts": {
|
---|
| 83 | "test": "xo && ava && tsd",
|
---|
| 84 | "view-supported": "node fixtures/view-codes.js"
|
---|
| 85 | },
|
---|
| 86 | "version": "5.0.1"
|
---|
[d565449] | 87 | }
|
---|