webdriverio-automation
Version:
WebdriverIO-Automation android ios project
107 lines (106 loc) • 2.48 kB
JSON
{
"_from": "@testdeck/mocha@0.1.2",
"_id": "@testdeck/mocha@0.1.2",
"_inBundle": false,
"_integrity": "sha512-yn3OkFUlO9EkdBkDV08bPV0r26U2FC/8KvU9FdiS0ligOsjB5Ry4sp3eUQJAFxjrGJBpih0t7rZ/GzdsgCv/EQ==",
"_location": "/@testdeck/mocha",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@testdeck/mocha@0.1.2",
"name": "@testdeck/mocha",
"escapedName": "@testdeck%2fmocha",
"scope": "@testdeck",
"rawSpec": "0.1.2",
"saveSpec": null,
"fetchSpec": "0.1.2"
},
"_requiredBy": [
"#USER",
"/",
"/@kount/yodalib_ui_webdriverio"
],
"_resolved": "https://registry.npmjs.org/@testdeck/mocha/-/mocha-0.1.2.tgz",
"_shasum": "5fde9a675d4e1b61bcbd3440bb8d9cb984a1f80d",
"_spec": "@testdeck/mocha@0.1.2",
"_where": "D:\\Automation\\mobile_device_qa",
"author": {
"name": "Panayot Cankov"
},
"bin": {
"testdeck-watch": "bin/watch"
},
"bugs": {
"url": "https://github.com/testdeck/testdeck/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "silkentrance",
"url": "https://github.com/silkentrance"
}
],
"dependencies": {
"@testdeck/core": "^0.1.2"
},
"deprecated": false,
"description": "Object oriented testing for the Mocha test framework",
"devDependencies": {
"@types/mocha": "latest"
},
"files": [
"bin/watch",
"dist/index.d.ts",
"dist/index.js",
"dist/index.js.map",
"README.md",
"LICENSE"
],
"gitHead": "c6e1afcf61d5b474529c2754755730a26b89167a",
"homepage": "https://testdeck.org/",
"keywords": [
"test",
"testing",
"mocha",
"typescript",
"bdd",
"tdd",
"object oriented",
"object-oriented"
],
"license": "Apache-2.0",
"main": "dist/index.js",
"name": "@testdeck/mocha",
"nyc": {
"check-coverage": true,
"lines": 80,
"statements": 80,
"functions": 80,
"branches": 80,
"include": [
"dist/index.js"
],
"reporter": [
"lcov",
"text-summary"
],
"all": true
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/testdeck/testdeck.git"
},
"scripts": {
"prepare": "tsc",
"pretest": "tsc",
"test": "nyc mocha dist/test.js && tslint --project .",
"tslint": "tslint --project .",
"tslint-fix": "tslint --project . --fix"
},
"types": "dist/index.d.ts",
"version": "0.1.2"
}