1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "define-lazy-prop@2.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "define-lazy-prop@2.0.0",
|
---|
10 | "_id": "define-lazy-prop@2.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==",
|
---|
13 | "_location": "/define-lazy-prop",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "define-lazy-prop@2.0.0",
|
---|
19 | "name": "define-lazy-prop",
|
---|
20 | "escapedName": "define-lazy-prop",
|
---|
21 | "rawSpec": "2.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "2.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/open"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz",
|
---|
29 | "_spec": "2.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Sindre Sorhus",
|
---|
33 | "email": "sindresorhus@gmail.com",
|
---|
34 | "url": "sindresorhus.com"
|
---|
35 | },
|
---|
36 | "bugs": {
|
---|
37 | "url": "https://github.com/sindresorhus/define-lazy-prop/issues"
|
---|
38 | },
|
---|
39 | "description": "Define a lazily evaluated property on an object",
|
---|
40 | "devDependencies": {
|
---|
41 | "ava": "^1.4.1",
|
---|
42 | "tsd": "^0.7.2",
|
---|
43 | "xo": "^0.24.0"
|
---|
44 | },
|
---|
45 | "engines": {
|
---|
46 | "node": ">=8"
|
---|
47 | },
|
---|
48 | "files": [
|
---|
49 | "index.js",
|
---|
50 | "index.d.ts"
|
---|
51 | ],
|
---|
52 | "homepage": "https://github.com/sindresorhus/define-lazy-prop#readme",
|
---|
53 | "keywords": [
|
---|
54 | "lazy",
|
---|
55 | "property",
|
---|
56 | "properties",
|
---|
57 | "prop",
|
---|
58 | "define",
|
---|
59 | "object",
|
---|
60 | "value",
|
---|
61 | "lazily",
|
---|
62 | "laziness",
|
---|
63 | "evaluation",
|
---|
64 | "eval",
|
---|
65 | "execute",
|
---|
66 | "getter",
|
---|
67 | "function",
|
---|
68 | "fn",
|
---|
69 | "memoize",
|
---|
70 | "cache",
|
---|
71 | "defer",
|
---|
72 | "deferred"
|
---|
73 | ],
|
---|
74 | "license": "MIT",
|
---|
75 | "name": "define-lazy-prop",
|
---|
76 | "repository": {
|
---|
77 | "type": "git",
|
---|
78 | "url": "git+https://github.com/sindresorhus/define-lazy-prop.git"
|
---|
79 | },
|
---|
80 | "scripts": {
|
---|
81 | "test": "xo && ava && tsd"
|
---|
82 | },
|
---|
83 | "version": "2.0.0"
|
---|
84 | }
|
---|