lazy-eval
Version:
Library to do lazy evaluation with Typescript
36 lines (35 loc) • 805 B
JSON
{
"name": "lazy-eval",
"version": "1.0.5",
"description": "Library to do lazy evaluation with Typescript",
"main": "lib/lazy",
"typings": "./lib/lazy",
"repository": {
"type": "git",
"url": "git+https://github.com/AgustinCB/lazy-eval.git"
},
"bugs": {
"url": "https://github.com/AgustinCB/lazy-eval/issues"
},
"homepage": "https://github.com/AgustinCB/lazy-eval#readme",
"scripts": {
"build": "tsc",
"lint": "tslint -c tslint.json 'src/**/*.ts'",
"test": "ava --timeout 30000 test"
},
"keywords": [
"lazy",
"evaluation",
"typescript"
],
"author": "AgustinCB",
"license": "GPL-2.0",
"devDependencies": {
"ava": "^0.21.0",
"typescript": "2.3.4",
"tslint": "^5.5.0"
},
"dependencies": {
"@types/node": "^8.0.13"
}
}