{
  "_args": [
    [
      "@timsuchanek/sleep-promise@8.0.1",
      "/home/desabat1/api"
    ]
  ],
  "_development": true,
  "_from": "@timsuchanek/sleep-promise@8.0.1",
  "_id": "@timsuchanek/sleep-promise@8.0.1",
  "_inBundle": false,
  "_integrity": "sha512-cxHYbrXfnCWsklydIHSw5GCMHUPqpJ/enxWSyVHNOgNe61sit/+aOXTTI+VOdWkvVaJsI2vsB9N4+YDNITawOQ==",
  "_location": "/@timsuchanek/sleep-promise",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@timsuchanek/sleep-promise@8.0.1",
    "name": "@timsuchanek/sleep-promise",
    "escapedName": "@timsuchanek%2fsleep-promise",
    "scope": "@timsuchanek",
    "rawSpec": "8.0.1",
    "saveSpec": null,
    "fetchSpec": "8.0.1"
  },
  "_requiredBy": [
    "/@timsuchanek/copy"
  ],
  "_resolved": "https://registry.npmjs.org/@timsuchanek/sleep-promise/-/sleep-promise-8.0.1.tgz",
  "_spec": "8.0.1",
  "_where": "/home/desabat1/api",
  "author": {
    "name": "Jan Brummelte",
    "email": "sleep-promise@jan-brummelte.de",
    "url": "https://jan-brummelte.de"
  },
  "bugs": {
    "url": "https://github.com/brummelte/sleep-promise/issues"
  },
  "description": "Resolves a promise after a specified delay.",
  "devDependencies": {
    "@babel/cli": "^7.0.0-beta.49",
    "@babel/core": "^7.0.0-beta.49",
    "@babel/preset-env": "^7.0.0-beta.49",
    "@brummelte/eslint-config": "^3.0.0",
    "babel-core": "^7.0.0-0",
    "babel-jest": "^23.0.1",
    "copyfiles": "^2.0.0",
    "coveralls": "^3.0.1",
    "eslint": "^4.19.1",
    "jest": "^23.1.0",
    "jest-junit": "^5.0.0",
    "prettier-eslint-cli": "^4.7.1",
    "rimraf": "^2.6.2",
    "rollup": "^0.60.0",
    "rollup-plugin-babel": "^4.0.0-beta.4",
    "rollup-plugin-babel-minify": "^5.0.0",
    "rollup-plugin-node-resolve": "^3.3.0",
    "typescript": "^2.9.1"
  },
  "homepage": "https://github.com/brummelte/sleep-promise",
  "jest-junit": {
    "output": "coverage/junit/js-test-results.xml"
  },
  "keywords": [
    "sleep",
    "promise",
    "delay"
  ],
  "license": "MIT",
  "main": "build/cjs.js",
  "name": "@timsuchanek/sleep-promise",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brummelte/sleep-promise.git"
  },
  "scripts": {
    "build": "npm run build:clean && npm run build:bundle && npm run build:types",
    "build:bundle": "rollup --config",
    "build:clean": "rimraf build",
    "build:types": "copyfiles -u 1 types/* build",
    "prepublishOnly": "npm run test && npm run build",
    "test": "npm run test:code && npm run test:eslint && npm run test:formatting && npm run test:typescript",
    "test:code": "jest",
    "test:eslint": "eslint \"lib/**/*.js\"",
    "test:formatting": "prettier-eslint --list-different \"lib/**/*.js\" \"types/**/*.d.ts\"",
    "test:typescript": "tsc"
  },
  "types": "build/cjs.d.ts",
  "version": "8.0.1"
}
