1 Star 0 Fork 0

前端代码工具库 / mountebank

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 4.14 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "mountebank",
"version": "2.4.1",
"author": "Brandon Byars <brandon.byars@gmail.com>",
"description": "Over the wire test doubles",
"homepage": "http://www.mbtest.org",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/bbyars/mountebank.git"
},
"bugs": {
"url": "https://github.com/bbyars/mountebank/issues",
"email": "brandon.byars@gmail.com"
},
"bin": {
"mb": "./bin/mb"
},
"main": "./src/mountebank.js",
"scripts": {
"start": "bin/mb",
"restart": "bin/mb restart",
"stop": "bin/mb stop",
"config:outOfProcess": "node tasks/tmp/outOfProcessImposters.js",
"config:inProcess": "node tasks/tmp/InProcessImposters.js",
"jsdoc": "jsdoc src/**/*.js --destination docs --configure .jsdoc --pedantic --readme CONTRIBUTING.md --package package.json",
"lint": "eslint src/ tasks/ test/ mbTest/ bin/mb && node tasks/tmp/lints/licenseCheck.js && node tasks/tmp/lints/deadCheck.js && node tasks/tmp/lints/objectCheck.js",
"postinstall": "cd mbTest && npm install",
"test:unit": "mocha --forbid-only --forbid-pending --reporter mocha-multi-reporters --reporter-options configFile=test/config.json 'test/**/*.js'",
"test:cover": "nyc --reporter=lcov --reporter=text npm run test:unit",
"test:cover:codeclimate": "scripts/codeclimate",
"test:functional": "node tasks/tmp/functionalTest.js",
"test": "npm run lint && npm run test:cover && npm run test:functional"
},
"files": [
"bin",
"src",
"package.json",
"package-lock.json",
"README.md",
"LICENSE",
"releases.json"
],
"keywords": [
"test",
"stub",
"mock",
"double",
"smtp",
"email",
"http",
"https",
"tcp",
"net",
"service virtualization"
],
"dependencies": {
"cors": "2.8.5",
"csv-parse": "4.14.2",
"ejs": "2.7.4",
"errorhandler": "1.5.1",
"escape-html": "1.0.3",
"express": "4.17.1",
"fs-extra": "9.0.1",
"http-proxy-agent": "4.0.1",
"https-proxy-agent": "5.0.0",
"jsonpath-plus": "4.0.0",
"mailparser": "3.0.1",
"mountebank-formatters": "0.0.2",
"nodemailer": "6.4.17",
"prom-client": "13.0.0",
"proper-lockfile": "4.1.1",
"safe-stable-stringify": "1.1.1",
"smtp-server": "3.8.0",
"winston": "3.3.3",
"xmldom": "0.4.0",
"xpath": "0.0.32",
"yargs": "16.2.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"eslint": "7.21.0",
"eslint-plugin-mocha": "8.0.0",
"eslint-plugin-node": "11.1.0",
"firebase-tools": "9.1.0",
"jsdoc": "3.6.6",
"jsdom": "16.4.0",
"license-checker": "25.0.1",
"mocha": "8.2.1",
"mocha-multi-reporters": "1.5.1",
"nc": "1.0.3",
"nyc": "^15.1.0",
"snyk": "1.437.3",
"time-grunt": "2.0.0",
"w3cjs": "0.4.0"
},
"engines": {
"node": ">=10"
},
"snyk": true,
"contributors": [
"Jason Reid",
"James Thomas",
"Nikos Baxevanis",
"Andrew Dean",
"Cannon Biggs",
"Robert Zakrzewski",
"Alex Nishikawa",
"Scott Robinson",
"Paul Phillips",
"Manoj",
"Andrew Hadley",
"Carson Ramsdem",
"Avalon McRae",
"Burkhard Reffeling",
"Shubheksha Jalan",
"Tim Brown",
"Matthew Herman",
"Jonathan Wilson",
"Ryan Boucher",
"Nathan Jenan",
"Tomas Bezdek",
"Vince Maiuri",
"Andrew",
"Nikolaus Piccolotto",
"Stephen Tkac",
"Gabriel Kohen",
"Kevin Pouget",
"Agnibrata Nayak",
"Nassim Kirouane",
"Jamie Geddes",
"Louis Celier",
"Simon Roberts",
"Amy Martin",
"Ruud Kamphuis",
"Karl Brown",
"Sahejpreet Singh",
"Mario Lamontagne",
"Diogo Moura",
"Prasanna Venkatesan",
"Sean Hussey",
"Ed Thome",
"Franz Wong",
"Mario Giampietri",
"leogtzr",
"Simon Brunning",
"Mark Fulton",
"Colin Schoen",
"Connor Worley",
"Authapon Kongkaew",
"Colin Newell",
"Scott Bloch-Wehba-Seaward",
"Santiago Vasquez",
"Pavel Yaschenko",
"O",
"Jean Paul Curinaupa Taype",
"Joey Guerra",
"Dheeraj Bhaskar",
"James Raspass",
"George Tseres",
"Mijail Rondon",
"Ansel Rosenberg",
"Robert Cooper",
"cbrz"
]
}
JavaScript
1
https://gitee.com/tomxiang/mountebank.git
git@gitee.com:tomxiang/mountebank.git
tomxiang
mountebank
mountebank
master

搜索帮助