summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/ansicolors/package.json
diff options
context:
space:
mode:
authorops+robot@npmjs.com <npm team>2022-04-14 21:57:02 +0000
committerLuigi Pinca <luigipinca@gmail.com>2022-04-17 07:27:48 +0200
commitc0d5f4b3d7a50703c7ededf1d6b1440cb37325ad (patch)
treea240caba9cc067e22766868ac67af8a50d6ca303 /deps/npm/node_modules/ansicolors/package.json
parent20268c7aa51059e5884305f767748550cfd05279 (diff)
downloadnode-new-c0d5f4b3d7a50703c7ededf1d6b1440cb37325ad.tar.gz
deps: upgrade npm to 8.7.0
PR-URL: https://github.com/nodejs/node/pull/42744 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Diffstat (limited to 'deps/npm/node_modules/ansicolors/package.json')
-rw-r--r--deps/npm/node_modules/ansicolors/package.json23
1 files changed, 0 insertions, 23 deletions
diff --git a/deps/npm/node_modules/ansicolors/package.json b/deps/npm/node_modules/ansicolors/package.json
deleted file mode 100644
index cda0c75b58..0000000000
--- a/deps/npm/node_modules/ansicolors/package.json
+++ /dev/null
@@ -1,23 +0,0 @@
-{
- "name": "ansicolors",
- "version": "0.3.2",
- "description": "Functions that surround a string with ansicolor codes so it prints in color.",
- "main": "ansicolors.js",
- "scripts": {
- "test": "node test/*.js"
- },
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/ansicolors.git"
- },
- "keywords": [
- "ansi",
- "colors",
- "highlight",
- "string"
- ],
- "author": "Thorsten Lorenz <thlorenz@gmx.de> (thlorenz.com)",
- "license": "MIT",
- "readmeFilename": "README.md",
- "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d"
-}