Website/node_modules/wrap-ansi/package.json

125 lines
2.6 KiB
JSON

{
"_args": [
[
"wrap-ansi@^1.0.0",
"/Users/okennedy/Documents/Website/node_modules/cliui"
]
],
"_from": "wrap-ansi@>=1.0.0 <2.0.0",
"_id": "wrap-ansi@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/wrap-ansi",
"_nodeVersion": "1.1.0",
"_npmUser": {
"email": "bencoe@gmail.com",
"name": "bcoe"
},
"_npmVersion": "3.3.6",
"_phantomChildren": {},
"_requested": {
"name": "wrap-ansi",
"raw": "wrap-ansi@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/cliui"
],
"_resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-1.0.0.tgz",
"_shasum": "f573bb9ee23cf43891f3362f5f359a1dfa38fc34",
"_shrinkwrap": null,
"_spec": "wrap-ansi@^1.0.0",
"_where": "/Users/okennedy/Documents/Website/node_modules/cliui",
"author": {
"email": "sindresorhus@gmail.com",
"name": "Sindre Sorhus",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/chalk/wrap-ansi/issues"
},
"dependencies": {
"string-width": "^1.0.1"
},
"description": "Wordwrap a string with ANSI escape codes",
"devDependencies": {
"ava": "0.0.4",
"chalk": "^1.1.0",
"coveralls": "^2.11.4",
"has-ansi": "^2.0.0",
"nyc": "^3.2.2",
"strip-ansi": "^3.0.0",
"xo": "*"
},
"directories": {},
"dist": {
"shasum": "f573bb9ee23cf43891f3362f5f359a1dfa38fc34",
"tarball": "http://registry.npmjs.org/wrap-ansi/-/wrap-ansi-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "c890e95ea671779012fa73fd77b74198e8c5d09b",
"homepage": "https://github.com/chalk/wrap-ansi#readme",
"keywords": [
"256",
"ansi",
"break",
"cli",
"color",
"colors",
"colour",
"command-line",
"console",
"escape",
"formatting",
"linewrap",
"log",
"logging",
"rgb",
"shell",
"string",
"styles",
"terminal",
"text",
"tty",
"wordbreak",
"wordwrap",
"wrap",
"xterm"
],
"license": "MIT",
"maintainers": [
{
"name": "bcoe",
"email": "ben@npmjs.com"
},
{
"name": "jbnicolai",
"email": "jappelman@xebia.com"
},
{
"name": "sindresorhus",
"email": "sindresorhus@gmail.com"
}
],
"name": "wrap-ansi",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/chalk/wrap-ansi.git"
},
"scripts": {
"coverage": "nyc --reporter=text-lcov node test.js | coveralls",
"test": "xo && nyc node test.js"
},
"version": "1.0.0"
}