{
  "_from": "standard-as-callback@^2.1.0",
  "_id": "standard-as-callback@2.1.0",
  "_inBundle": false,
  "_integrity": "sha512-qoRRSyROncaz1z0mvYqIE4lCd9p2R90i6GxW3uZv5ucSu8tU7B5HXUP1gG8pVZsYNVaXjk8ClXHPttLyxAL48A==",
  "_location": "/standard-as-callback",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "standard-as-callback@^2.1.0",
    "name": "standard-as-callback",
    "escapedName": "standard-as-callback",
    "rawSpec": "^2.1.0",
    "saveSpec": null,
    "fetchSpec": "^2.1.0"
  },
  "_requiredBy": [
    "/ioredis"
  ],
  "_resolved": "https://registry.npmjs.org/standard-as-callback/-/standard-as-callback-2.1.0.tgz",
  "_shasum": "8953fc05359868a77b5b9739a665c5977bb7df45",
  "_spec": "standard-as-callback@^2.1.0",
  "_where": "/var/www/html/shopify_project/docker_services/processor/node_modules/ioredis",
  "author": {
    "name": "luin",
    "email": "i@zihua.li"
  },
  "bugs": {
    "url": "https://github.com/luin/asCallback/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "A performant and standard (Bluebird) library that registers a node-style callback on a promise",
  "devDependencies": {
    "mocha": "^8.3.2",
    "promise-timeout": "^1.3.0",
    "sinon": "^9.2.4",
    "typescript": "^4.2.3"
  },
  "directories": {
    "lib": "built"
  },
  "files": [
    "built/"
  ],
  "homepage": "https://github.com/luin/asCallback#readme",
  "keywords": [
    "ascallback",
    "nodeify",
    "promise",
    "bluebird"
  ],
  "license": "MIT",
  "main": "built/index.js",
  "name": "standard-as-callback",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/luin/asCallback.git"
  },
  "scripts": {
    "build": "rm -rf built && tsc",
    "prepublishOnly": "npm test",
    "test": "npm run build && mocha"
  },
  "types": "built/index.d.ts",
  "version": "2.1.0"
}
