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

Last change on this file since e29cc2e was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "_args": [
3 [
4 "thunky@1.1.0",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "thunky@1.1.0",
10 "_id": "thunky@1.1.0",
11 "_inBundle": false,
12 "_integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==",
13 "_location": "/thunky",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "thunky@1.1.0",
19 "name": "thunky",
20 "escapedName": "thunky",
21 "rawSpec": "1.1.0",
22 "saveSpec": null,
23 "fetchSpec": "1.1.0"
24 },
25 "_requiredBy": [
26 "/multicast-dns"
27 ],
28 "_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz",
29 "_spec": "1.1.0",
30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
31 "author": {
32 "name": "Mathias Buus Madsen",
33 "email": "mathiasbuus@gmail.com"
34 },
35 "bugs": {
36 "url": "https://github.com/mafintosh/thunky/issues"
37 },
38 "description": "delay the evaluation of a paramless async function and cache the result",
39 "devDependencies": {
40 "standard": "^12.0.1",
41 "tape": "^4.9.1"
42 },
43 "homepage": "https://github.com/mafintosh/thunky#readme",
44 "keywords": [
45 "memo",
46 "thunk",
47 "async",
48 "lazy",
49 "control",
50 "flow",
51 "cache"
52 ],
53 "license": "MIT",
54 "main": "index.js",
55 "name": "thunky",
56 "repository": {
57 "type": "git",
58 "url": "git://github.com/mafintosh/thunky.git"
59 },
60 "scripts": {
61 "test": "standard && tape test.js"
62 },
63 "version": "1.1.0"
64}
Note: See TracBrowser for help on using the repository browser.