|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
1.0 KB
|
| Rev | Line | |
|---|
| [9af201e] | 1 | {
|
|---|
| 2 | "name": "@bcoe/v8-coverage",
|
|---|
| 3 | "version": "0.2.3",
|
|---|
| 4 | "description": "Helper functions for V8 coverage files.",
|
|---|
| 5 | "author": "Charles Samborski <demurgos@demurgos.net> (https://demurgos.net)",
|
|---|
| 6 | "license": "MIT",
|
|---|
| 7 | "main": "index",
|
|---|
| 8 | "types": "index.d.ts",
|
|---|
| 9 | "repository": {
|
|---|
| 10 | "type": "git",
|
|---|
| 11 | "url": "git://github.com/demurgos/v8-coverage.git"
|
|---|
| 12 | },
|
|---|
| 13 | "homepage": "https://demurgos.github.io/v8-coverage",
|
|---|
| 14 | "devDependencies": {
|
|---|
| 15 | "@types/chai": "^4.1.4",
|
|---|
| 16 | "@types/gulp": "^4.0.5",
|
|---|
| 17 | "@types/minimist": "^1.2.0",
|
|---|
| 18 | "@types/mocha": "^5.2.2",
|
|---|
| 19 | "@types/node": "^10.5.4",
|
|---|
| 20 | "chai": "^4.1.2",
|
|---|
| 21 | "codecov": "^3.0.2",
|
|---|
| 22 | "gulp": "^4.0.0",
|
|---|
| 23 | "gulp-cli": "^2.0.1",
|
|---|
| 24 | "minimist": "^1.2.0",
|
|---|
| 25 | "pre-commit": "^1.2.2",
|
|---|
| 26 | "ts-node": "^8.3.0",
|
|---|
| 27 | "turbo-gulp": "^0.20.1"
|
|---|
| 28 | },
|
|---|
| 29 | "nyc": {
|
|---|
| 30 | "include": [
|
|---|
| 31 | "build/test/lib/**/*.js",
|
|---|
| 32 | "build/test/lib/**/*.mjs"
|
|---|
| 33 | ],
|
|---|
| 34 | "reporter": [
|
|---|
| 35 | "text",
|
|---|
| 36 | "html"
|
|---|
| 37 | ],
|
|---|
| 38 | "extension": [
|
|---|
| 39 | ".mjs"
|
|---|
| 40 | ]
|
|---|
| 41 | },
|
|---|
| 42 | "gitHead": "529387e2bd3e0ba0b9336d80ec563aee593331e1",
|
|---|
| 43 | "private": false
|
|---|
| 44 | } |
|---|
Note:
See
TracBrowser
for help on using the repository browser.