projecte_ionic/node_modules/karma-source-map-support/package.json
2022-02-09 18:30:03 +01:00

68 lines
1.9 KiB
JSON
Executable file

{
"_from": "karma-source-map-support@1.4.0",
"_id": "karma-source-map-support@1.4.0",
"_inBundle": false,
"_integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==",
"_location": "/karma-source-map-support",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "karma-source-map-support@1.4.0",
"name": "karma-source-map-support",
"escapedName": "karma-source-map-support",
"rawSpec": "1.4.0",
"saveSpec": null,
"fetchSpec": "1.4.0"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz",
"_shasum": "58526ceccf7e8730e56effd97a4de8d712ac0d6b",
"_spec": "karma-source-map-support@1.4.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"author": {
"name": "Tim Schaub",
"url": "http://tschaub.net/"
},
"bugs": {
"url": "https://github.com/tschaub/karma-source-map-support/issues"
},
"bundleDependencies": false,
"dependencies": {
"source-map-support": "^0.5.5"
},
"deprecated": false,
"description": "Karma plugin for inline sourcemap support",
"devDependencies": {
"eslint": "^5.13.0",
"eslint-config-tschaub": "^12.0.1"
},
"eslintConfig": {
"extends": "tschaub",
"globals": {
"sourceMapSupport": false
}
},
"homepage": "https://github.com/tschaub/karma-source-map-support",
"keywords": [
"karma-plugin",
"karma-framework",
"browserify",
"inline",
"sourcemap"
],
"license": "MIT",
"main": "lib/index.js",
"name": "karma-source-map-support",
"repository": {
"type": "git",
"url": "git://github.com/tschaub/karma-source-map-support.git"
},
"scripts": {
"test": "eslint lib"
},
"version": "1.4.0"
}