UNPKG

microgateway-plugins

Version:
48 lines (47 loc) 1.25 kB
{ "name": "microgateway-plugins", "version": "3.3.9", "description": "Plugins for Apige Edge Microgateway", "license": "Apache-2.0", "main": "index.js", "scripts": { "lint": "eslint .", "test": "nyc ./node_modules/.bin/mocha -R spec" }, "repository": { "type": "git", "url": "git+https://github.com/apigee/microgateway-plugins.git" }, "dependencies": { "async": "^2.6.4", "debug": "^3.1.0", "js2xmlparser": "^2.0.2", "jsrsasign": "^11.1.0", "lodash": "^4.17.23", "lynx": "^0.2.0", "on-finished": "^2.4.1", "portastic": "^1.0.1", "postman-request": "^2.88.1-postman.43", "toobusy-js": "^0.5.1", "volos-analytics-apigee": "^0.5.2", "volos-quota-apigee": "^0.14.3", "volos-quota-memory": "^0.11.1", "volos-quota-redis": "^0.11.8", "volos-spikearrest-memory": "^0.10.2", "xml2js": "^0.5.0" }, "devDependencies": { "chai": "^6.2.2", "config": "^3.3.9", "dotenv": "^16.4.7", "eslint": "^10.0.3", "eslint-config-google": "^0.14.0", "jshint-stylish": "^2.2.1", "jsonwebtoken": "^9.0.1", "mocha": "^11.7.5", "nyc": "^18.0.0", "pem": "^1.7.2", "supertest": "^7.0.0", "volos-analytics-memory": "^0.2.0" } }