{
  "_from": "@open-draft/until@^1.0.3",
  "_id": "@open-draft/until@1.0.3",
  "_inBundle": false,
  "_integrity": "sha512-Aq58f5HiWdyDlFffbbSjAlv596h/cOnt2DO1w3DOC7OJ5EHs0hd/nycJfiu9RJbT6Yk6F1knnRRXNSpxoIVZ9Q==",
  "_location": "/@open-draft/until",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@open-draft/until@^1.0.3",
    "name": "@open-draft/until",
    "escapedName": "@open-draft%2funtil",
    "scope": "@open-draft",
    "rawSpec": "^1.0.3",
    "saveSpec": null,
    "fetchSpec": "^1.0.3"
  },
  "_requiredBy": [
    "/@mswjs/interceptors",
    "/msw"
  ],
  "_resolved": "https://registry.npmjs.org/@open-draft/until/-/until-1.0.3.tgz",
  "_shasum": "db9cc719191a62e7d9200f6e7bab21c5b848adca",
  "_spec": "@open-draft/until@^1.0.3",
  "_where": "/home/perazamc/cms.perazam.com/perazam-cms/node_modules/msw",
  "author": {
    "name": "Artem Zakharchenko",
    "email": "kettanaito@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/open-draft/until/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Gracefully handle a Promise using async/await.",
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  },
  "files": [
    "README.md",
    "lib"
  ],
  "homepage": "https://github.com/open-draft/until#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@open-draft/until",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/open-draft/until.git"
  },
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "prepublishOnly": "yarn test && yarn build",
    "test": "jest"
  },
  "version": "1.0.3"
}
