npm
Version:
a package manager for JavaScript
116 lines (115 loc) • 2.39 kB
JSON
{
"_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"
}