source: trip-planner-front/node_modules/istanbul-reports/package.json@ 188ee53

Last change on this file since 188ee53 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 1.5 KB
Line 
1{
2 "name": "istanbul-reports",
3 "version": "3.0.3",
4 "description": "istanbul reports",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "files": [
8 "index.js",
9 "lib"
10 ],
11 "scripts": {
12 "test": "nyc mocha --recursive",
13 "prepare": "webpack --config lib/html-spa/webpack.config.js --mode production",
14 "prepare:watch": "webpack --config lib/html-spa/webpack.config.js --watch --mode development"
15 },
16 "dependencies": {
17 "html-escaper": "^2.0.0",
18 "istanbul-lib-report": "^3.0.0"
19 },
20 "devDependencies": {
21 "@babel/core": "^7.7.5",
22 "@babel/preset-env": "^7.7.5",
23 "@babel/preset-react": "^7.7.4",
24 "babel-loader": "^8.0.6",
25 "chai": "^4.2.0",
26 "is-windows": "^1.0.2",
27 "istanbul-lib-coverage": "^3.0.0",
28 "mocha": "^6.2.2",
29 "nyc": "^15.0.0-beta.2",
30 "react": "^16.12.0",
31 "react-dom": "^16.12.0",
32 "webpack": "^4.41.2",
33 "webpack-cli": "^3.3.10"
34 },
35 "license": "BSD-3-Clause",
36 "repository": {
37 "type": "git",
38 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
39 "directory": "packages/istanbul-reports"
40 },
41 "keywords": [
42 "istanbul",
43 "reports"
44 ],
45 "bugs": {
46 "url": "https://github.com/istanbuljs/istanbuljs/issues"
47 },
48 "homepage": "https://istanbul.js.org/",
49 "nyc": {
50 "exclude": [
51 "lib/html/assets/**",
52 "lib/html-spa/assets/**",
53 "lib/html-spa/rollup.config.js",
54 "test/**"
55 ]
56 },
57 "engines": {
58 "node": ">=8"
59 }
60}
Note: See TracBrowser for help on using the repository browser.