[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "karma-jasmine-html-reporter@1.7.0",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
[6a3a178] | 7 | ],
|
---|
[59329aa] | 8 | "_development": true,
|
---|
| 9 | "_from": "karma-jasmine-html-reporter@1.7.0",
|
---|
| 10 | "_id": "karma-jasmine-html-reporter@1.7.0",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-pzum1TL7j90DTE86eFt48/s12hqwQuiD+e5aXx2Dc9wDEn2LfGq6RoAxEZZjFiN0RDSCOnosEKRZWxbQ+iMpQQ==",
|
---|
| 13 | "_location": "/karma-jasmine-html-reporter",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "karma-jasmine-html-reporter@1.7.0",
|
---|
| 19 | "name": "karma-jasmine-html-reporter",
|
---|
| 20 | "escapedName": "karma-jasmine-html-reporter",
|
---|
| 21 | "rawSpec": "1.7.0",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.7.0"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "#DEV:/"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.7.0.tgz",
|
---|
| 29 | "_spec": "1.7.0",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
[6a3a178] | 31 | "author": "",
|
---|
[59329aa] | 32 | "bugs": {
|
---|
| 33 | "url": "https://github.com/dfederm/karma-jasmine-html-reporter/issues"
|
---|
| 34 | },
|
---|
[6a3a178] | 35 | "contributors": [
|
---|
| 36 | {
|
---|
| 37 | "name": "David Federman",
|
---|
| 38 | "url": "https://github.com/dfederm"
|
---|
| 39 | },
|
---|
| 40 | {
|
---|
| 41 | "name": "Yudha Setiawan",
|
---|
| 42 | "url": "https://github.com/yudhasetiawan"
|
---|
| 43 | },
|
---|
| 44 | {
|
---|
| 45 | "name": "Brian Thompson",
|
---|
| 46 | "url": "https://github.com/dachibro"
|
---|
| 47 | },
|
---|
| 48 | {
|
---|
| 49 | "name": "protazy",
|
---|
| 50 | "url": "https://github.com/protazy"
|
---|
| 51 | },
|
---|
| 52 | {
|
---|
| 53 | "name": "footballencarta",
|
---|
| 54 | "url": "https://github.com/footballencarta"
|
---|
| 55 | },
|
---|
| 56 | {
|
---|
| 57 | "name": "PVermeer",
|
---|
| 58 | "url": "https://github.com/PVermeer"
|
---|
| 59 | }
|
---|
| 60 | ],
|
---|
[59329aa] | 61 | "description": "A Karma plugin. Dynamically displays tests results at debug.html page",
|
---|
| 62 | "devDependencies": {
|
---|
| 63 | "chalk": "*",
|
---|
| 64 | "jasmine-core": ">=3.8"
|
---|
| 65 | },
|
---|
| 66 | "homepage": "https://github.com/dfederm/karma-jasmine-html-reporter#readme",
|
---|
| 67 | "keywords": [
|
---|
| 68 | "karma-plugin",
|
---|
| 69 | "karma-reporter",
|
---|
| 70 | "html"
|
---|
| 71 | ],
|
---|
| 72 | "license": "MIT",
|
---|
| 73 | "main": "./src/index.js",
|
---|
| 74 | "name": "karma-jasmine-html-reporter",
|
---|
[6a3a178] | 75 | "peerDependencies": {
|
---|
| 76 | "jasmine-core": ">=3.8",
|
---|
| 77 | "karma": ">=0.9",
|
---|
| 78 | "karma-jasmine": ">=1.1"
|
---|
| 79 | },
|
---|
[59329aa] | 80 | "repository": {
|
---|
| 81 | "url": "git+https://github.com/dfederm/karma-jasmine-html-reporter.git"
|
---|
| 82 | },
|
---|
| 83 | "scripts": {
|
---|
| 84 | "build": "node build/build.js"
|
---|
[6a3a178] | 85 | },
|
---|
[59329aa] | 86 | "version": "1.7.0"
|
---|
[6a3a178] | 87 | }
|
---|