[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
---|
| 10 | "_id": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-EUCPEkaRPvmHjWAAZkWMT7JDzpw7FKB00WTISaiXsbNOd5hCHg77XLA8sLYLFDo1zepYLo2w7GstN8YBqRXZfA==",
|
---|
| 13 | "_location": "/@jsdevtools/coverage-istanbul-loader",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
---|
| 19 | "name": "@jsdevtools/coverage-istanbul-loader",
|
---|
| 20 | "escapedName": "@jsdevtools%2fcoverage-istanbul-loader",
|
---|
| 21 | "scope": "@jsdevtools",
|
---|
| 22 | "rawSpec": "3.0.5",
|
---|
| 23 | "saveSpec": null,
|
---|
| 24 | "fetchSpec": "3.0.5"
|
---|
| 25 | },
|
---|
| 26 | "_requiredBy": [
|
---|
| 27 | "/@angular-devkit/build-angular"
|
---|
[6a3a178] | 28 | ],
|
---|
[59329aa] | 29 | "_resolved": "https://registry.npmjs.org/@jsdevtools/coverage-istanbul-loader/-/coverage-istanbul-loader-3.0.5.tgz",
|
---|
| 30 | "_spec": "3.0.5",
|
---|
| 31 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 32 | "author": {
|
---|
| 33 | "name": "James Messinger",
|
---|
| 34 | "url": "https://jamesmessinger.com"
|
---|
| 35 | },
|
---|
[59329aa] | 36 | "bugs": {
|
---|
| 37 | "url": "https://github.com/JS-DevTools/coverage-istanbul-loader/issues"
|
---|
[6a3a178] | 38 | },
|
---|
| 39 | "dependencies": {
|
---|
| 40 | "convert-source-map": "^1.7.0",
|
---|
| 41 | "istanbul-lib-instrument": "^4.0.3",
|
---|
| 42 | "loader-utils": "^2.0.0",
|
---|
| 43 | "merge-source-map": "^1.1.0",
|
---|
| 44 | "schema-utils": "^2.7.0"
|
---|
| 45 | },
|
---|
[59329aa] | 46 | "description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",
|
---|
[6a3a178] | 47 | "devDependencies": {
|
---|
| 48 | "@jsdevtools/eslint-config": "^1.0.3",
|
---|
| 49 | "@jsdevtools/version-bump-prompt": "^6.0.5",
|
---|
| 50 | "@types/convert-source-map": "^1.5.1",
|
---|
| 51 | "@types/istanbul-lib-instrument": "^1.7.4",
|
---|
| 52 | "@types/json-schema": "^7.0.5",
|
---|
| 53 | "@types/loader-utils": "^2.0.1",
|
---|
| 54 | "@types/node": "^14.0.23",
|
---|
| 55 | "@types/webpack": "^4.41.21",
|
---|
| 56 | "chai": "^4.2.0",
|
---|
| 57 | "eslint": "^7.4.0",
|
---|
| 58 | "mocha": "^8.0.1",
|
---|
| 59 | "npm-check": "^5.9.2",
|
---|
| 60 | "nyc": "^15.1.0",
|
---|
| 61 | "shx": "^0.3.2",
|
---|
| 62 | "typescript": "^3.9.6",
|
---|
| 63 | "webpack": "^4.43.0"
|
---|
[59329aa] | 64 | },
|
---|
| 65 | "files": [
|
---|
| 66 | "lib"
|
---|
| 67 | ],
|
---|
| 68 | "homepage": "https://jstools.dev/coverage-istanbul-loader",
|
---|
| 69 | "keywords": [
|
---|
| 70 | "webpack-loader",
|
---|
| 71 | "webpack",
|
---|
| 72 | "loader",
|
---|
| 73 | "istanbul",
|
---|
| 74 | "coverage",
|
---|
| 75 | "code coverage",
|
---|
| 76 | "instrumentation",
|
---|
| 77 | "instrumenter",
|
---|
| 78 | "sourcemap",
|
---|
| 79 | "source-map",
|
---|
| 80 | "sourcemaps",
|
---|
| 81 | "source-maps"
|
---|
| 82 | ],
|
---|
| 83 | "license": "MIT",
|
---|
| 84 | "main": "lib/index.js",
|
---|
| 85 | "name": "@jsdevtools/coverage-istanbul-loader",
|
---|
| 86 | "repository": {
|
---|
| 87 | "type": "git",
|
---|
| 88 | "url": "git+https://github.com/JS-DevTools/coverage-istanbul-loader.git"
|
---|
| 89 | },
|
---|
| 90 | "scripts": {
|
---|
| 91 | "build": "tsc",
|
---|
| 92 | "bump": "bump --tag --push --all",
|
---|
| 93 | "clean": "shx rm -rf .nyc_output coverage lib",
|
---|
| 94 | "coverage": "nyc node_modules/mocha/bin/mocha",
|
---|
| 95 | "lint": "eslint src test/specs test/utils",
|
---|
| 96 | "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump",
|
---|
| 97 | "test": "mocha && npm run lint",
|
---|
| 98 | "upgrade": "npm-check -u && npm audit fix",
|
---|
| 99 | "watch": "tsc --watch"
|
---|
| 100 | },
|
---|
| 101 | "types": "lib/index.d.ts",
|
---|
| 102 | "version": "3.0.5"
|
---|
[6a3a178] | 103 | }
|
---|