{
  "_from": "aws-cloudformation-custom-resource@^2.0.1",
  "_id": "aws-cloudformation-custom-resource@2.0.1",
  "_inBundle": false,
  "_integrity": "sha512-6fvzuzm3bTuaB/C8Yma1Va6DN3DukwwugjdBTcnqPm2OL5v25ov5OOxuu7BIMdU+cjAI36jut+2LnmuH1QnhdQ==",
  "_location": "/aws-cloudformation-custom-resource",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "aws-cloudformation-custom-resource@^2.0.1",
    "name": "aws-cloudformation-custom-resource",
    "escapedName": "aws-cloudformation-custom-resource",
    "rawSpec": "^2.0.1",
    "saveSpec": null,
    "fetchSpec": "^2.0.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/aws-cloudformation-custom-resource/-/aws-cloudformation-custom-resource-2.0.1.tgz",
  "_shasum": "db5fa1c8f53eb75785c69c97494f1a22ef203875",
  "_spec": "aws-cloudformation-custom-resource@^2.0.1",
  "_where": "/github/workspace/lambda",
  "author": {
    "name": "Daniel Schroeder",
    "url": "https://www.udondan.com/"
  },
  "bugs": {
    "url": "https://github.com/udondan/aws-cloudformation-custom-resource/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "Helper for managing custom AWS CloudFormation resources in a Lambda function",
  "devDependencies": {
    "@types/aws-lambda": "^8.10.51",
    "@types/node": "^13.13.5",
    "aws-lambda": "^1.0.6",
    "aws-sdk": "^2.670.0"
  },
  "homepage": "https://github.com/udondan/aws-cloudformation-custom-resource#readme",
  "keywords": [
    "aws",
    "cloudformation",
    "lambda",
    "resource",
    "cloudformation-custom-resource"
  ],
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "name": "aws-cloudformation-custom-resource",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/udondan/aws-cloudformation-custom-resource.git"
  },
  "scripts": {
    "prepublish": "tsc"
  },
  "types": "dist/index.d.ts",
  "version": "2.0.1"
}
