Update ESLint to v3.8.0. * Installed with `npm install --production` to avoid installing unnecessary dev files * Used `dmn -f clean` to further eliminate unneeded files PR-URL: https://github.com/nodejs/node/pull/9112 Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
106 lines
2.4 KiB
JSON
106 lines
2.4 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "cli-cursor@^1.0.1",
|
|
"scope": null,
|
|
"escapedName": "cli-cursor",
|
|
"name": "cli-cursor",
|
|
"rawSpec": "^1.0.1",
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/Users/trott/io.js/tools/node_modules/inquirer"
|
|
]
|
|
],
|
|
"_from": "cli-cursor@>=1.0.1 <2.0.0",
|
|
"_id": "cli-cursor@1.0.2",
|
|
"_inCache": true,
|
|
"_location": "/cli-cursor",
|
|
"_nodeVersion": "4.1.0",
|
|
"_npmUser": {
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
},
|
|
"_npmVersion": "2.14.3",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "cli-cursor@^1.0.1",
|
|
"scope": null,
|
|
"escapedName": "cli-cursor",
|
|
"name": "cli-cursor",
|
|
"rawSpec": "^1.0.1",
|
|
"spec": ">=1.0.1 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/inquirer"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz",
|
|
"_shasum": "64da3f7d56a54412e59794bd62dc35295e8f2987",
|
|
"_shrinkwrap": null,
|
|
"_spec": "cli-cursor@^1.0.1",
|
|
"_where": "/Users/trott/io.js/tools/node_modules/inquirer",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/cli-cursor/issues"
|
|
},
|
|
"dependencies": {
|
|
"restore-cursor": "^1.0.1"
|
|
},
|
|
"description": "Toggle the CLI cursor",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "64da3f7d56a54412e59794bd62dc35295e8f2987",
|
|
"tarball": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-1.0.2.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "6be5a384d90278c66aa30db5ecdec8dc68f17d4f",
|
|
"homepage": "https://github.com/sindresorhus/cli-cursor#readme",
|
|
"keywords": [
|
|
"cli",
|
|
"cursor",
|
|
"ansi",
|
|
"toggle",
|
|
"display",
|
|
"show",
|
|
"hide",
|
|
"term",
|
|
"terminal",
|
|
"console",
|
|
"tty",
|
|
"shell",
|
|
"command-line"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "cli-cursor",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/cli-cursor.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "1.0.2"
|
|
}
|