mirror of https://github.com/lukechilds/docs.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
85 lines
1.7 KiB
85 lines
1.7 KiB
{
|
|
"_args": [
|
|
[
|
|
"ansi-escapes@1.4.0",
|
|
"/Users/manthony/repos/docs.blockstack"
|
|
]
|
|
],
|
|
"_from": "ansi-escapes@1.4.0",
|
|
"_id": "ansi-escapes@1.4.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-06ioOzGapneTZisT52HHkRQiMG4=",
|
|
"_location": "/ansi-escapes",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "ansi-escapes@1.4.0",
|
|
"name": "ansi-escapes",
|
|
"escapedName": "ansi-escapes",
|
|
"rawSpec": "1.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "1.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/log-update"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
|
|
"_spec": "1.4.0",
|
|
"_where": "/Users/manthony/repos/docs.blockstack",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/ansi-escapes/issues"
|
|
},
|
|
"description": "ANSI escape codes for manipulating the terminal",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/sindresorhus/ansi-escapes#readme",
|
|
"keywords": [
|
|
"ansi",
|
|
"terminal",
|
|
"console",
|
|
"cli",
|
|
"string",
|
|
"tty",
|
|
"escape",
|
|
"escapes",
|
|
"formatting",
|
|
"shell",
|
|
"xterm",
|
|
"log",
|
|
"logging",
|
|
"command-line",
|
|
"text",
|
|
"vt100",
|
|
"sequence",
|
|
"control",
|
|
"code",
|
|
"codes",
|
|
"cursor",
|
|
"iterm",
|
|
"iterm2"
|
|
],
|
|
"license": "MIT",
|
|
"name": "ansi-escapes",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/ansi-escapes.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.4.0"
|
|
}
|
|
|