Changeset 59329aa for trip-planner-front/node_modules/@jsdevtools
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@jsdevtools/coverage-istanbul-loader/package.json
rceaed42 r59329aa 1 1 { 2 "name": "@jsdevtools/coverage-istanbul-loader", 3 "version": "3.0.5", 4 "description": "A Webpack loader that uses Istanbul to add code coverage instrumentation", 5 "keywords": [ 6 "webpack-loader", 7 "webpack", 8 "loader", 9 "istanbul", 10 "coverage", 11 "code coverage", 12 "instrumentation", 13 "instrumenter", 14 "sourcemap", 15 "source-map", 16 "sourcemaps", 17 "source-maps" 2 "_args": [ 3 [ 4 "@jsdevtools/coverage-istanbul-loader@3.0.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 18 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", 19 32 "author": { 20 33 "name": "James Messinger", 21 34 "url": "https://jamesmessinger.com" 22 35 }, 23 "license": "MIT", 24 "homepage": "https://jstools.dev/coverage-istanbul-loader", 25 "repository": { 26 "type": "git", 27 "url": "https://github.com/JS-DevTools/coverage-istanbul-loader.git" 28 }, 29 "main": "lib/index.js", 30 "types": "lib/index.d.ts", 31 "files": [ 32 "lib" 33 ], 34 "scripts": { 35 "clean": "shx rm -rf .nyc_output coverage lib", 36 "lint": "eslint src test/specs test/utils", 37 "build": "tsc", 38 "watch": "tsc --watch", 39 "test": "mocha && npm run lint", 40 "coverage": "nyc node_modules/mocha/bin/mocha", 41 "upgrade": "npm-check -u && npm audit fix", 42 "bump": "bump --tag --push --all", 43 "release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump" 36 "bugs": { 37 "url": "https://github.com/JS-DevTools/coverage-istanbul-loader/issues" 44 38 }, 45 39 "dependencies": { … … 50 44 "schema-utils": "^2.7.0" 51 45 }, 46 "description": "A Webpack loader that uses Istanbul to add code coverage instrumentation", 52 47 "devDependencies": { 53 48 "@jsdevtools/eslint-config": "^1.0.3", … … 67 62 "typescript": "^3.9.6", 68 63 "webpack": "^4.43.0" 69 } 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" 70 103 }
Note:
See TracChangeset
for help on using the changeset viewer.