UNPKG

@celastrina/http

Version:

HTTP Function Package for Celastrina

45 lines (44 loc) 1.02 kB
{ "name": "@celastrina/http", "version": "4.9.25", "description": "HTTP Function Package for Celastrina", "main": "HTTP.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/celastrina/http-json.git", "directory": "@celastrina/http" }, "keywords": [ "Microsoft", "Azure", "Function", "Javascript", "Node.js", "HTTP", "JWT" ], "author": "Robert R Murrell", "license": "MIT", "bugs": { "url": "https://github.com/celastrina/http-json/issues" }, "homepage": "https://github.com/celastrina/http-json#readme", "dependencies": { "@celastrina/core": "^4.17.46", "adal-node": "^0.2.2", "axios": "^0.21.1", "cookie": "^0.4.1", "jsonwebtoken": "^9.0.0", "jwk-to-pem": "^2.0.5", "moment": "^2.29.1", "uuid": "^8.3.2" }, "devDependencies": { "axios-mock-adapter": "^1.20.0", "mocha": "^9.0.1", "sinon": "^11.1.1" } }