summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/ansicolors/package.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-08-13 12:29:07 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-08-13 12:29:22 +0200
commitda736d8259331a8ef13bf4bbb10bbb8a5c0e5299 (patch)
tree4d849133b1c9a9c7067e96ff7dd8faa1d927e0bb /deps/node/deps/npm/node_modules/ansicolors/package.json
parentda228cf9d71b747f1824e85127039e5afc7effd8 (diff)
downloadakono-da736d8259331a8ef13bf4bbb10bbb8a5c0e5299.tar.gz
akono-da736d8259331a8ef13bf4bbb10bbb8a5c0e5299.tar.bz2
akono-da736d8259331a8ef13bf4bbb10bbb8a5c0e5299.zip
remove node/v8 from source tree
Diffstat (limited to 'deps/node/deps/npm/node_modules/ansicolors/package.json')
-rw-r--r--deps/node/deps/npm/node_modules/ansicolors/package.json58
1 files changed, 0 insertions, 58 deletions
diff --git a/deps/node/deps/npm/node_modules/ansicolors/package.json b/deps/node/deps/npm/node_modules/ansicolors/package.json
deleted file mode 100644
index 0b82cc1e..00000000
--- a/deps/node/deps/npm/node_modules/ansicolors/package.json
+++ /dev/null
@@ -1,58 +0,0 @@
-{
- "_args": [
- [
- "ansicolors@0.3.2",
- "/Users/rebecca/code/npm"
- ]
- ],
- "_from": "ansicolors@0.3.2",
- "_id": "ansicolors@0.3.2",
- "_inBundle": false,
- "_integrity": "sha1-ZlWX3oap/+Oqm/vmyuXG6kJrSXk=",
- "_location": "/ansicolors",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "ansicolors@0.3.2",
- "name": "ansicolors",
- "escapedName": "ansicolors",
- "rawSpec": "0.3.2",
- "saveSpec": null,
- "fetchSpec": "0.3.2"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz",
- "_spec": "0.3.2",
- "_where": "/Users/rebecca/code/npm",
- "author": {
- "name": "Thorsten Lorenz",
- "email": "thlorenz@gmx.de",
- "url": "thlorenz.com"
- },
- "bugs": {
- "url": "https://github.com/thlorenz/ansicolors/issues"
- },
- "description": "Functions that surround a string with ansicolor codes so it prints in color.",
- "gitHead": "858847ca28e8b360d9b70eee0592700fa2ab087d",
- "homepage": "https://github.com/thlorenz/ansicolors#readme",
- "keywords": [
- "ansi",
- "colors",
- "highlight",
- "string"
- ],
- "license": "MIT",
- "main": "ansicolors.js",
- "name": "ansicolors",
- "repository": {
- "type": "git",
- "url": "git://github.com/thlorenz/ansicolors.git"
- },
- "scripts": {
- "test": "node test/*.js"
- },
- "version": "0.3.2"
-}