{ "_from": "meow@^7.1.1", "_id": "meow@7.1.1", "_inBundle": false, "_integrity": "sha512-GWHvA5QOcS412WCo8vwKDlTelGLsCGBVevQB5Kva961rmNfun0PCbv5+xta2kUMFJyR8/oWnn7ddeKdosbAPbA==", "_location": "/meow", "_phantomChildren": { "decamelize": "1.2.0" }, "_requested": { "type": "range", "registry": true, "raw": "meow@^7.1.1", "name": "meow", "escapedName": "meow", "rawSpec": "^7.1.1", "saveSpec": null, "fetchSpec": "^7.1.1" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/meow/-/meow-7.1.1.tgz", "_shasum": "7c01595e3d337fcb0ec4e8eed1666ea95903d306", "_spec": "meow@^7.1.1", "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\stylelint", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "ava": { "files": [ "test/*" ] }, "bugs": { "url": "https://github.com/sindresorhus/meow/issues" }, "bundleDependencies": false, "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", "decamelize-keys": "^1.1.0", "hard-rejection": "^2.1.0", "minimist-options": "4.1.0", "normalize-package-data": "^2.5.0", "read-pkg-up": "^7.0.1", "redent": "^3.0.0", "trim-newlines": "^3.0.0", "type-fest": "^0.13.1", "yargs-parser": "^18.1.3" }, "deprecated": false, "description": "CLI app helper", "devDependencies": { "ava": "^2.4.0", "execa": "^4.0.0", "indent-string": "^4.0.0", "tsd": "^0.11.0", "xo": "^0.30.0" }, "engines": { "node": ">=10" }, "files": [ "index.js", "index.d.ts" ], "funding": "https://github.com/sponsors/sindresorhus", "homepage": "https://github.com/sindresorhus/meow#readme", "keywords": [ "cli", "bin", "util", "utility", "helper", "argv", "command", "line", "meow", "cat", "kitten", "parser", "option", "flags", "input", "cmd", "console" ], "license": "MIT", "name": "meow", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/meow.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "7.1.1", "xo": { "rules": { "unicorn/no-process-exit": "off", "node/no-unsupported-features/es-syntax": "off" }, "ignores": [ "estest/index.js" ] } }