mirror of
https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
synced 2025-06-01 02:45:05 +02:00
91 lines
2.0 KiB
JSON
91 lines
2.0 KiB
JSON
{
|
|
"_from": "ansi-regex@^6.0.1",
|
|
"_id": "ansi-regex@6.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
"_location": "/ansi-regex",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "ansi-regex@^6.0.1",
|
|
"name": "ansi-regex",
|
|
"escapedName": "ansi-regex",
|
|
"rawSpec": "^6.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^6.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/strip-ansi"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
"_shasum": "3183e38fae9a65d7cb5e53945cd5897d0260a06a",
|
|
"_spec": "ansi-regex@^6.0.1",
|
|
"_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/strip-ansi",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "https://sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/chalk/ansi-regex/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"deprecated": false,
|
|
"description": "Regular expression for matching ANSI escape codes",
|
|
"devDependencies": {
|
|
"ava": "^3.15.0",
|
|
"tsd": "^0.14.0",
|
|
"xo": "^0.38.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"exports": "./index.js",
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"funding": "https://github.com/chalk/ansi-regex?sponsor=1",
|
|
"homepage": "https://github.com/chalk/ansi-regex#readme",
|
|
"keywords": [
|
|
"ansi",
|
|
"styles",
|
|
"color",
|
|
"colour",
|
|
"colors",
|
|
"terminal",
|
|
"console",
|
|
"cli",
|
|
"string",
|
|
"tty",
|
|
"escape",
|
|
"formatting",
|
|
"rgb",
|
|
"256",
|
|
"shell",
|
|
"xterm",
|
|
"command-line",
|
|
"text",
|
|
"regex",
|
|
"regexp",
|
|
"re",
|
|
"match",
|
|
"test",
|
|
"find",
|
|
"pattern"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ansi-regex",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chalk/ansi-regex.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd",
|
|
"view-supported": "node fixtures/view-codes.js"
|
|
},
|
|
"type": "module",
|
|
"version": "6.0.1"
|
|
}
|