source: trip-planner-front/node_modules/thunky/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 709 bytes
Line 
1{
2 "name": "thunky",
3 "version": "1.1.0",
4 "description": "delay the evaluation of a paramless async function and cache the result",
5 "main": "index.js",
6 "devDependencies": {
7 "standard": "^12.0.1",
8 "tape": "^4.9.1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/mafintosh/thunky.git"
13 },
14 "scripts": {
15 "test": "standard && tape test.js"
16 },
17 "keywords": [
18 "memo",
19 "thunk",
20 "async",
21 "lazy",
22 "control",
23 "flow",
24 "cache"
25 ],
26 "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
27 "bugs": {
28 "url": "https://github.com/mafintosh/thunky/issues"
29 },
30 "homepage": "https://github.com/mafintosh/thunky#readme",
31 "license": "MIT"
32}
Note: See TracBrowser for help on using the repository browser.