source: trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/package.json@ 59329aa

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

adding photos

  • Property mode set to 100644
File size: 3.1 KB
Line 
1{
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"
28 ],
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",
32 "author": {
33 "name": "James Messinger",
34 "url": "https://jamesmessinger.com"
35 },
36 "bugs": {
37 "url": "https://github.com/JS-DevTools/coverage-istanbul-loader/issues"
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 },
46 "description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",
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"
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"
103}
Note: See TracBrowser for help on using the repository browser.