Website/node_modules/ansi-red/package.json
2015-12-02 18:21:44 -05:00

108 lines
2.2 KiB
JSON

{
"_args": [
[
"ansi-red@^0.1.1",
"/Users/okennedy/Desktop/Website/node_modules/gray-matter"
]
],
"_from": "ansi-red@>=0.1.1 <0.2.0",
"_id": "ansi-red@0.1.1",
"_inCache": true,
"_installable": true,
"_location": "/ansi-red",
"_nodeVersion": "0.12.0",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.10.0",
"_phantomChildren": {},
"_requested": {
"name": "ansi-red",
"raw": "ansi-red@^0.1.1",
"rawSpec": "^0.1.1",
"scope": null,
"spec": ">=0.1.1 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/gray-matter"
],
"_resolved": "https://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz",
"_shasum": "8c638f9d1080800a353c9c28c8a81ca4705d946c",
"_shrinkwrap": null,
"_spec": "ansi-red@^0.1.1",
"_where": "/Users/okennedy/Desktop/Website/node_modules/gray-matter",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/ansi-red/issues"
},
"dependencies": {
"ansi-wrap": "0.1.0"
},
"description": "The color red, in ansi.",
"devDependencies": {
"mocha": "*"
},
"directories": {},
"dist": {
"shasum": "8c638f9d1080800a353c9c28c8a81ca4705d946c",
"tarball": "http://registry.npmjs.org/ansi-red/-/ansi-red-0.1.1.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/ansi-red",
"keywords": [
"256",
"ansi",
"cli",
"color",
"colors",
"colour",
"command",
"command-line",
"console",
"format",
"formatting",
"iterm",
"log",
"logging",
"red",
"rgb",
"shell",
"string",
"style",
"styles",
"styling",
"terminal",
"text",
"tty",
"xterm"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "ansi-red",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/ansi-red.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.1"
}