Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[6a3a178] | 1 | {
|
---|
| 2 | "name": "istanbul-lib-instrument",
|
---|
| 3 | "version": "4.0.3",
|
---|
| 4 | "description": "Core istanbul API for JS code coverage",
|
---|
| 5 | "author": "Krishnan Anantheswaran <kananthmail-github@yahoo.com>",
|
---|
| 6 | "main": "dist/index.js",
|
---|
| 7 | "files": [
|
---|
| 8 | "dist"
|
---|
| 9 | ],
|
---|
| 10 | "scripts": {
|
---|
| 11 | "release": "babel src --out-dir dist && documentation build -f md -o api.md src",
|
---|
| 12 | "test": "nyc --nycrc-path=../../monorepo-per-package-nycrc.json --require=@babel/register --include=src mocha",
|
---|
| 13 | "prepublish": "npm run release"
|
---|
| 14 | },
|
---|
| 15 | "dependencies": {
|
---|
| 16 | "@babel/core": "^7.7.5",
|
---|
| 17 | "@istanbuljs/schema": "^0.1.2",
|
---|
| 18 | "istanbul-lib-coverage": "^3.0.0",
|
---|
| 19 | "semver": "^6.3.0"
|
---|
| 20 | },
|
---|
| 21 | "devDependencies": {
|
---|
| 22 | "@babel/cli": "^7.7.5",
|
---|
| 23 | "@babel/plugin-transform-modules-commonjs": "^7.7.5",
|
---|
| 24 | "@babel/register": "^7.7.4",
|
---|
| 25 | "chai": "^4.2.0",
|
---|
| 26 | "clone": "^2.1.2",
|
---|
| 27 | "debug": "^4.1.1",
|
---|
| 28 | "documentation": "^12.1.4",
|
---|
| 29 | "js-yaml": "^3.13.1",
|
---|
| 30 | "mocha": "^6.2.2",
|
---|
| 31 | "nopt": "^4.0.1",
|
---|
| 32 | "nyc": "^15.0.0-beta.2"
|
---|
| 33 | },
|
---|
| 34 | "license": "BSD-3-Clause",
|
---|
| 35 | "bugs": {
|
---|
| 36 | "url": "https://github.com/istanbuljs/istanbuljs/issues"
|
---|
| 37 | },
|
---|
| 38 | "homepage": "https://istanbul.js.org/",
|
---|
| 39 | "repository": {
|
---|
| 40 | "type": "git",
|
---|
| 41 | "url": "git+ssh://git@github.com/istanbuljs/istanbuljs.git",
|
---|
| 42 | "directory": "packages/istanbul-lib-instrument"
|
---|
| 43 | },
|
---|
| 44 | "keywords": [
|
---|
| 45 | "coverage",
|
---|
| 46 | "istanbul",
|
---|
| 47 | "js",
|
---|
| 48 | "instrumentation"
|
---|
| 49 | ],
|
---|
| 50 | "engines": {
|
---|
| 51 | "node": ">=8"
|
---|
| 52 | },
|
---|
| 53 | "gitHead": "2c6f0e24680d050503d404de0ebff53467fefbff"
|
---|
| 54 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.