UNPKG

cdk-construct-simple-nat

Version:

A CDK construct to build Simple NAT instance on AWS.

58 lines (57 loc) 1.34 kB
{ "name": "sync-fetch", "version": "0.3.1", "description": "Synchronous version of the Fetch API", "main": "index.js", "browser": "browser.js", "files": [ "index.js", "worker.js", "shared.js", "browser.js", "bundle.js" ], "scripts": { "lint": "standard", "test": "mocha --throw-deprecation test/spec.js", "build": "browserify -r .:sync-fetch -o bundle.js", "preversion": "npm run lint && npm run test", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/larsgw/sync-fetch.git" }, "keywords": [ "fetch", "sync" ], "author": "Lars Willighagen", "license": "MIT", "bugs": { "url": "https://github.com/larsgw/sync-fetch/issues" }, "homepage": "https://github.com/larsgw/sync-fetch#readme", "dependencies": { "buffer": "^5.7.0", "node-fetch": "^2.6.1" }, "devDependencies": { "@ungap/url-search-params": "^0.2.2", "browserify": "^17.0.0", "chai": "^4.2.0", "chai-iterator": "^3.0.2", "chai-string": "^1.5.0", "form-data": "^3.0.0", "mocha": "^8.2.0", "parted": "^0.1.1", "resumer": "0.0.0", "standard": "^16.0.1", "string-to-arraybuffer": "^1.0.2", "sync-request": "^6.1.0", "whatwg-url": "^8.4.0" }, "engines": { "node": ">=8" } }