UNPKG

promise-any-polyfill

Version:

A polyfill for the `Promise.any` function.

42 lines (41 loc) 1.03 kB
{ "name": "promise-any-polyfill", "version": "1.0.1", "description": "A polyfill for the `Promise.any` function.", "main": "js/implementation", "types": ".d.ts/declaration", "scripts": { "build": "gulp rebuild", "test": "gulp rebuild && jest" }, "repository": { "type": "git", "url": "git+https://github.com/T99/promise-any-polyfill" }, "keywords": [ "polyfill", "promise", "promises", "promise-any", "promise.any", "typescript" ], "author": "Trevor Sears <trevor@trevorsears.com> (https://trevorsears.com/)", "license": "GPL-3.0-or-later", "bugs": { "url": "https://github.com/T99/promise-any-polyfill/issues" }, "homepage": "https://github.com/T99/promise-any-polyfill#readme", "devDependencies": { "typescript": "latest", "tslint": "latest", "@types/jest": "latest", "del": "latest", "gulp": "latest", "gulp-sourcemaps": "latest", "gulp-typescript": "latest", "gulp-uglify-es": "latest", "jest": "latest", "ts-jest": "latest" } }