This repository has been archived on 2024-07-27. You can view files and clone it, but cannot push or open issues or pull requests.
keksAccountGUI/node_modulesOLD/thunky/package.json

61 lines
1.5 KiB
JSON
Raw Normal View History

2019-08-11 18:48:02 +00:00
{
"_from": "thunky@^1.0.2",
"_id": "thunky@1.0.3",
"_inBundle": false,
"_integrity": "sha512-YwT8pjmNcAXBZqrubu22P4FYsh2D4dxRmnWBOL8Jk8bUcRUtc5326kx32tuTmFDAZtLOGEVNl8POAR8j896Iow==",
"_location": "/thunky",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "thunky@^1.0.2",
"name": "thunky",
"escapedName": "thunky",
"rawSpec": "^1.0.2",
"saveSpec": null,
"fetchSpec": "^1.0.2"
},
"_requiredBy": [
"/multicast-dns"
],
"_resolved": "https://registry.npmjs.org/thunky/-/thunky-1.0.3.tgz",
"_shasum": "f5df732453407b09191dae73e2a8cc73f381a826",
"_spec": "thunky@^1.0.2",
"_where": "/home/soeren/dev/keksaccountgui/node_modules/multicast-dns",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/thunky/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "delay the evaluation of a paramless async function and cache the result",
"devDependencies": {
"standard": "^12.0.1",
"tape": "^4.9.1"
},
"homepage": "https://github.com/mafintosh/thunky#readme",
"keywords": [
"memo",
"thunk",
"async",
"lazy",
"control",
"flow",
"cache"
],
"license": "MIT",
"main": "index.js",
"name": "thunky",
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/thunky.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"version": "1.0.3"
}