This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/promise.allsettled/package.json
2020-11-01 22:46:04 +00:00

74 lines
1.9 KiB
JSON

{
"name": "promise.allsettled",
"version": "1.0.2",
"author": "Jordan Harband <ljharb@gmail.com>",
"funding": {
"url": "https://github.com/sponsors/ljharb"
},
"contributors": [
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
}
],
"description": "ES Proposal spec-compliant shim for Promise.allSettled",
"license": "MIT",
"main": "index.js",
"scripts": {
"prepublish": "safe-publish-latest",
"pretest": "npm run --silent lint && es-shim-api --bound",
"test": "npm run --silent tests-only",
"posttest": "npx aud",
"tests-only": "npm run --silent test:shimmed && npm run --silent test:module && npm run --silent tests:es5",
"tests:es5": "npm run --silent test:promise-shimmed",
"test:shimmed": "node test/shimmed.js",
"test:module": "node test/index.js",
"test:promise-shimmed": "node test/promise-shimmed.js",
"test:native": "node --harmony-promise-finally test/native",
"lint": "eslint .",
"coverage": "covert test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/es-shims/Promise.allSettled.git"
},
"keywords": [
"Promise",
"promises",
"allsettled",
"settled",
"fulfilled",
"resolved",
"rejected",
"promise.allsettled",
"shim",
"polyfill",
"es-shim",
"API"
],
"bugs": {
"url": "https://github.com/es-shims/promise.allsettled/issues"
},
"homepage": "https://github.com/es-shims/promise.allsettled#readme",
"engines": {
"node": ">= 0.4"
},
"dependencies": {
"array.prototype.map": "^1.0.1",
"define-properties": "^1.1.3",
"es-abstract": "^1.17.0-next.1",
"function-bind": "^1.1.1",
"iterate-value": "^1.0.0"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^15.0.2",
"es6-shim": "^0.35.5",
"eslint": "^6.7.2",
"functions-have-names": "^1.2.0",
"safe-publish-latest": "^1.1.4",
"tape": "^4.11.0"
}
}