{ "_args": [ [ "meow@9.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "meow@9.0.0", "_id": "meow@9.0.0", "_inBundle": false, "_integrity": "sha512-+obSblOQmRhcyBt62furQqRAQpNyWXo8BuQ5bN7dG8wmwQ+vwHKp/rCFD4CrTP8CsDQD1sjoZ94K417XEUk8IQ==", "_location": "/meow", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "meow@9.0.0", "name": "meow", "escapedName": "meow", "rawSpec": "9.0.0", "saveSpec": null, "fetchSpec": "9.0.0" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/meow/-/meow-9.0.0.tgz", "_spec": "9.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "https://sindresorhus.com" }, "ava": { "files": [ "test/*" ] }, "bugs": { "url": "https://github.com/sindresorhus/meow/issues" }, "dependencies": { "@types/minimist": "^1.2.0", "camelcase-keys": "^6.2.2", "decamelize": "^1.2.0", "decamelize-keys": "^1.1.0", "hard-rejection": "^2.1.0", "minimist-options": "4.1.0", "normalize-package-data": "^3.0.0", "read-pkg-up": "^7.0.1", "redent": "^3.0.0", "trim-newlines": "^3.0.0", "type-fest": "^0.18.0", "yargs-parser": "^20.2.3" }, "description": "CLI app helper", "devDependencies": { "ava": "^2.4.0", "execa": "^4.1.0", "indent-string": "^4.0.0", "tsd": "^0.13.1", "xo": "^0.34.1" }, "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": "9.0.0", "xo": { "rules": { "unicorn/no-process-exit": "off", "node/no-unsupported-features/es-syntax": "off" }, "ignores": [ "estest/index.js" ] } }