@leanup/cli-core-test
Version:
This module contains the test feature for the @leanup/cli.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "@leanup/cli-core-test",
"version": "1.0.140",
"description": "This module contains the test feature for the @leanup/cli.",
"author": "Martin Oppitz <npmjs@martinoppitz.com>",
"homepage": "https://leanupjs.org",
"keywords": [
"mocha",
"jsdom",
"nyc",
"chai",
"coverage",
"sinon",
"mock",
"unit-test",
"test",
"cli"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/leanupjs/leanup.git"
},
"bugs": {
"url": "https://github.com/leanupjs/leanup/issues"
},
"dependencies": {
"@babel/register": "7.15.3",
"@types/chai": "4.2.21",
"@types/mocha": "8.2.3",
"@types/sinon": "10.0.2",
"babel-plugin-istanbul": "6.0.0",
"chai": "4.3.4",
"cross-env": "7.0.3",
"esm": "3.2.25",
"jsdom": "16.7.0",
"jsdom-global": "3.0.2",
"mocha": "8.4.0",
"mock-local-storage": "1.1.17",
"nyc": "15.1.0",
"sinon": "11.1.2"
},
"engines": {
"node": ">=14 <15",
"npm": ">=6 <7"
},
"gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
}