source: trip-planner-front/node_modules/define-lazy-prop/package.json@ ceaed42

Last change on this file since ceaed42 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 755 bytes
Line 
1{
2 "name": "define-lazy-prop",
3 "version": "2.0.0",
4 "description": "Define a lazily evaluated property on an object",
5 "license": "MIT",
6 "repository": "sindresorhus/define-lazy-prop",
7 "author": {
8 "name": "Sindre Sorhus",
9 "email": "sindresorhus@gmail.com",
10 "url": "sindresorhus.com"
11 },
12 "engines": {
13 "node": ">=8"
14 },
15 "scripts": {
16 "test": "xo && ava && tsd"
17 },
18 "files": [
19 "index.js",
20 "index.d.ts"
21 ],
22 "keywords": [
23 "lazy",
24 "property",
25 "properties",
26 "prop",
27 "define",
28 "object",
29 "value",
30 "lazily",
31 "laziness",
32 "evaluation",
33 "eval",
34 "execute",
35 "getter",
36 "function",
37 "fn",
38 "memoize",
39 "cache",
40 "defer",
41 "deferred"
42 ],
43 "devDependencies": {
44 "ava": "^1.4.1",
45 "tsd": "^0.7.2",
46 "xo": "^0.24.0"
47 }
48}
Note: See TracBrowser for help on using the repository browser.