github-pages-deploy-action/node_modules/levn/package.json

47 lines
901 B
JSON
Raw Normal View History

2020-01-28 13:07:56 +08:00
{
2020-03-31 20:57:48 +08:00
"name": "levn",
2020-05-15 05:33:08 +08:00
"version": "0.4.1",
2020-03-31 20:57:48 +08:00
"author": "George Zahariev <z@georgezahariev.com>",
2020-01-28 13:07:56 +08:00
"description": "Light ECMAScript (JavaScript) Value Notation - human written, concise, typed, flexible",
"homepage": "https://github.com/gkz/levn",
"keywords": [
"levn",
"light",
"ecmascript",
"value",
"notation",
"json",
"typed",
"human",
"concise",
"typed",
"flexible"
],
2020-03-31 20:57:48 +08:00
"files": [
"lib",
"README.md",
"LICENSE"
],
2020-03-22 05:13:25 +08:00
"main": "./lib/",
2020-03-31 20:57:48 +08:00
"bugs": "https://github.com/gkz/levn/issues",
"license": "MIT",
"engines": {
"node": ">= 0.8.0"
},
2020-01-28 13:07:56 +08:00
"repository": {
"type": "git",
"url": "git://github.com/gkz/levn.git"
},
"scripts": {
"test": "make test"
},
2020-03-31 20:57:48 +08:00
"dependencies": {
2020-05-15 05:33:08 +08:00
"prelude-ls": "^1.2.1",
"type-check": "~0.4.0"
2020-03-31 20:57:48 +08:00
},
"devDependencies": {
2020-05-15 05:33:08 +08:00
"livescript": "^1.6.0",
"mocha": "^7.1.1"
2020-03-31 20:57:48 +08:00
}
2020-01-28 13:07:56 +08:00
}