blob: 580da90e1c0b7b7c4d0a9ba8dc0769241012892f [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "import-lazy@^3.1.0",
3 "_id": "import-lazy@3.1.0",
4 "_inBundle": false,
5 "_integrity": "sha512-8/gvXvX2JMn0F+CDlSC4l6kOmVaLOO3XLkksI7CI3Ud95KDYJuYur2b9P/PUt/i/pDAMd/DulQsNbbbmRRsDIQ==",
6 "_location": "/import-lazy",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "import-lazy@^3.1.0",
12 "name": "import-lazy",
13 "escapedName": "import-lazy",
14 "rawSpec": "^3.1.0",
15 "saveSpec": null,
16 "fetchSpec": "^3.1.0"
17 },
18 "_requiredBy": [
19 "/bin-wrapper"
20 ],
21 "_resolved": "https://registry.npmjs.org/import-lazy/-/import-lazy-3.1.0.tgz",
22 "_shasum": "891279202c8a2280fdbd6674dbd8da1a1dfc67cc",
23 "_spec": "import-lazy@^3.1.0",
24 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\bin-wrapper",
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 "deprecated": false,
35 "description": "Import a module lazily",
36 "devDependencies": {
37 "ava": "*",
38 "xo": "*"
39 },
40 "engines": {
41 "node": ">=6"
42 },
43 "files": [
44 "index.js"
45 ],
46 "homepage": "https://github.com/sindresorhus/import-lazy#readme",
47 "keywords": [
48 "import",
49 "require",
50 "load",
51 "module",
52 "modules",
53 "lazy",
54 "lazily",
55 "defer",
56 "deferred",
57 "proxy",
58 "proxies"
59 ],
60 "license": "MIT",
61 "name": "import-lazy",
62 "repository": {
63 "type": "git",
64 "url": "git+https://github.com/sindresorhus/import-lazy.git"
65 },
66 "scripts": {
67 "test": "xo && ava"
68 },
69 "version": "3.1.0"
70}