{ "_args": [ [ "import-lazy@4.0.0", "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror" ] ], "_development": true, "_from": "import-lazy@4.0.0", "_id": "import-lazy@4.0.0", "_inBundle": false, "_integrity": "sha512-rKtvo6a868b5Hu3heneU+L4yEQ4jYKLtjpnPeUdK7h0yzXGmyBTypknlkCvHFBqfX9YlorEiMM6Dnq/5atfHkw==", "_location": "/import-lazy", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "import-lazy@4.0.0", "name": "import-lazy", "escapedName": "import-lazy", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-4.0.0.tgz", "_spec": "4.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/import-lazy/issues" }, "description": "Import a module lazily", "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/import-lazy#readme", "keywords": [ "import", "require", "load", "module", "modules", "lazy", "lazily", "defer", "deferred", "proxy", "proxies" ], "license": "MIT", "name": "import-lazy", "repository": { "type": "git", "url": "git+https://github.com/sindresorhus/import-lazy.git" }, "scripts": { "test": "xo && ava && tsd" }, "version": "4.0.0" }