Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
azure-devops-mcp
by
RyanCardin15
Verified
GitHub
Version Control
Developer Tools
Cloud Platforms
TypeScript
MIT License
1
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
node_modules
body-parser
node_modules/body-parser/lib
node_modules/body-parser/node_modules
node_modules/body-parser/HISTORY.md
node_modules/body-parser/index.js
node_modules/body-parser/LICENSE
node_modules/body-parser/package.json
node_modules/body-parser/README.md
node_modules/body-parser/SECURITY.md
{ "name": "body-parser", "description": "Node.js body parsing middleware", "version": "2.1.0", "contributors": [ "Douglas Christopher Wilson <doug@somethingdoug.com>", "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)" ], "license": "MIT", "repository": "expressjs/body-parser", "dependencies": { "bytes": "^3.1.2", "content-type": "^1.0.5", "debug": "^4.4.0", "http-errors": "^2.0.0", "iconv-lite": "^0.5.2", "on-finished": "^2.4.1", "qs": "^6.14.0", "raw-body": "^3.0.0", "type-is": "^2.0.0" }, "devDependencies": { "eslint": "8.34.0", "eslint-config-standard": "14.1.1", "eslint-plugin-import": "2.27.5", "eslint-plugin-markdown": "3.0.0", "eslint-plugin-node": "11.1.0", "eslint-plugin-promise": "6.1.1", "eslint-plugin-standard": "4.1.0", "mocha": "10.2.0", "nyc": "15.1.0", "supertest": "6.3.3" }, "files": [ "lib/", "LICENSE", "HISTORY.md", "SECURITY.md", "index.js" ], "engines": { "node": ">=18" }, "scripts": { "lint": "eslint .", "test": "mocha --reporter spec --check-leaks --bail test/", "test-ci": "nyc --reporter=lcov --reporter=text npm test", "test-cov": "nyc --reporter=html --reporter=text npm test" } }