{
  "_args": [
    [
      "promise.allsettled@1.0.4",
      "D:\\Development\\Work\\CENOS\\cenos-support"
    ]
  ],
  "_from": "promise.allsettled@1.0.4",
  "_id": "promise.allsettled@1.0.4",
  "_inBundle": false,
  "_integrity": "sha512-o73CbvQh/OnPFShxHcHxk0baXR2a1m4ozb85ha0H14VEoi/EJJLa9mnPfEWJx9RjA9MLfhdjZ8I6HhWtBa64Ag==",
  "_location": "/promise.allsettled",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "promise.allsettled@1.0.4",
    "name": "promise.allsettled",
    "escapedName": "promise.allsettled",
    "rawSpec": "1.0.4",
    "saveSpec": null,
    "fetchSpec": "1.0.4"
  },
  "_requiredBy": [
    "/@slack/bolt"
  ],
  "_resolved": "https://registry.npmjs.org/promise.allsettled/-/promise.allsettled-1.0.4.tgz",
  "_spec": "1.0.4",
  "_where": "D:\\Development\\Work\\CENOS\\cenos-support",
  "author": {
    "name": "Jordan Harband",
    "email": "ljharb@gmail.com"
  },
  "auto-changelog": {
    "output": "CHANGELOG.md",
    "template": "keepachangelog",
    "unreleased": false,
    "commitLimit": false,
    "backfillLimit": false,
    "hideCredit": true
  },
  "bugs": {
    "url": "https://github.com/es-shims/promise.allsettled/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "email": "ljharb@gmail.com",
      "url": "http://ljharb.codes"
    }
  ],
  "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"
  },
  "description": "ES Proposal spec-compliant shim for Promise.allSettled",
  "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"
  },
  "engines": {
    "node": ">= 0.4"
  },
  "funding": {
    "url": "https://github.com/sponsors/ljharb"
  },
  "homepage": "https://github.com/es-shims/promise.allsettled#readme",
  "keywords": [
    "Promise",
    "promises",
    "allsettled",
    "settled",
    "fulfilled",
    "resolved",
    "rejected",
    "promise.allsettled",
    "shim",
    "polyfill",
    "es-shim",
    "API"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "promise.allsettled",
  "repository": {
    "type": "git",
    "url": "git://github.com/es-shims/Promise.allSettled.git"
  },
  "scripts": {
    "lint": "eslint .",
    "posttest": "npx aud --production",
    "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
    "prepublish": "safe-publish-latest",
    "pretest": "npm run --silent lint && es-shim-api --bound",
    "test": "npm run --silent tests-only && npm run test:promise-shimmed",
    "test:native": "nyc node test/native",
    "test:promise-shimmed": "nyc node test/promise-shimmed",
    "tests-only": "nyc tape test/{implementation,index,shimmed}.js",
    "version": "auto-changelog && git add CHANGELOG.md"
  },
  "version": "1.0.4"
}
