mirror of https://github.com/lukechilds/node.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.
110 lines
2.5 KiB
110 lines
2.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"ansi-escapes@^1.1.0",
|
|
"/Users/trott/io.js/tools/node_modules/inquirer"
|
|
]
|
|
],
|
|
"_from": "ansi-escapes@>=1.1.0 <2.0.0",
|
|
"_id": "ansi-escapes@1.4.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/ansi-escapes",
|
|
"_nodeVersion": "4.4.2",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-16-east.internal.npmjs.com",
|
|
"tmp": "tmp/ansi-escapes-1.4.0.tgz_1460925437568_0.228597579523921"
|
|
},
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "2.15.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "ansi-escapes",
|
|
"raw": "ansi-escapes@^1.1.0",
|
|
"rawSpec": "^1.1.0",
|
|
"scope": null,
|
|
"spec": ">=1.1.0 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz",
|
|
"_shasum": "d3a8a83b319aa67793662b13e761c7911422306e",
|
|
"_shrinkwrap": null,
|
|
"_spec": "ansi-escapes@^1.1.0",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/inquirer",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/ansi-escapes/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "ANSI escape codes for manipulating the terminal",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "d3a8a83b319aa67793662b13e761c7911422306e",
|
|
"tarball": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-1.4.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "763a11847148479dd315c2b9f81b001c94740415",
|
|
"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",
|
|
"maintainers": [
|
|
{
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
}
|
|
],
|
|
"name": "ansi-escapes",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/ansi-escapes.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.4.0"
|
|
}
|
|
|