source: trip-planner-front/node_modules/istanbul-lib-coverage/package.json@ 6c1585f

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

initial commit

  • Property mode set to 100644
File size: 1.2 KB
Line 
1{
2 "name": "istanbul-lib-coverage",
3 "version": "3.0.0",
4 "description": "Data library for istanbul coverage objects",
5 "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
6 "main": "index.js",
7 "files": [
8 "lib",
9 "index.js"
10 ],
11 "scripts": {
12 "test": "nyc --nycrc-path=../../monorepo-per-package-full.js mocha"
13 },
14 "devDependencies": {
15 "chai": "^4.2.0",
16 "mocha": "^6.2.2",
17 "nyc": "^15.0.0-beta.2"
18 },
19 "karmaDeps": {
20 "browserify-istanbul": "^0.2.1",
21 "karma": "^0.13.10",
22 "karma-browserify": "^4.2.1",
23 "karma-chrome-launcher": "^0.2.0",
24 "karma-coverage": "^0.4.2",
25 "karma-mocha": "^0.2.0",
26 "karma-phantomjs-launcher": "^0.2.0",
27 "phantomjs": "^1.9.17"
28 },
29 "repository": {
30 "type": "git",
31 "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
32 "directory": "packages/istanbul-lib-coverage"
33 },
34 "keywords": [
35 "istanbul",
36 "coverage",
37 "data"
38 ],
39 "license": "BSD-3-Clause",
40 "bugs": {
41 "url": "https://github.com/istanbuljs/istanbuljs/issues"
42 },
43 "homepage": "https://istanbul.js.org/",
44 "engines": {
45 "node": ">=8"
46 },
47 "gitHead": "5319df684b508ff6fb19fe8b9a6147a3c5924e4b"
48}
Note: See TracBrowser for help on using the repository browser.