Comparing version 0.0.0 to 0.0.1-security
{ | ||
"name": "ansi-codes", | ||
"version": "0.0.0", | ||
"description": "just an object that returns ANSI styling codes", | ||
"version": "0.0.1-security", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "mocha" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"devDependencies": { | ||
"fox": "*" | ||
}, | ||
"keywords": [ | ||
"ansi", | ||
"styling" | ||
], | ||
"repository": { | ||
"url": "git@github.com:azer\/ansi-codes.git", | ||
"type": "git" | ||
"type": "git", | ||
"url": "git+https://github.com/npm/security-holder.git" | ||
}, | ||
"author": "azer", | ||
"license": "BSD" | ||
} | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/npm/security-holder/issues" | ||
}, | ||
"homepage": "https://github.com/npm/security-holder#readme" | ||
} |
@@ -1,84 +0,9 @@ | ||
## ansi-codes | ||
# Security holding package | ||
ANSI Styling codes. | ||
This package name is not currently in use, but was formerly occupied | ||
by a popular package. To avoid malicious use, npm is hanging on to | ||
the package name, but loosely, and we'll probably give it to you if | ||
you want it. | ||
## Install | ||
```bash | ||
$ npm install ansi-codes | ||
``` | ||
## Usage | ||
```js | ||
ansiCodes = require('ansi-codes') | ||
ansiCodes.bold | ||
// => \033[1m | ||
ansiCodes.yellow | ||
// => \033[31m | ||
ansiCodes.greenBg | ||
// => \033[42m | ||
``` | ||
## Reference | ||
**reset:** \033[0m | ||
**bold:** \033[1m | ||
**italic:** \033[3m | ||
**blink:** \033[5m | ||
**underline:** \033[4m | ||
**underlineOff:** \033[24m | ||
**inverse:** \033[7m | ||
**inverseOff:** \033[27m | ||
**strikethrough:** \033[9m | ||
**strikethroughOff:** \033[29m | ||
**def:** \033[39m | ||
**white:** \033[37m | ||
**black:** \033[30m | ||
**red:** \033[31m | ||
**green:** \033[32m | ||
**blue:** \033[34m | ||
**yellow:** \033[33m | ||
**magenta:** \033[35m | ||
**cyan:** \033[36m | ||
**defBg:** \033[49m | ||
**whiteBg:** \033[47m | ||
**blackBg:** \033[40m | ||
**redBg:** \033[41m | ||
**greenBg:** \033[42m | ||
**blueBg:** \033[44m | ||
**yellowBg:** \033[43m | ||
**magentaBg:** \033[45m | ||
**cyanBg:** \033[46m | ||
![](https://dl.dropboxusercontent.com/s/r19djuexd699h44/npmel_22.jpg) | ||
You may adopt this package by contacting support@npmjs.com and | ||
requesting the name. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
803
2
0
10
1
1