react-monaco-editor
Version:
Monaco Editor for React
33 lines (32 loc) • 708 B
JSON
{
"name": "thunky",
"version": "1.0.2",
"description": "delay the evaluation of a paramless async function and cache the result",
"main": "index.js",
"devDependencies": {
"standard": "^7.1.2",
"tape": "^4.6.0"
},
"repository": {
"type": "git",
"url": "git://github.com/mafintosh/thunky.git"
},
"scripts": {
"test": "standard && tape test.js"
},
"keywords": [
"memo",
"thunk",
"async",
"lazy",
"control",
"flow",
"cache"
],
"author": "Mathias Buus Madsen <mathiasbuus@gmail.com>",
"bugs": {
"url": "https://github.com/mafintosh/thunky/issues"
},
"homepage": "https://github.com/mafintosh/thunky#readme",
"license": "MIT"
}