Files
enviPy-bayer/static/js/ketcher2/node_modules/wdio-dot-reporter/package.json
2025-06-23 20:13:54 +02:00

110 lines
3.1 KiB
JSON

{
"_from": "wdio-dot-reporter@~0.0.8",
"_id": "wdio-dot-reporter@0.0.9",
"_inBundle": false,
"_integrity": "sha1-kpsq2v1J1rBTT9oGjocxm0fjj+U=",
"_location": "/wdio-dot-reporter",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "wdio-dot-reporter@~0.0.8",
"name": "wdio-dot-reporter",
"escapedName": "wdio-dot-reporter",
"rawSpec": "~0.0.8",
"saveSpec": null,
"fetchSpec": "~0.0.8"
},
"_requiredBy": [
"/webdriverio"
],
"_resolved": "https://registry.npmjs.org/wdio-dot-reporter/-/wdio-dot-reporter-0.0.9.tgz",
"_shasum": "929b2adafd49d6b0534fda068e87319b47e38fe5",
"_spec": "wdio-dot-reporter@~0.0.8",
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio",
"author": {
"name": "Christian Bromann",
"email": "christian@saucelabs.com"
},
"bugs": {
"url": "https://github.com/webdriverio/wdio-dot-reporter/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "George Crawford",
"email": "george.crawford@ft.com"
},
{
"name": "Christian Bromann",
"email": "github@christian-bromann.com"
},
{
"name": "christian-bromann",
"email": "mail@christian-bromann.com"
}
],
"dependencies": {},
"deprecated": false,
"description": "A WebdriverIO plugin. Report results in dot format.",
"devDependencies": {
"babel-cli": "~6.24.1",
"babel-core": "~6.25.0",
"babel-eslint": "~7.2.1",
"babel-istanbul": "~0.12.2",
"babel-plugin-add-module-exports": "~0.2.1",
"babel-preset-es2015": "~6.24.1",
"babel-preset-stage-0": "~6.24.1",
"codeclimate-test-reporter": "~0.4.1",
"eslint": "~4.4.0",
"eslint-config-standard": "~10.2.0",
"eslint-plugin-import": "~2.7.0",
"eslint-plugin-node": "~5.1.0",
"eslint-plugin-promise": "~3.5.0",
"eslint-plugin-standard": "~3.0.1",
"isparta": "~4.0.0",
"istanbul": "~0.4.5",
"mocha": "~3.5.0",
"np": "~2.16.0",
"npm-run-all": "~4.0.2",
"should": "~11.2.1",
"sinon": "~3.2.0"
},
"directories": {
"lib": "./lib"
},
"homepage": "https://github.com/webdriverio/wdio-dot-reporter#readme",
"keywords": [
"dot",
"reporter",
"webdriverio",
"wdio",
"wdio-plugin",
"wdio-reporter"
],
"license": "MIT",
"main": "build/reporter.js",
"name": "wdio-dot-reporter",
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/wdio-dot-reporter.git"
},
"scripts": {
"build": "run-s clean compile",
"clean": "rm -rf ./build ./coverage",
"compile": "babel lib/ -d build/",
"eslint": "eslint ./lib test/",
"prepublish": "npm prune && run-s build",
"release": "np patch",
"release:major": "np major",
"release:minor": "np minor",
"release:patch": "np patch",
"test": "run-s eslint test:unit",
"test:ci": "run-s clean eslint test:cover",
"test:cover": "babel-node ./node_modules/.bin/isparta cover --include 'lib/*.js' _mocha",
"test:unit": "mocha --compilers js:babel-core/register test/*.js",
"watch": "npm run compile -- --watch"
},
"version": "0.0.9"
}