1 | {
|
2 | "name": "@leanup/cli-core-test",
|
3 | "version": "1.0.144",
|
4 | "description": "This module contains the test feature for the @leanup/cli.",
|
5 | "author": "Martin Oppitz <npmjs@martinoppitz.com>",
|
6 | "homepage": "https://leanupjs.org",
|
7 | "keywords": [
|
8 | "mocha",
|
9 | "jsdom",
|
10 | "nyc",
|
11 | "chai",
|
12 | "coverage",
|
13 | "sinon",
|
14 | "mock",
|
15 | "unit-test",
|
16 | "test",
|
17 | "cli"
|
18 | ],
|
19 | "license": "Apache-2.0",
|
20 | "repository": {
|
21 | "type": "git",
|
22 | "url": "git+https://github.com/leanupjs/leanup.git"
|
23 | },
|
24 | "bugs": {
|
25 | "url": "https://github.com/leanupjs/leanup/issues"
|
26 | },
|
27 | "dependencies": {
|
28 | "@babel/register": "7.15.3",
|
29 | "@types/chai": "4.2.21",
|
30 | "@types/mocha": "8.2.3",
|
31 | "@types/sinon": "10.0.2",
|
32 | "babel-plugin-istanbul": "6.0.0",
|
33 | "chai": "4.3.4",
|
34 | "cross-env": "7.0.3",
|
35 | "esm": "3.2.25",
|
36 | "jsdom": "16.7.0",
|
37 | "jsdom-global": "3.0.2",
|
38 | "mocha": "8.4.0",
|
39 | "mock-local-storage": "1.1.17",
|
40 | "nyc": "15.1.0",
|
41 | "sinon": "11.1.2"
|
42 | },
|
43 | "engines": {
|
44 | "node": ">=14 <15",
|
45 | "npm": ">=6 <7"
|
46 | },
|
47 | "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
|
48 | }
|