frontend/.pnpm-store/v3/files/b2/8289f165006e8cf86806acdace0e2f241b8b7904ec11af86798b3295a7c3eb718bb644f792c3482a65508acb22072c920a4460bfdf2140a0df9efc6fa9a317

39 lines
603 B
Plaintext

{
"name": "mocha",
"homepage": "https://mochajs.org",
"description": "simple, flexible, fun test framework",
"repository": {
"type": "git",
"url": "git://github.com/mochajs/mocha.git"
},
"main": [
"mocha.js",
"mocha.css"
],
"ignore": [
"bin",
"editors",
"images",
"lib",
"scripts",
"test",
"assets",
"media",
".*",
"index.js",
"karma.conf.js",
"browser-entry.js",
"Makefile",
"package.json",
"appveyor.yml"
],
"keywords": [
"mocha",
"test",
"bdd",
"tdd",
"tap"
],
"license": "MIT"
}