{
  "_args": [
    [
      "@serverless/utils@6.11.1",
      "/home/newziono/public_html/spamslayer.jordinmarshall.com"
    ]
  ],
  "_development": true,
  "_from": "@serverless/utils@6.11.1",
  "_id": "@serverless/utils@6.11.1",
  "_inBundle": false,
  "_integrity": "sha512-HIPGwxUOtmJWTsXamJ9P3IYmvpI548c6moY+n4672a6HHo6xK2sShrQVtlJUkosMqvki30LDceydsTtHruVX3w==",
  "_location": "/@serverless/utils",
  "_phantomChildren": {
    "has-flag": "4.0.0",
    "whatwg-url": "5.0.0"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@serverless/utils@6.11.1",
    "name": "@serverless/utils",
    "escapedName": "@serverless%2futils",
    "scope": "@serverless",
    "rawSpec": "6.11.1",
    "saveSpec": null,
    "fetchSpec": "6.11.1"
  },
  "_requiredBy": [
    "/serverless-offline"
  ],
  "_resolved": "https://registry.npmjs.org/@serverless/utils/-/utils-6.11.1.tgz",
  "_spec": "6.11.1",
  "_where": "/home/newziono/public_html/spamslayer.jordinmarshall.com",
  "author": {
    "name": "Serverless, Inc."
  },
  "bugs": {
    "url": "https://github.com/serverless/utils/issues"
  },
  "dependencies": {
    "archive-type": "^4.0.0",
    "chalk": "^4.1.2",
    "ci-info": "^3.8.0",
    "cli-progress-footer": "^2.3.2",
    "content-disposition": "^0.5.4",
    "d": "^1.0.1",
    "decompress": "^4.2.1",
    "event-emitter": "^0.3.5",
    "ext": "^1.7.0",
    "ext-name": "^5.0.0",
    "file-type": "^16.5.4",
    "filenamify": "^4.3.0",
    "get-stream": "^6.0.1",
    "got": "^11.8.6",
    "inquirer": "^8.2.5",
    "js-yaml": "^4.1.0",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "log": "^6.3.1",
    "log-node": "^8.0.3",
    "make-dir": "^3.1.0",
    "memoizee": "^0.4.15",
    "ms": "^2.1.3",
    "ncjsm": "^4.3.2",
    "node-fetch": "^2.6.9",
    "open": "^8.4.2",
    "p-event": "^4.2.0",
    "supports-color": "^8.1.1",
    "timers-ext": "^0.1.7",
    "type": "^2.7.2",
    "uni-global": "^1.0.0",
    "uuid": "^8.3.2",
    "write-file-atomic": "^4.0.2"
  },
  "description": "Serverless CLI utilities",
  "devDependencies": {
    "@commitlint/cli": "^16.3.0",
    "@serverless/eslint-config": "^5.0.1",
    "@serverless/test": "^11.1.0",
    "chai": "^4.3.7",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.37.0",
    "eslint-plugin-import": "^2.27.5",
    "git-list-updated": "^1.2.1",
    "github-release-from-cc-changelog": "^2.3.0",
    "husky": "^4.3.8",
    "is-zip": "^1.0.0",
    "lint-staged": "^13.2.0",
    "mocha": "^9.2.2",
    "nock": "^13.3.0",
    "nyc": "^15.1.0",
    "prettier": "^2.8.7",
    "process-utils": "^4.0.0",
    "proxyquire": "^2.1.3",
    "random-buffer": "^0.1.0",
    "sinon": "^13.0.2",
    "sinon-chai": "^3.7.0",
    "standard-version": "^9.5.0"
  },
  "engines": {
    "node": ">=12.0"
  },
  "eslintConfig": {
    "extends": "@serverless/eslint-config/node/12",
    "root": true
  },
  "eslintIgnore": [
    "!/.github"
  ],
  "homepage": "https://github.com/serverless/utils#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint"
    ],
    "*.{css,html,js,json,md,yaml,yml}": [
      "prettier -c"
    ]
  },
  "mocha": {
    "require": [
      "@serverless/test/setup/patch",
      "@serverless/test/setup/log",
      "@serverless/test/setup/mock-homedir",
      "@serverless/test/setup/mock-cwd",
      "@serverless/test/setup/restore-env"
    ]
  },
  "name": "@serverless/utils",
  "nyc": {
    "all": true,
    "exclude": [
      ".github/**",
      "coverage/**",
      "test/**",
      "commitlint.config.js",
      "prettier.config.js"
    ],
    "reporter": [
      "lcov",
      "html",
      "text-summary"
    ]
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/serverless/utils.git"
  },
  "scripts": {
    "commitlint": "commitlint -f HEAD@{15}",
    "commitlint:pull-request": "commitlint -f HEAD~1",
    "coverage": "nyc npm test",
    "lint": "eslint .",
    "lint:updated": "pipe-git-updated --ext=js --base=main -- eslint",
    "prepare-release": "standard-version && prettier --write CHANGELOG.md",
    "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 --base=main -- 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 --base=main -- prettier --write",
    "test": "mocha \"test/**/*.js\"",
    "test:isolated": "mocha-isolated \"test/**/*.js\""
  },
  "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"
      }
    ]
  },
  "version": "6.11.1"
}
