1{ 2 "_from": "import-lazy@^2.1.0", 3 "_id": "import-lazy@2.1.0", 4 "_inBundle": false, 5 "_integrity": "sha1-BWmOPUXIjo1+nZLLBYTnfwlvPkM=", 6 "_location": "/import-lazy", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "import-lazy@^2.1.0", 12 "name": "import-lazy", 13 "escapedName": "import-lazy", 14 "rawSpec": "^2.1.0", 15 "saveSpec": null, 16 "fetchSpec": "^2.1.0" 17 }, 18 "_requiredBy": [ 19 "/update-notifier" 20 ], 21 "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-2.1.0.tgz", 22 "_shasum": "05698e3d45c88e8d7e9d92cb0584e77f096f3e43", 23 "_spec": "import-lazy@^2.1.0", 24 "_where": "/Users/rebecca/code/npm/node_modules/update-notifier", 25 "author": { 26 "name": "Sindre Sorhus", 27 "email": "sindresorhus@gmail.com", 28 "url": "sindresorhus.com" 29 }, 30 "bugs": { 31 "url": "https://github.com/sindresorhus/import-lazy/issues" 32 }, 33 "bundleDependencies": false, 34 "contributors": [ 35 { 36 "name": "Jorge Bucaran", 37 "email": "jbucaran@me.com" 38 } 39 ], 40 "deprecated": false, 41 "description": "Import modules lazily", 42 "devDependencies": { 43 "ava": "*", 44 "xo": "*" 45 }, 46 "engines": { 47 "node": ">=4" 48 }, 49 "files": [ 50 "index.js" 51 ], 52 "homepage": "https://github.com/sindresorhus/import-lazy#readme", 53 "keywords": [ 54 "import", 55 "require", 56 "load", 57 "module", 58 "modules", 59 "lazy", 60 "lazily", 61 "defer", 62 "deferred", 63 "proxy", 64 "proxies" 65 ], 66 "license": "MIT", 67 "name": "import-lazy", 68 "repository": { 69 "type": "git", 70 "url": "git+https://github.com/sindresorhus/import-lazy.git" 71 }, 72 "scripts": { 73 "test": "xo && ava" 74 }, 75 "version": "2.1.0" 76} 77