{ "_args": [ [ "execall@2.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "execall@2.0.0", "_id": "execall@2.0.0", "_inBundle": false, "_integrity": "sha512-0FU2hZ5Hh6iQnarpRtQurM/aAvp3RIbfvgLHrcqJYzhXyV2KFruhuChf9NC6waAhiUR7FFtlugkI4p7f2Fqlow==", "_location": "/execall", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "execall@2.0.0", "name": "execall", "escapedName": "execall", "rawSpec": "2.0.0", "saveSpec": null, "fetchSpec": "2.0.0" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/execall/-/execall-2.0.0.tgz", "_spec": "2.0.0", "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror", "author": { "name": "Sindre Sorhus", "email": "sindresorhus@gmail.com", "url": "sindresorhus.com" }, "bugs": { "url": "https://github.com/sindresorhus/execall/issues" }, "dependencies": { "clone-regexp": "^2.1.0" }, "description": "Find multiple RegExp matches in a string", "devDependencies": { "ava": "^1.4.1", "tsd": "^0.7.2", "xo": "^0.24.0" }, "engines": { "node": ">=8" }, "files": [ "index.js", "index.d.ts" ], "homepage": "https://github.com/sindresorhus/execall#readme", "keywords": [ "regex", "regexp", "regular", "expression", "exec", "match", "matches", "execall", "all", "find", "findall", "immutable", "string", "multiple", "many", "global" ], "license": "MIT", "name": "execall", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/execall.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "2.0.0" }