{ "_from": "cypress-cucumber-preprocessor", "_id": "cypress-cucumber-preprocessor@4.2.0", "_inBundle": false, "_integrity": "sha512-iVm+gUROvg8lDIFStP4/B+0xHAwj6c6HCoUtkZqq8Ee/tcqe2Vlhz1eAq2Q5+tzmCk2/CIh06suvqB+RQpjWBw==", "_location": "/cypress-cucumber-preprocessor", "_phantomChildren": { "ms": "2.1.3" }, "_requested": { "type": "tag", "registry": true, "raw": "cypress-cucumber-preprocessor", "name": "cypress-cucumber-preprocessor", "escapedName": "cypress-cucumber-preprocessor", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#DEV:/", "#USER" ], "_resolved": "https://registry.npmjs.org/cypress-cucumber-preprocessor/-/cypress-cucumber-preprocessor-4.2.0.tgz", "_shasum": "9b41b7e58940e5fdb478cd41434c93ed62bd397b", "_spec": "cypress-cucumber-preprocessor", "_where": "/home/simon/Documents/lifen-autotest", "author": { "name": "Lukasz Gandecki" }, "bin": { "cypress-tags": "cypress-tags.js" }, "bugs": { "url": "https://github.com/TheBrainFamily/cypress-cucumber-preprocessor/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "@cypress/browserify-preprocessor": "^3.0.1", "chai": "^4.2.0", "chokidar": "3.5.2", "cosmiconfig": "^4.0.0", "cucumber": "^4.2.1", "cucumber-expressions": "^6.0.1", "cucumber-tag-expressions": "^1.1.1", "dargs": "^7.0.0", "debug": "^3.0.1", "gherkin": "^5.1.0", "glob": "^7.1.2", "js-string-escape": "^1.0.1", "minimist": "^1.2.5", "through": "^2.3.8" }, "deprecated": false, "description": "Run gherkin-syntaxed specs with cypress.io", "devDependencies": { "commitizen": "^4.2.1", "cypress": "^5.1.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^7.9.0", "eslint-config-airbnb-base": "^14.2.0", "eslint-config-prettier": "6.12.0", "eslint-plugin-cypress": "^2.11.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-prettier": "^3.1.4", "husky": "^4.3.0", "jest": "^26.4.2", "lint-staged": "^10.3.0", "prettier": "2.1.2", "semantic-release": "^17.1.1" }, "homepage": "https://github.com/TheBrainFamily/cypress-cucumber-preprocessor#readme", "husky": { "hooks": { "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true", "pre-commit": "lint-staged && jest" } }, "jest": { "setupFilesAfterEnv": [ "/lib/testHelpers/setupTestFramework.js" ], "collectCoverage": true, "collectCoverageFrom": [ "lib/**/*.js" ], "coveragePathIgnorePatterns": [ "node_modules", "/lib/*.test.js" ] }, "keywords": [ "cucumber", "gherkin", "cypress", "testing" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint --fix", "git add" ] }, "main": "lib/index.js", "name": "cypress-cucumber-preprocessor", "repository": { "type": "git", "url": "git+https://github.com/TheBrainFamily/cypress-cucumber-preprocessor.git" }, "scripts": { "fixStyle": "eslint . --fix", "semantic-release": "semantic-release", "test": "eslint . && jest && npm run test:all", "test:all": "cypress run --spec \"**/*.features\"", "test:debug": "jest && DEBUG=cypress:* cypress open\n", "test:each": "cypress run --spec \"**/*.feature\"" }, "version": "4.2.0" }