diff options
Diffstat (limited to 'tools/eslint/node_modules/cli-width/package.json')
-rw-r--r-- | tools/eslint/node_modules/cli-width/package.json | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/tools/eslint/node_modules/cli-width/package.json b/tools/eslint/node_modules/cli-width/package.json new file mode 100644 index 0000000000..561548bf39 --- /dev/null +++ b/tools/eslint/node_modules/cli-width/package.json @@ -0,0 +1,75 @@ +{ + "_args": [ + [ + "cli-width@^1.0.1", + "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/inquirer" + ] + ], + "_from": "cli-width@>=1.0.1 <2.0.0", + "_id": "cli-width@1.1.0", + "_inCache": true, + "_installable": true, + "_location": "/eslint/cli-width", + "_nodeVersion": "2.3.0", + "_npmUser": { + "email": "ilya@burstcreations.com", + "name": "knownasilya" + }, + "_npmVersion": "2.11.1", + "_phantomChildren": {}, + "_requested": { + "name": "cli-width", + "raw": "cli-width@^1.0.1", + "rawSpec": "^1.0.1", + "scope": null, + "spec": ">=1.0.1 <2.0.0", + "type": "range" + }, + "_requiredBy": [ + "/eslint/inquirer" + ], + "_resolved": "https://registry.npmjs.org/cli-width/-/cli-width-1.1.0.tgz", + "_shasum": "df62d1e1a980ef60d1256f364d4f2695594d7ecb", + "_shrinkwrap": null, + "_spec": "cli-width@^1.0.1", + "_where": "/Users/mzasso/git/forks/node/node_modules/eslint/node_modules/inquirer", + "author": { + "email": "ilya@burstcreations.com", + "name": "Ilya Radchenko" + }, + "bugs": { + "url": "https://github.com/knownasilya/cli-width/issues" + }, + "dependencies": {}, + "description": "Get stdout window width, with two fallbacks, tty and then a default.", + "devDependencies": { + "tap-spec": "^2.2.0", + "tape": "^3.4.0" + }, + "directories": {}, + "dist": { + "shasum": "df62d1e1a980ef60d1256f364d4f2695594d7ecb", + "tarball": "http://registry.npmjs.org/cli-width/-/cli-width-1.1.0.tgz" + }, + "gitHead": "3eef3a6b1104e5662844a0b18949846d4d3391c9", + "homepage": "https://github.com/knownasilya/cli-width", + "license": "ISC", + "main": "index.js", + "maintainers": [ + { + "name": "knownasilya", + "email": "ilya@burstcreations.com" + } + ], + "name": "cli-width", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+ssh://git@github.com/knownasilya/cli-width.git" + }, + "scripts": { + "test": "node test | tap-spec" + }, + "version": "1.1.0" +} |