UNPKG

1.11 kBJSONView Raw
1{
2 "name": "@leanup/cli-core-test",
3 "version": "1.0.122",
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.13.14",
29 "@types/chai": "4.2.16",
30 "@types/mocha": "8.2.2",
31 "@types/sinon": "9.0.11",
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.5.3",
37 "jsdom-global": "3.0.2",
38 "mocha": "8.3.2",
39 "mock-local-storage": "1.1.17",
40 "nyc": "15.1.0",
41 "sinon": "9.2.4"
42 },
43 "engines": {
44 "node": ">=14 <15",
45 "npm": ">=6 <7"
46 },
47 "gitHead": "7ef6bd1b528bde36bdbb3bd5c93a558185f1ee26"
48}