{ "name": "mocha", "version": "8.4.0", "description": "simple, flexible, fun test framework", "keywords": [ "mocha", "test", "bdd", "tdd", "tap", "testing", "chai", "assertion", "ava", "jest", "tape", "jasmine", "karma" ], "funding": { "type": "opencollective", "url": "https://opencollective.com/mochajs" }, "author": "TJ Holowaychuk ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/mochajs/mocha.git" }, "bugs": { "url": "https://github.com/mochajs/mocha/issues/" }, "homepage": "https://mochajs.org/", "logo": "https://cldup.com/S9uQ-cOLYz.svg", "notifyLogo": "https://ibin.co/4QuRuGjXvl36.png", "bin": { "mocha": "./bin/mocha", "_mocha": "./bin/_mocha" }, "directories": { "lib": "./lib", "test": "./test" }, "engines": { "node": ">= 10.12.0" }, "scripts": { "prepublishOnly": "nps test clean build", "start": "nps", "test": "nps test", "version": "nps version", "test:smoke": "node ./bin/mocha --no-config test/smoke/smoke.spec.js" }, "dependencies": { "@ungap/promise-all-settled": "1.1.2", "ansi-colors": "4.1.1", "browser-stdout": "1.3.1", "chokidar": "3.5.1", "debug": "4.3.1", "diff": "5.0.0", "escape-string-regexp": "4.0.0", "find-up": "5.0.0", "glob": "7.1.6", "growl": "1.10.5", "he": "1.2.0", "js-yaml": "4.0.0", "log-symbols": "4.0.0", "minimatch": "3.0.4", "ms": "2.1.3", "nanoid": "3.1.20", "serialize-javascript": "5.0.1", "strip-json-comments": "3.1.1", "supports-color": "8.1.1", "which": "2.0.2", "wide-align": "1.1.3", "workerpool": "6.1.0", "yargs": "16.2.0", "yargs-parser": "20.2.4", "yargs-unparser": "2.0.0" }, "devDependencies": { "@11ty/eleventy": "^0.11.0", "@11ty/eleventy-plugin-inclusive-language": "^1.0.0", "@babel/preset-env": "^7.12.17", "@mocha/docdash": "^3.0.1", "@rollup/plugin-babel": "^5.1.0", "@rollup/plugin-commonjs": "^14.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-multi-entry": "^3.0.1", "@rollup/plugin-node-resolve": "^8.4.0", "assetgraph-builder": "^8.1.0", "autoprefixer": "^9.8.6", "babel-eslint": "^10.1.0", "canvas": "^2.6.1", "chai": "^4.2.0", "coffee-script": "^1.12.7", "configstore": "^5.0.1", "core-js": "^3.6.5", "coveralls": "^3.1.0", "cross-env": "^7.0.2", "cross-spawn": "^7.0.3", "eslint": "^7.8.1", "eslint-config-prettier": "^6.11.0", "eslint-config-semistandard": "^15.0.1", "eslint-config-standard": "^14.1.1", "eslint-plugin-import": "^2.22.0", "eslint-plugin-node": "^11.0.0", "eslint-plugin-prettier": "^3.1.4", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "fail-on-errors-webpack-plugin": "^3.0.0", "fs-extra": "^9.0.1", "husky": "^4.2.5", "hyperlink": "^4.5.2", "jsdoc": "^3.6.5", "jsdoc-ts-utils": "^1.1.2", "karma": "^5.1.1", "karma-chrome-launcher": "^3.1.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-requirejs": "^1.1.0", "karma-sauce-launcher": "^4.3.4", "lint-staged": "^10.2.11", "markdown-it": "^11.0.0", "markdown-it-anchor": "^5.3.0", "markdown-it-attrs": "^3.0.3", "markdown-it-emoji": "^1.4.0", "markdown-it-prism": "^2.1.1", "markdown-toc": "^1.2.0", "markdownlint-cli": "^0.23.2", "needle": "^2.5.0", "nps": "^5.10.0", "nyc": "^15.1.0", "pidtree": "^0.5.0", "prettier": "^1.19.1", "remark": "^12.0.1", "remark-github": "^9.0.1", "remark-inline-links": "^4.0.0", "requirejs": "^2.3.6", "rewiremock": "^3.14.3", "rimraf": "^3.0.2", "rollup": "^2.23.1", "rollup-plugin-node-globals": "^1.4.0", "rollup-plugin-node-polyfills": "^0.2.1", "rollup-plugin-visualizer": "^4.1.0", "sinon": "^9.0.3", "strip-ansi": "^6.0.0", "svgo": "^1.3.2", "through2": "^4.0.2", "to-vfile": "^6.1.0", "touch": "^3.1.0", "unexpected": "^11.14.0", "unexpected-eventemitter": "^2.2.0", "unexpected-map": "^2.0.0", "unexpected-set": "^3.0.0", "unexpected-sinon": "^10.11.2", "update-notifier": "^4.1.0", "uslug": "^1.0.4", "uuid": "^8.3.0", "watchify": "^3.11.1", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "files": [ "bin/*mocha", "assets/growl/*.png", "lib/**/*.{js,html,json}", "index.js", "mocha.css", "mocha.js", "mocha.js.map", "browser-entry.js" ], "browser": { "./index.js": "./browser-entry.js", "./lib/nodejs/growl.js": "./lib/browser/growl.js", "./lib/esm-utils.js": false, "fs": false, "path": false, "supports-color": false, "./lib/nodejs/serializer.js": false, "./lib/nodejs/worker.js": false, "./lib/nodejs/buffered-worker-pool.js": false, "./lib/nodejs/parallel-buffered-runner.js": false, "./lib/nodejs/reporters/parallel-buffered.js": false, "./lib/nodejs/file-unloader.js": false, "./lib/cli/index.js": false }, "prettier": { "singleQuote": true, "bracketSpacing": false, "endOfLine": "auto" }, "gitter": "https://gitter.im/mochajs/mocha", "husky": { "hooks": { "pre-commit": "lint-staged" } } }