File: /home/frenchy/www/french-american.org/releases/20210414070604Z/node_modules/inquirer/package.json
{
"_args": [
[
"inquirer@1.2.3",
"/var/www/french-american.org/releases/20210414070604Z"
]
],
"_development": true,
"_from": "inquirer@1.2.3",
"_id": "inquirer@1.2.3",
"_inBundle": false,
"_integrity": "sha1-TexvMvN+97sLLtPx0aXD9UUHSRg=",
"_location": "/inquirer",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "inquirer@1.2.3",
"name": "inquirer",
"escapedName": "inquirer",
"rawSpec": "1.2.3",
"saveSpec": null,
"fetchSpec": "1.2.3"
},
"_requiredBy": [
"/@frctl/fractal"
],
"_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-1.2.3.tgz",
"_spec": "1.2.3",
"_where": "/var/www/french-american.org/releases/20210414070604Z",
"author": {
"name": "Simon Boudrias",
"email": "admin@simonboudrias.com"
},
"bugs": {
"url": "https://github.com/SBoudrias/Inquirer.js/issues"
},
"dependencies": {
"ansi-escapes": "^1.1.0",
"chalk": "^1.0.0",
"cli-cursor": "^1.0.1",
"cli-width": "^2.0.0",
"external-editor": "^1.1.0",
"figures": "^1.3.5",
"lodash": "^4.3.0",
"mute-stream": "0.0.6",
"pinkie-promise": "^2.0.0",
"run-async": "^2.2.0",
"rx": "^4.1.0",
"string-width": "^1.0.1",
"strip-ansi": "^3.0.0",
"through": "^2.3.6"
},
"description": "A collection of common interactive command line user interfaces.",
"devDependencies": {
"chai": "^3.0.0",
"cmdify": "^0.0.4",
"eslint": "^2.1.0",
"eslint-config-xo-space": "^0.12.0",
"gulp": "^3.9.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"mocha": "^2.2.1",
"mockery": "^1.4.0",
"sinon": "^1.12.1"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
},
"rules": {
"quotes": [
"error",
"single"
],
"no-unused-expressions": "off",
"handle-callback-err": "off",
"no-eq-null": "off",
"eqeqeq": [
"error",
"allow-null"
]
}
},
"files": [
"lib"
],
"homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
"keywords": [
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
"license": "MIT",
"main": "lib/inquirer.js",
"name": "inquirer",
"repository": {
"type": "git",
"url": "git+https://github.com/SBoudrias/Inquirer.js.git"
},
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"version": "1.2.3"
}