UNPKG

atomics-http

Version:

atomics-http is a Node.js extension that provides synchronous http calls.

48 lines (47 loc) 1.07 kB
{ "name": "atomics-http", "version": "3.3.1", "description": "atomics-http is a Node.js extension that provides synchronous http calls.", "types": "./dist/main.d.ts", "main": "dist/main.js", "directories": { "test": "test" }, "scripts": { "test": "node test/test.js", "build": "tsc", "test-lint": "eslint src --ext .js,.ts", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/comlog-gmbh/atomics-http.git" }, "keywords": [ "Synchronus", "HTTP", "HTTPS", "Requests", "Atomics", "Worker" ], "author": "COMLOG GmbH", "license": "ISC", "bugs": { "url": "https://github.com/comlog-gmbh/atomics-http/issues" }, "homepage": "https://github.com/comlog-gmbh/atomics-http#readme", "devDependencies": { "@types/node": "^17.0.20", "form-data-stream": "^1.0.3", "http-cache-agent": "^1.6.1", "http-proxy-agent": "^5.0.0", "https-proxy-agent": "^5.0.0", "proxy-agent": "^5.0.0", "tslint": "^6.1.3", "typescript": "^4.5.5" }, "dependencies": { "stream-sync": "^1.2.0" } }