代码拉取完成,页面将自动刷新
{
"name": "cucumber",
"description": "The official JavaScript implementation of Cucumber.",
"keywords": [
"testing",
"bdd",
"cucumber",
"gherkin",
"tests"
],
"version": "6.0.5",
"homepage": "https://github.com/cucumber/cucumber-js",
"contributors": [
"Kushal Pisavadia",
"Ted de Koning",
"Aaron Garvey",
"Paul Shannon (https://devpaul.com)",
"Dawn Minion <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/cucumber/cucumber-js.git"
},
"bugs": {
"url": "https://github.com/cucumber/cucumber-js/issues"
},
"directories": {
"lib": "./lib"
},
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=10"
},
"dependencies": {
"assertion-error-formatter": "^3.0.0",
"bluebird": "^3.4.1",
"capital-case": "^1.0.3",
"cli-table3": "^0.5.1",
"colors": "^1.1.2",
"commander": "^5.0.0",
"cucumber-expressions": "^8.3.0",
"cucumber-messages": "^8.0.0",
"cucumber-tag-expressions": "^2.0.3",
"duration": "^0.2.1",
"figures": "^3.0.0",
"gherkin": "^9.0.0",
"glob": "^7.1.3",
"indent-string": "^4.0.0",
"is-generator": "^1.0.2",
"is-stream": "^2.0.0",
"knuth-shuffle-seeded": "^1.0.6",
"lodash": "^4.17.14",
"mz": "^2.4.0",
"progress": "^2.0.0",
"resolve": "^1.3.3",
"stack-chain": "^2.0.0",
"stacktrace-js": "^2.0.0",
"string-argv": "^0.3.0",
"util-arity": "^1.0.2",
"verror": "^1.9.0"
},
"devDependencies": {
"@sinonjs/fake-timers": "^6.0.0",
"@types/bluebird": "^3.5.29",
"@types/chai": "^4.2.8",
"@types/dirty-chai": "^2.0.2",
"@types/fs-extra": "^8.0.1",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.149",
"@types/mocha": "^7.0.1",
"@types/mustache": "^4.0.0",
"@types/mz": "^2.7.0",
"@types/node": "^13.1.1",
"@types/progress": "^2.0.3",
"@types/resolve": "^1.14.0",
"@types/sinon-chai": "^3.2.3",
"@types/sinonjs__fake-timers": "^6.0.0",
"@types/tmp": "^0.1.0",
"@types/verror": "^1.10.3",
"@typescript-eslint/eslint-plugin": "^2.0.0",
"@typescript-eslint/parser": "^2.0.0",
"ansi-html": "^0.0.7",
"browserify": "^16.2.2",
"chai": "^4.0.1",
"coffeescript": "^2.4.1",
"connect": "^3.4.0",
"core-js": "^3.2.1",
"coveralls": "^3.0.0",
"dependency-lint": "^6.0.0",
"dirty-chai": "^2.0.1",
"eslint": "^6.0.0",
"eslint-config-prettier": "^6.1.0",
"eslint-config-standard-with-typescript": "^14.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.0.0",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"fs-extra": "^8.0.0",
"mocha": "^7.1.0",
"mustache": "^4.0.1",
"ndjson-parse": "^1.0.4",
"nyc": "^15.0.0",
"prettier": "^1.5.2",
"regenerator-runtime": "^0.13.3",
"serve-static": "^1.10.0",
"sinon": "^9.0.1",
"sinon-chai": "^3.4.0",
"stream-to-string": "^1.1.0",
"tmp": "^0.1.0",
"ts-node": "^8.5.4",
"tsify": "^4.0.1",
"typescript": "^3.7.3"
},
"scripts": {
"build-browser-example": "browserify example/index.ts -o dist/browser-example.js -p [ tsify -p tsconfig.browser.json ]",
"build-local": "tsc -p tsconfig.node.json",
"build-release": "browserify scripts/cucumber.ts -o dist/cucumber.js -p [ tsify -p tsconfig.browser.json ] --standalone Cucumber --debug",
"feature-test": "node ./bin/cucumber-js",
"lint-autofix": "eslint --fix \"{example,features,scripts,src,test}/**/*.ts\"",
"lint-code": "eslint \"{example,features,scripts,src,test}/**/*.ts\"",
"lint-dependencies": "dependency-lint",
"lint": "yarn run lint-code && yarn run lint-dependencies",
"prelint-autofix": "yarn build-local",
"prelint-code": "yarn build-local",
"prefeature-test": "yarn run build-local",
"prepublishOnly": "rm -r lib && yarn run build-local",
"test-browser-example": "yarn build-release && yarn build-browser-example && git checkout -- dist/cucumber.js",
"test-coverage": "yarn run lint && ./scripts/test-coverage.sh",
"test": "yarn run lint && yarn run unit-test && yarn run feature-test",
"unit-test": "mocha 'src/**/*_spec.ts'"
},
"bin": {
"cucumber-js": "./bin/cucumber-js"
},
"license": "MIT",
"files": [
"bin/",
"dist/",
"lib/"
]
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。