{
  "_from": "delay@^4.3.0",
  "_id": "delay@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-aL3AhqtfhOlT/3ai6sWXeqwnw63ATNpnUiN4HL7x9q+My5QtHlO3OIkasmug9LKzpheLdmUKGRKnYXYAS7FQkQ==",
  "_location": "/delay",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "delay@^4.3.0",
    "name": "delay",
    "escapedName": "delay",
    "rawSpec": "^4.3.0",
    "saveSpec": null,
    "fetchSpec": "^4.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/delay/-/delay-4.4.1.tgz",
  "_shasum": "6e02d02946a1b6ab98b39262ced965acba2ac4d1",
  "_spec": "delay@^4.3.0",
  "_where": "/var/www/html/shopify_project/docker_services/processor",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/delay/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Delay a promise a specified amount of time",
  "devDependencies": {
    "abort-controller": "^3.0.0",
    "ava": "1.4.1",
    "currently-unhandled": "^0.4.1",
    "in-range": "^1.0.0",
    "time-span": "^3.0.0",
    "tsd": "^0.7.1",
    "xo": "^0.24.0"
  },
  "engines": {
    "node": ">=6"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "funding": "https://github.com/sponsors/sindresorhus",
  "homepage": "https://github.com/sindresorhus/delay#readme",
  "keywords": [
    "promise",
    "resolve",
    "delay",
    "defer",
    "wait",
    "stall",
    "timeout",
    "settimeout",
    "event",
    "loop",
    "next",
    "tick",
    "delay",
    "async",
    "await",
    "promises",
    "bluebird",
    "threshold",
    "range",
    "random"
  ],
  "license": "MIT",
  "name": "delay",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/delay.git"
  },
  "scripts": {
    "test": "xo && ava && tsd"
  },
  "version": "4.4.1"
}
