You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
3.1 KiB
103 lines
3.1 KiB
{
|
|
"_args": [
|
|
[
|
|
"@jsdevtools/coverage-istanbul-loader@3.0.5",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
|
"_id": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-EUCPEkaRPvmHjWAAZkWMT7JDzpw7FKB00WTISaiXsbNOd5hCHg77XLA8sLYLFDo1zepYLo2w7GstN8YBqRXZfA==",
|
|
"_location": "/@jsdevtools/coverage-istanbul-loader",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@jsdevtools/coverage-istanbul-loader@3.0.5",
|
|
"name": "@jsdevtools/coverage-istanbul-loader",
|
|
"escapedName": "@jsdevtools%2fcoverage-istanbul-loader",
|
|
"scope": "@jsdevtools",
|
|
"rawSpec": "3.0.5",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.0.5"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular-devkit/build-angular"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@jsdevtools/coverage-istanbul-loader/-/coverage-istanbul-loader-3.0.5.tgz",
|
|
"_spec": "3.0.5",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"author": {
|
|
"name": "James Messinger",
|
|
"url": "https://jamesmessinger.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/JS-DevTools/coverage-istanbul-loader/issues"
|
|
},
|
|
"dependencies": {
|
|
"convert-source-map": "^1.7.0",
|
|
"istanbul-lib-instrument": "^4.0.3",
|
|
"loader-utils": "^2.0.0",
|
|
"merge-source-map": "^1.1.0",
|
|
"schema-utils": "^2.7.0"
|
|
},
|
|
"description": "A Webpack loader that uses Istanbul to add code coverage instrumentation",
|
|
"devDependencies": {
|
|
"@jsdevtools/eslint-config": "^1.0.3",
|
|
"@jsdevtools/version-bump-prompt": "^6.0.5",
|
|
"@types/convert-source-map": "^1.5.1",
|
|
"@types/istanbul-lib-instrument": "^1.7.4",
|
|
"@types/json-schema": "^7.0.5",
|
|
"@types/loader-utils": "^2.0.1",
|
|
"@types/node": "^14.0.23",
|
|
"@types/webpack": "^4.41.21",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.4.0",
|
|
"mocha": "^8.0.1",
|
|
"npm-check": "^5.9.2",
|
|
"nyc": "^15.1.0",
|
|
"shx": "^0.3.2",
|
|
"typescript": "^3.9.6",
|
|
"webpack": "^4.43.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://jstools.dev/coverage-istanbul-loader",
|
|
"keywords": [
|
|
"webpack-loader",
|
|
"webpack",
|
|
"loader",
|
|
"istanbul",
|
|
"coverage",
|
|
"code coverage",
|
|
"instrumentation",
|
|
"instrumenter",
|
|
"sourcemap",
|
|
"source-map",
|
|
"sourcemaps",
|
|
"source-maps"
|
|
],
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "@jsdevtools/coverage-istanbul-loader",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/JS-DevTools/coverage-istanbul-loader.git"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"bump": "bump --tag --push --all",
|
|
"clean": "shx rm -rf .nyc_output coverage lib",
|
|
"coverage": "nyc node_modules/mocha/bin/mocha",
|
|
"lint": "eslint src test/specs test/utils",
|
|
"release": "npm run upgrade && npm run clean && npm run build && npm test && npm run bump",
|
|
"test": "mocha && npm run lint",
|
|
"upgrade": "npm-check -u && npm audit fix",
|
|
"watch": "tsc --watch"
|
|
},
|
|
"types": "lib/index.d.ts",
|
|
"version": "3.0.5"
|
|
}
|