preact-material-components
Version:
preact wrapper for "Material Components for the web"
64 lines (63 loc) • 1.46 kB
JSON
{
"_args": [
[
"thunky@1.0.2",
"/Users/prateekbh/projects/preact-material-components/docs"
]
],
"_from": "thunky@1.0.2",
"_id": "thunky@1.0.2",
"_inBundle": false,
"_integrity": "sha1-qGLgGOP7HqLsP85dVWBc9X8kc3E=",
"_location": "/thunky",
"_phantomChildren": {},
"_requested": {
"type": "version",
"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.2.tgz",
"_spec": "1.0.2",
"_where": "/Users/prateekbh/projects/preact-material-components/docs",
"author": {
"name": "Mathias Buus Madsen",
"email": "mathiasbuus@gmail.com"
},
"bugs": {
"url": "https://github.com/mafintosh/thunky/issues"
},
"description": "delay the evaluation of a paramless async function and cache the result",
"devDependencies": {
"standard": "^7.1.2",
"tape": "^4.6.0"
},
"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.2"
}