dotfiles/vscode/.vscode/extensions/matangover.mypy-0.3.1/node_modules/promise.allsettled/package.json
Errol Sancaktar 5f8db31398 alacritty
2024-07-15 17:06:13 -06:00

84 lines
2.2 KiB
JSON

{
"name": "promise.allsettled",
"version": "1.0.4",
"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 && npm run test:promise-shimmed",
"posttest": "npx aud --production",
"tests-only": "nyc tape test/{implementation,index,shimmed}.js",
"test:promise-shimmed": "nyc node test/promise-shimmed",
"test:native": "nyc node test/native",
"lint": "eslint .",
"version": "auto-changelog && git add CHANGELOG.md",
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
},
"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.3",
"call-bind": "^1.0.2",
"define-properties": "^1.1.3",
"es-abstract": "^1.18.0-next.2",
"get-intrinsic": "^1.0.2",
"iterate-value": "^1.0.2"
},
"devDependencies": {
"@es-shims/api": "^2.1.2",
"@ljharb/eslint-config": "^17.4.0",
"aud": "^1.1.3",
"auto-changelog": "^2.2.1",
"es6-shim": "^0.35.6",
"eslint": "^7.18.0",
"functions-have-names": "^1.2.2",
"nyc": "^10.3.2",
"safe-publish-latest": "^1.1.4",
"tape": "^5.1.1"
},
"auto-changelog": {
"output": "CHANGELOG.md",
"template": "keepachangelog",
"unreleased": false,
"commitLimit": false,
"backfillLimit": false,
"hideCredit": true
}
}