Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-05-22 11:33:46 +0300
committerRebecca Turner <me@re-becca.org>2015-06-26 03:27:03 +0300
commitd3c858ce4cfb3aee515bb299eb034fe1b5e44344 (patch)
treee7714c839934a729b68038f4c7dc5ec3ed877638 /node_modules/has-ansi/package.json
parent24564b9654528d23c726cf9ea82b1aef2044b692 (diff)
deps: deduplicate npm@3 style
Diffstat (limited to 'node_modules/has-ansi/package.json')
-rw-r--r--node_modules/has-ansi/package.json115
1 files changed, 115 insertions, 0 deletions
diff --git a/node_modules/has-ansi/package.json b/node_modules/has-ansi/package.json
new file mode 100644
index 000000000..b661ccd4a
--- /dev/null
+++ b/node_modules/has-ansi/package.json
@@ -0,0 +1,115 @@
+{
+ "_args": [
+ [
+ "has-ansi@^1.0.3",
+ "/Users/rebecca/code/npm/node_modules/chalk"
+ ]
+ ],
+ "_from": "has-ansi@>=1.0.3 <2.0.0",
+ "_id": "has-ansi@1.0.3",
+ "_inCache": true,
+ "_location": "/has-ansi",
+ "_nodeVersion": "0.10.35",
+ "_npmUser": {
+ "email": "jappelman@xebia.com",
+ "name": "jbnicolai"
+ },
+ "_npmVersion": "2.1.16",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "has-ansi",
+ "raw": "has-ansi@^1.0.3",
+ "rawSpec": "^1.0.3",
+ "scope": null,
+ "spec": ">=1.0.3 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/chalk"
+ ],
+ "_resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz",
+ "_shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
+ "_shrinkwrap": null,
+ "_spec": "has-ansi@^1.0.3",
+ "_where": "/Users/rebecca/code/npm/node_modules/chalk",
+ "author": {
+ "email": "sindresorhus@gmail.com",
+ "name": "Sindre Sorhus",
+ "url": "http://sindresorhus.com"
+ },
+ "bin": {
+ "has-ansi": "cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/has-ansi/issues"
+ },
+ "dependencies": {
+ "ansi-regex": "^1.1.0",
+ "get-stdin": "^4.0.1"
+ },
+ "description": "Check if a string has ANSI escape codes",
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c0b5b1615d9e382b0ff67169d967b425e48ca538",
+ "tarball": "http://registry.npmjs.org/has-ansi/-/has-ansi-1.0.3.tgz"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "cli.js",
+ "index.js"
+ ],
+ "gitHead": "416428ed16f8e9718aec54cea083173af6019917",
+ "homepage": "https://github.com/sindresorhus/has-ansi",
+ "keywords": [
+ "ansi",
+ "bin",
+ "cli",
+ "color",
+ "colors",
+ "colour",
+ "command-line",
+ "console",
+ "escape",
+ "find",
+ "has",
+ "match",
+ "pattern",
+ "re",
+ "regex",
+ "regexp",
+ "shell",
+ "string",
+ "styles",
+ "terminal",
+ "test",
+ "text",
+ "tty",
+ "xterm"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "sindresorhus",
+ "email": "sindresorhus@gmail.com"
+ },
+ {
+ "name": "jbnicolai",
+ "email": "jappelman@xebia.com"
+ }
+ ],
+ "name": "has-ansi",
+ "optionalDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/sindresorhus/has-ansi"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "1.0.3"
+}