Changeset 59329aa for trip-planner-front/node_modules/thunky/package.json
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/thunky/package.json
rceaed42 r59329aa 1 1 { 2 "name": "thunky", 3 "version": "1.1.0", 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 }, 4 38 "description": "delay the evaluation of a paramless async function and cache the result", 5 "main": "index.js",6 39 "devDependencies": { 7 40 "standard": "^12.0.1", 8 41 "tape": "^4.9.1" 9 42 }, 10 "repository": { 11 "type": "git", 12 "url": "git://github.com/mafintosh/thunky.git" 13 }, 14 "scripts": { 15 "test": "standard && tape test.js" 16 }, 43 "homepage": "https://github.com/mafintosh/thunky#readme", 17 44 "keywords": [ 18 45 "memo", … … 24 51 "cache" 25 52 ], 26 "author": "Mathias Buus Madsen <mathiasbuus@gmail.com>", 27 "bugs": { 28 "url": "https://github.com/mafintosh/thunky/issues" 53 "license": "MIT", 54 "main": "index.js", 55 "name": "thunky", 56 "repository": { 57 "type": "git", 58 "url": "git://github.com/mafintosh/thunky.git" 29 59 }, 30 "homepage": "https://github.com/mafintosh/thunky#readme", 31 "license": "MIT" 60 "scripts": { 61 "test": "standard && tape test.js" 62 }, 63 "version": "1.1.0" 32 64 }
Note:
See TracChangeset
for help on using the changeset viewer.