UNPKG

purest

Version:
53 lines (52 loc) 1.15 kB
{ "name": "purest", "version": "4.0.3", "description": "REST API Client Library", "keywords": [ "rest", "restful", "api", "http", "https", "client" ], "license": "Apache-2.0", "homepage": "https://github.com/simov/purest", "author": "Simeon Velichkov <simeonvelichkov@gmail.com> (https://simov.github.io)", "repository": { "type": "git", "url": "https://github.com/simov/purest.git" }, "dependencies": { "@simov/deep-extend": "^1.0.0", "qs": "^6.11.0", "request-compose": "^2.1.6", "request-multipart": "^1.0.0", "request-oauth": "^1.0.1" }, "devDependencies": { "mocha": "^10.2.0", "nyc": "^15.1.0", "request-logs": "^2.1.5" }, "main": "./purest.js", "files": [ "config/", "lib/", "purest.js", "purest.d.ts", "CHANGELOG.md", "LICENSE", "README.md", "package.json" ], "types": "purest.d.ts", "scripts": { "test": "npm run test:ci", "test:ci": "npx mocha --recursive", "test:cov": "npx nyc --reporter=lcov --reporter=text-summary mocha -- --recursive" }, "engines": { "node": ">=12.0.0" } }