{
  "_args": [
    [
      "p-memoize@7.1.1",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "p-memoize@7.1.1",
  "_id": "p-memoize@7.1.1",
  "_inBundle": false,
  "_integrity": "sha512-DZ/bONJILHkQ721hSr/E9wMz5Am/OTJ9P6LhLFo2Tu+jL8044tgc9LwHO8g4PiaYePnlVVRAJcKmgy8J9MVFrA==",
  "_location": "/p-memoize",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "p-memoize@7.1.1",
    "name": "p-memoize",
    "escapedName": "p-memoize",
    "rawSpec": "7.1.1",
    "saveSpec": null,
    "fetchSpec": "7.1.1"
  },
  "_requiredBy": [
    "/serverless-offline"
  ],
  "_resolved": "https://registry.npmjs.org/p-memoize/-/p-memoize-7.1.1.tgz",
  "_spec": "7.1.1",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "https://sindresorhus.com"
  },
  "ava": {
    "extensions": {
      "ts": "module"
    },
    "nodeArguments": [
      "--loader=ts-node/esm"
    ]
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/p-memoize/issues"
  },
  "dependencies": {
    "mimic-fn": "^4.0.0",
    "type-fest": "^3.0.0"
  },
  "description": "Memoize promise-returning & async functions",
  "devDependencies": {
    "@sindresorhus/tsconfig": "^3.0.1",
    "@types/serialize-javascript": "^5.0.2",
    "ava": "^4.3.3",
    "del-cli": "^5.0.0",
    "delay": "^5.0.0",
    "p-defer": "^4.0.0",
    "p-state": "^1.0.0",
    "serialize-javascript": "^6.0.0",
    "ts-node": "^10.9.1",
    "tsd": "^0.24.1",
    "xo": "^0.52.4"
  },
  "engines": {
    "node": ">=14.16"
  },
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sindresorhus/p-memoize?sponsor=1",
  "homepage": "https://github.com/sindresorhus/p-memoize#readme",
  "keywords": [
    "promise",
    "memoize",
    "mem",
    "memoization",
    "function",
    "cache",
    "caching",
    "optimize",
    "performance",
    "ttl",
    "expire",
    "async",
    "await",
    "promises",
    "time",
    "out",
    "cancel",
    "bluebird"
  ],
  "license": "MIT",
  "name": "p-memoize",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/p-memoize.git"
  },
  "scripts": {
    "build": "del-cli dist && tsc",
    "prepack": "npm run build",
    "test": "xo && ava && npm run build && tsd"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "7.1.1",
  "xo": {
    "rules": {
      "@typescript-eslint/no-redundant-type-constituents": "off"
    }
  }
}
