mirror of
				https://scm.univ-tours.fr/22107988t/rappaurio-sae501_502.git
				synced 2025-11-01 00:25:22 +01:00 
			
		
		
		
	permet l'ajout des frameworks et des routes
This commit is contained in:
		
							
								
								
									
										17
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.d.ts
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| /** | ||||
| Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string. | ||||
|  | ||||
| @example | ||||
| ``` | ||||
| import stripAnsi = require('strip-ansi'); | ||||
|  | ||||
| stripAnsi('\u001B[4mUnicorn\u001B[0m'); | ||||
| //=> 'Unicorn' | ||||
|  | ||||
| stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007'); | ||||
| //=> 'Click' | ||||
| ``` | ||||
| */ | ||||
| declare function stripAnsi(string: string): string; | ||||
|  | ||||
| export = stripAnsi; | ||||
							
								
								
									
										4
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/index.js
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,4 @@ | ||||
| 'use strict'; | ||||
| const ansiRegex = require('ansi-regex'); | ||||
|  | ||||
| module.exports = string => typeof string === 'string' ? string.replace(ansiRegex(), '') : string; | ||||
							
								
								
									
										9
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/license
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | ||||
| MIT License | ||||
|  | ||||
| Copyright (c) Sindre Sorhus <sindresorhus@gmail.com> (sindresorhus.com) | ||||
|  | ||||
| Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: | ||||
|  | ||||
| The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. | ||||
|  | ||||
| THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. | ||||
							
								
								
									
										87
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										87
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/package.json
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,87 @@ | ||||
| { | ||||
|   "_from": "strip-ansi@^6.0.0", | ||||
|   "_id": "strip-ansi@6.0.1", | ||||
|   "_inBundle": false, | ||||
|   "_integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", | ||||
|   "_location": "/wrap-ansi-cjs/strip-ansi", | ||||
|   "_phantomChildren": {}, | ||||
|   "_requested": { | ||||
|     "type": "range", | ||||
|     "registry": true, | ||||
|     "raw": "strip-ansi@^6.0.0", | ||||
|     "name": "strip-ansi", | ||||
|     "escapedName": "strip-ansi", | ||||
|     "rawSpec": "^6.0.0", | ||||
|     "saveSpec": null, | ||||
|     "fetchSpec": "^6.0.0" | ||||
|   }, | ||||
|   "_requiredBy": [ | ||||
|     "/wrap-ansi-cjs", | ||||
|     "/wrap-ansi-cjs/string-width" | ||||
|   ], | ||||
|   "_resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", | ||||
|   "_shasum": "9e26c63d30f53443e9489495b2105d37b67a85d9", | ||||
|   "_spec": "strip-ansi@^6.0.0", | ||||
|   "_where": "/mnt/c/Users/docto/Downloads/Rappaurio/node_modules/wrap-ansi-cjs", | ||||
|   "author": { | ||||
|     "name": "Sindre Sorhus", | ||||
|     "email": "sindresorhus@gmail.com", | ||||
|     "url": "sindresorhus.com" | ||||
|   }, | ||||
|   "bugs": { | ||||
|     "url": "https://github.com/chalk/strip-ansi/issues" | ||||
|   }, | ||||
|   "bundleDependencies": false, | ||||
|   "dependencies": { | ||||
|     "ansi-regex": "^5.0.1" | ||||
|   }, | ||||
|   "deprecated": false, | ||||
|   "description": "Strip ANSI escape codes from a string", | ||||
|   "devDependencies": { | ||||
|     "ava": "^2.4.0", | ||||
|     "tsd": "^0.10.0", | ||||
|     "xo": "^0.25.3" | ||||
|   }, | ||||
|   "engines": { | ||||
|     "node": ">=8" | ||||
|   }, | ||||
|   "files": [ | ||||
|     "index.js", | ||||
|     "index.d.ts" | ||||
|   ], | ||||
|   "homepage": "https://github.com/chalk/strip-ansi#readme", | ||||
|   "keywords": [ | ||||
|     "strip", | ||||
|     "trim", | ||||
|     "remove", | ||||
|     "ansi", | ||||
|     "styles", | ||||
|     "color", | ||||
|     "colour", | ||||
|     "colors", | ||||
|     "terminal", | ||||
|     "console", | ||||
|     "string", | ||||
|     "tty", | ||||
|     "escape", | ||||
|     "formatting", | ||||
|     "rgb", | ||||
|     "256", | ||||
|     "shell", | ||||
|     "xterm", | ||||
|     "log", | ||||
|     "logging", | ||||
|     "command-line", | ||||
|     "text" | ||||
|   ], | ||||
|   "license": "MIT", | ||||
|   "name": "strip-ansi", | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git+https://github.com/chalk/strip-ansi.git" | ||||
|   }, | ||||
|   "scripts": { | ||||
|     "test": "xo && ava && tsd" | ||||
|   }, | ||||
|   "version": "6.0.1" | ||||
| } | ||||
							
								
								
									
										46
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										46
									
								
								app/node_modules/wrap-ansi-cjs/node_modules/strip-ansi/readme.md
									
									
									
										generated
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,46 @@ | ||||
| # strip-ansi [](https://travis-ci.org/chalk/strip-ansi) | ||||
|  | ||||
| > Strip [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code) from a string | ||||
|  | ||||
|  | ||||
| ## Install | ||||
|  | ||||
| ``` | ||||
| $ npm install strip-ansi | ||||
| ``` | ||||
|  | ||||
|  | ||||
| ## Usage | ||||
|  | ||||
| ```js | ||||
| const stripAnsi = require('strip-ansi'); | ||||
|  | ||||
| stripAnsi('\u001B[4mUnicorn\u001B[0m'); | ||||
| //=> 'Unicorn' | ||||
|  | ||||
| stripAnsi('\u001B]8;;https://github.com\u0007Click\u001B]8;;\u0007'); | ||||
| //=> 'Click' | ||||
| ``` | ||||
|  | ||||
|  | ||||
| ## strip-ansi for enterprise | ||||
|  | ||||
| Available as part of the Tidelift Subscription. | ||||
|  | ||||
| The maintainers of strip-ansi and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. [Learn more.](https://tidelift.com/subscription/pkg/npm-strip-ansi?utm_source=npm-strip-ansi&utm_medium=referral&utm_campaign=enterprise&utm_term=repo) | ||||
|  | ||||
|  | ||||
| ## Related | ||||
|  | ||||
| - [strip-ansi-cli](https://github.com/chalk/strip-ansi-cli) - CLI for this module | ||||
| - [strip-ansi-stream](https://github.com/chalk/strip-ansi-stream) - Streaming version of this module | ||||
| - [has-ansi](https://github.com/chalk/has-ansi) - Check if a string has ANSI escape codes | ||||
| - [ansi-regex](https://github.com/chalk/ansi-regex) - Regular expression for matching ANSI escape codes | ||||
| - [chalk](https://github.com/chalk/chalk) - Terminal string styling done right | ||||
|  | ||||
|  | ||||
| ## Maintainers | ||||
|  | ||||
| - [Sindre Sorhus](https://github.com/sindresorhus) | ||||
| - [Josh Junon](https://github.com/qix-) | ||||
|  | ||||
		Reference in New Issue
	
	Block a user