UNPKG

moesif-nodejs

Version:

Monitoring agent to log API calls to Moesif for deep API analytics

69 lines (68 loc) 1.54 kB
{ "name": "moesif-nodejs", "version": "3.9.1", "description": "Monitoring agent to log API calls to Moesif for deep API analytics", "main": "lib/index.js", "typings": "dist/index.d.ts", "keywords": [ "moesif", "api", "gateway", "express", "api", "express", "debug", "logging", "monitoring", "trace", "analytics", "graphql", "rpc" ], "author": { "name": "Xing Wang", "email": "xing@moesif.com", "url": "https://www.moesif.com" }, "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/Moesif/moesif-nodejs" }, "dependencies": { "bytes": "^3.1.1", "card-validator": "^8.1.1", "content-type": "^1.0.4", "crypto-js": "^4.1.1", "http-errors": "^2.0.0", "iconv-lite": "^0.6.3", "koa-body": "^4.2.0", "lodash": "^4.17.19", "moesifapi": ">=3.1.2", "raw-body": "^2.4.2", "request-ip": "^3.3.0", "uuid4": "^2.0.2" }, "devDependencies": { "@eslint/js": "^9.8.0", "@types/node": "^18.15.11", "assert": "^2.0.0", "blanket": "^1.2.3", "chai": "^4.3.10", "eslint": "^9.8.0", "express": "^5.0.0", "express-unless": "^1.0.0", "globals": "^15.9.0", "mocha": "^9.2.1", "node-mocks-http": "^1.11.0", "promise": "^8.1.0", "should": "^13.2.3", "travis-cov": "^0.2.5", "typescript": "^5.0.3", "util": "^0.12.4" }, "scripts": { "test": "node_modules/.bin/mocha --reporter spec", "build:types": "npx tsc" } }