123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173 |
- {
- "_args": [
- [
- "inquirer@^5.2.0",
- "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli"
- ]
- ],
- "_from": "inquirer@>=5.2.0 <6.0.0",
- "_id": "inquirer@5.2.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/inquirer",
- "_nodeVersion": "9.8.0",
- "_npmOperationalInternal": {
- "host": "s3://npm-registry-packages",
- "tmp": "tmp/inquirer_5.2.0_1522076584383_0.9600650396758739"
- },
- "_npmUser": {
- "email": "admin@simonboudrias.com",
- "name": "sboudrias"
- },
- "_npmVersion": "5.6.0",
- "_phantomChildren": {},
- "_requested": {
- "name": "inquirer",
- "raw": "inquirer@^5.2.0",
- "rawSpec": "^5.2.0",
- "scope": null,
- "spec": ">=5.2.0 <6.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/webpack-cli",
- "/yeoman-environment"
- ],
- "_resolved": "https://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz",
- "_shasum": "db350c2b73daca77ff1243962e9f22f099685726",
- "_shrinkwrap": null,
- "_spec": "inquirer@^5.2.0",
- "_where": "/home/seleznev/project Angular/Quality system/node_modules/webpack-cli",
- "author": {
- "email": "admin@simonboudrias.com",
- "name": "Simon Boudrias"
- },
- "bugs": {
- "url": "https://github.com/SBoudrias/Inquirer.js/issues"
- },
- "dependencies": {
- "ansi-escapes": "^3.0.0",
- "chalk": "^2.0.0",
- "cli-cursor": "^2.1.0",
- "cli-width": "^2.0.0",
- "external-editor": "^2.1.0",
- "figures": "^2.0.0",
- "lodash": "^4.3.0",
- "mute-stream": "0.0.7",
- "run-async": "^2.2.0",
- "rxjs": "^5.5.2",
- "string-width": "^2.1.0",
- "strip-ansi": "^4.0.0",
- "through": "^2.3.6"
- },
- "description": "A collection of common interactive command line user interfaces.",
- "devDependencies": {
- "chai": "^4.0.1",
- "chalk-pipe": "^1.2.0",
- "cmdify": "^0.0.4",
- "coveralls": "^3.0.0",
- "eslint": "^4.1.0",
- "eslint-config-prettier": "^2.4.0",
- "eslint-config-xo": "^0.20.0",
- "eslint-plugin-prettier": "^2.2.0",
- "husky": "^0.14.3",
- "lint-staged": "^7.0.0",
- "mocha": "^5.0.0",
- "mockery": "^2.1.0",
- "nsp": "^3.0.0",
- "nyc": "^11.3.0",
- "prettier": "^1.7.0",
- "sinon": "^4.0.0"
- },
- "directories": {},
- "dist": {
- "fileCount": 23,
- "integrity": "sha512-E9BmnJbAKLPGonz0HeWHtbKf+EeSP93paWO3ZYoUpq/aowXvYGjjCSuashhXPpzbArIjBbji39THkxTz9ZeEUQ==",
- "shasum": "db350c2b73daca77ff1243962e9f22f099685726",
- "tarball": "https://registry.npmjs.org/inquirer/-/inquirer-5.2.0.tgz",
- "unpackedSize": 72154
- },
- "engines": {
- "node": ">=6.0.0"
- },
- "eslintConfig": {
- "env": {
- "mocha": true,
- "node": true
- },
- "extends": [
- "prettier",
- "xo"
- ],
- "plugins": [
- "prettier"
- ],
- "rules": {
- "eqeqeq": [
- {
- "null": "ignore"
- },
- "always",
- "error"
- ],
- "no-eq-null": "off",
- "prettier/prettier": [
- {
- "singleQuote": true,
- "printWidth": 90
- },
- "error"
- ]
- }
- },
- "files": [
- "lib"
- ],
- "gitHead": "2fe70c0ae6ee6154a5a4bc9f8e76b0d68aa4fc61",
- "homepage": "https://github.com/SBoudrias/Inquirer.js#readme",
- "keywords": [
- "cli",
- "command",
- "menu",
- "prompt",
- "stdin",
- "tty"
- ],
- "license": "MIT",
- "lint-staged": {
- "*.js": [
- "eslint --fix",
- "git add"
- ],
- "*.json": [
- "git add",
- "prettier --write"
- ]
- },
- "main": "lib/inquirer.js",
- "maintainers": [
- {
- "name": "mischah",
- "email": "mail@michael-kuehnel.de"
- },
- {
- "name": "sboudrias",
- "email": "admin@simonboudrias.com"
- }
- ],
- "name": "inquirer",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/SBoudrias/Inquirer.js.git"
- },
- "scripts": {
- "coverage": "nyc report --reporter=text-lcov | coveralls",
- "precommit": "lint-staged",
- "prepublish": "nsp check",
- "pretest": "eslint .",
- "test": "nyc mocha test/**/* -r ./test/before"
- },
- "version": "5.2.0"
- }
|