{ "_args": [ [ "mri@1.1.6", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "mri@1.1.6", "_id": "mri@1.1.6", "_inBundle": false, "_integrity": "sha512-oi1b3MfbyGa7FJMP9GmLTttni5JoICpYBRlq+x5V16fZbLsnL9N3wFqqIm/nIG43FjUFkFh9Epzp/kzUGUnJxQ==", "_location": "/mri", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "mri@1.1.6", "name": "mri", "escapedName": "mri", "rawSpec": "1.1.6", "saveSpec": null, "fetchSpec": "1.1.6" }, "_requiredBy": [ "/pretty-quick" ], "_resolved": "https://registry.npmjs.org/mri/-/mri-1.1.6.tgz", "_spec": "1.1.6", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Luke Edwards", "email": "luke.edwards05@gmail.com", "url": "https://lukeed.com" }, "bugs": { "url": "https://github.com/lukeed/mri/issues" }, "description": "Quickly scan for CLI flags and arguments", "devDependencies": { "bundt": "1.0.2", "tap-spec": "4.1.2", "tape": "4.13.3" }, "engines": { "node": ">=4" }, "files": [ "lib" ], "homepage": "https://github.com/lukeed/mri#readme", "keywords": [ "argv", "arguments", "cli", "minimist", "options", "optimist", "parser", "args" ], "license": "MIT", "main": "lib/index.js", "module": "lib/index.mjs", "name": "mri", "repository": { "type": "git", "url": "git+https://github.com/lukeed/mri.git" }, "scripts": { "bench": "node bench", "build": "bundt", "pretest": "npm run build", "test": "tape test/*.js | tap-spec" }, "version": "1.1.6" }