{"library":"body-parser","install":[{"cmd":"npm install body-parser","imports":["const bodyParser = require('body-parser');\napp.use(bodyParser.json());","const bodyParser = require('body-parser');\napp.use(bodyParser.urlencoded({ extended: true }));","const bodyParser = require('body-parser');"]},{"cmd":"yarn add body-parser","imports":[]},{"cmd":"pnpm add body-parser","imports":[]}]}