{
  "_from": "@aws/lambda-invoke-store@^0.2.2",
  "_id": "@aws/lambda-invoke-store@0.2.3",
  "_inBundle": false,
  "_integrity": "sha512-oLvsaPMTBejkkmHhjf09xTgk71mOqyr/409NKhRIL08If7AhVfUsJhVsx386uJaqNd42v9kWamQ9lFbkoC2dYw==",
  "_location": "/@aws/lambda-invoke-store",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@aws/lambda-invoke-store@^0.2.2",
    "name": "@aws/lambda-invoke-store",
    "escapedName": "@aws%2flambda-invoke-store",
    "scope": "@aws",
    "rawSpec": "^0.2.2",
    "saveSpec": null,
    "fetchSpec": "^0.2.2"
  },
  "_requiredBy": [
    "/@aws-sdk/middleware-recursion-detection"
  ],
  "_resolved": "https://registry.npmjs.org/@aws/lambda-invoke-store/-/lambda-invoke-store-0.2.3.tgz",
  "_shasum": "f1137f56209ccc69c15f826242cbf37f828617dd",
  "_spec": "@aws/lambda-invoke-store@^0.2.2",
  "_where": "/var/www/html/backend_ssl/node_modules/@aws-sdk/middleware-recursion-detection",
  "author": {
    "name": "Amazon Web Services",
    "url": "http://aws.amazon.com"
  },
  "bugs": {
    "url": "https://github.com/awslabs/aws-lambda-invoke-store/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Invoke scoped data storage for AWS Lambda Node.js Runtime Environment",
  "devDependencies": {
    "@changesets/cli": "^2.29.6",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-typescript": "^12.3.0",
    "@tsconfig/node18": "^18.2.4",
    "@types/node": "^18.19.130",
    "rollup": "^4.52.5",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vitest": "^3.1.1"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    ".": {
      "types": "./dist-types/invoke-store.d.ts",
      "module": "./dist-es/invoke-store.js",
      "node": "./dist-cjs/invoke-store.js",
      "import": "./dist-es/invoke-store.js",
      "require": "./dist-cjs/invoke-store.js"
    }
  },
  "files": [
    "dist-es",
    "dist-cjs",
    "dist-types"
  ],
  "homepage": "https://github.com/awslabs/aws-lambda-invoke-store",
  "license": "Apache-2.0",
  "main": "./dist-cjs/invoke-store.js",
  "module": "./dist-es/invoke-store.js",
  "name": "@aws/lambda-invoke-store",
  "packageManager": "yarn@4.9.4",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/awslabs/aws-lambda-invoke-store.git"
  },
  "scripts": {
    "build": "yarn clean && yarn build:types && node ./scripts/build-rollup.js",
    "build:types": "tsc -p tsconfig.types.json",
    "clean": "rm -rf dist-types dist-cjs dist-es",
    "release": "yarn build && changeset publish",
    "test": "vitest run --reporter verbose",
    "test:watch": "vitest watch"
  },
  "types": "./dist-types/invoke-store.d.ts",
  "version": "0.2.3"
}
