{
  "_args": [
    [
      "serverless-offline@12.0.4",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "serverless-offline@12.0.4",
  "_id": "serverless-offline@12.0.4",
  "_inBundle": false,
  "_integrity": "sha512-G256wDHI12vE0CJ0uTJMBlfnaN7o7td4GgClvQtuedt/n7vKoUfN0och+LybD6YVGsR5h1xpYjPPPLy2QFqWaA==",
  "_location": "/serverless-offline",
  "_phantomChildren": {
    "retry": "0.13.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "serverless-offline@12.0.4",
    "name": "serverless-offline",
    "escapedName": "serverless-offline",
    "rawSpec": "12.0.4",
    "saveSpec": null,
    "fetchSpec": "12.0.4"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/serverless-offline/-/serverless-offline-12.0.4.tgz",
  "_spec": "12.0.4",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "David Hérault",
    "email": "dherault@gmail.com",
    "url": "https://github.com/dherault"
  },
  "bugs": {
    "url": "https://github.com/dherault/serverless-offline/issues"
  },
  "dedicatedTo": "Blue, a great migrating bird.",
  "dependencies": {
    "@aws-sdk/client-lambda": "^3.241.0",
    "@hapi/boom": "^10.0.0",
    "@hapi/h2o2": "^10.0.0",
    "@hapi/hapi": "^21.1.0",
    "@serverless/utils": "^6.8.2",
    "array-unflat-js": "^0.1.3",
    "boxen": "^7.0.1",
    "chalk": "^5.2.0",
    "desm": "^1.3.0",
    "execa": "^6.1.0",
    "fs-extra": "^11.1.0",
    "is-wsl": "^2.2.0",
    "java-invoke-local": "0.0.6",
    "jose": "^4.11.2",
    "js-string-escape": "^1.0.1",
    "jsonpath-plus": "^7.2.0",
    "jsonschema": "^1.4.1",
    "jszip": "^3.10.1",
    "luxon": "^3.2.0",
    "node-fetch": "^3.3.0",
    "node-schedule": "^2.1.0",
    "object.hasown": "^1.1.2",
    "p-memoize": "^7.1.1",
    "p-retry": "^5.1.2",
    "velocityjs": "^2.0.6",
    "ws": "^8.11.0"
  },
  "description": "Emulate AWS λ and API Gateway locally when developing your Serverless project",
  "devDependencies": {
    "@istanbuljs/esm-loader-hook": "^0.2.0",
    "archiver": "^5.3.1",
    "eslint": "^8.31.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unicorn": "^45.0.2",
    "git-list-updated": "^1.2.1",
    "husky": "^8.0.3",
    "lint-staged": "^13.1.0",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.1",
    "serverless": "^3.26.0",
    "standard-version": "^9.5.0"
  },
  "engines": {
    "node": ">=14.18.0"
  },
  "exports": {
    ".": "./src/index.js",
    "./lambda": "./src/lambda/index.js"
  },
  "homepage": "https://github.com/dherault/serverless-offline",
  "keywords": [
    "serverless",
    "serverless framework",
    "serverless local",
    "serverless offline",
    "serverless plugin",
    "aws",
    "amazon web services",
    "api gateway",
    "http",
    "lambda",
    "schedule",
    "websocket"
  ],
  "license": "MIT",
  "name": "serverless-offline",
  "peerDependencies": {
    "serverless": "^3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dherault/serverless-offline.git"
  },
  "scripts": {
    "format": "eslint . --fix",
    "lint": "eslint .",
    "lint:updated": "pipe-git-updated --ext=js -- eslint",
    "list-contributors": "echo 'clone https://github.com/mgechev/github-contributors-list.git first, then run npm install' && cd ../github-contributors-list && node bin/githubcontrib --owner dherault --repo serverless-offline --sortBy contributions --showlogin true --sortOrder desc > contributors.md",
    "prepare": "husky install",
    "prepare-release": "standard-version && prettier --write CHANGELOG.md",
    "prepublishOnly": "npm run lint",
    "prettier": "prettier --check .",
    "prettier-check": "prettier -c --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
    "prettier-check:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier -c",
    "prettify": "prettier --write --ignore-path .gitignore \"**/*.{css,html,js,json,md,yaml,yml}\"",
    "prettify:updated": "pipe-git-updated --ext=css --ext=html --ext=js --ext=json --ext=md --ext=yaml --ext=yml -- prettier --write",
    "test": "mocha --require ./tests/mochaHooks.cjs",
    "test:cov": "NODE_OPTIONS='--experimental-loader @istanbuljs/esm-loader-hook' nyc --reporter=html npm test",
    "test:node": "TEST=unit mocha --require ./tests/mochaHooks.cjs",
    "test:unit": "TEST=unit mocha --require ./tests/mochaHooks.cjs"
  },
  "standard-version": {
    "skip": {
      "commit": true,
      "tag": true
    },
    "types": [
      {
        "type": "feat",
        "section": "Features"
      },
      {
        "type": "fix",
        "section": "Bug Fixes"
      },
      {
        "type": "perf",
        "section": "Performance Improvements"
      },
      {
        "type": "refactor",
        "section": "Maintenance Improvements"
      }
    ]
  },
  "type": "module",
  "version": "12.0.4"
}
