{
  "_from": "pkg@^5.8.1",
  "_id": "pkg@5.8.1",
  "_inBundle": false,
  "_integrity": "sha512-CjBWtFStCfIiT4Bde9QpJy0KeH19jCfwZRJqHFDFXfhUklCx8JoFmMj3wgnEYIwGmZVNkhsStPHEOnrtrQhEXA==",
  "_location": "/pkg",
  "_phantomChildren": {
    "@babel/helper-string-parser": "7.27.1",
    "@babel/helper-validator-identifier": "7.28.5",
    "@jridgewell/gen-mapping": "0.3.13",
    "ansi-styles": "4.3.0",
    "has": "1.0.4",
    "supports-color": "7.2.0",
    "to-fast-properties": "2.0.0"
  },
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "pkg@^5.8.1",
    "name": "pkg",
    "escapedName": "pkg",
    "rawSpec": "^5.8.1",
    "saveSpec": null,
    "fetchSpec": "^5.8.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/pkg/-/pkg-5.8.1.tgz",
  "_shasum": "862020f3c0575638ef7d1146f951a54d65ddc984",
  "_spec": "pkg@^5.8.1",
  "_where": "/home/easypc6/backend",
  "bin": {
    "pkg": "lib-es5/bin.js"
  },
  "bugs": {
    "url": "https://github.com/vercel/pkg/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/generator": "7.18.2",
    "@babel/parser": "7.18.4",
    "@babel/types": "7.19.0",
    "chalk": "^4.1.2",
    "fs-extra": "^9.1.0",
    "globby": "^11.1.0",
    "into-stream": "^6.0.0",
    "is-core-module": "2.9.0",
    "minimist": "^1.2.6",
    "multistream": "^4.1.0",
    "pkg-fetch": "3.4.2",
    "prebuild-install": "7.1.1",
    "resolve": "^1.22.0",
    "stream-meter": "^1.0.4"
  },
  "deprecated": false,
  "description": "Package your Node.js project into an executable",
  "devDependencies": {
    "@babel/core": "7.18.2",
    "@types/babel__generator": "7.6.4",
    "@types/escodegen": "0.0.7",
    "@types/fs-extra": "9.0.13",
    "@types/is-core-module": "2.2.0",
    "@types/minimist": "1.2.2",
    "@types/multistream": "4.1.0",
    "@types/node": "14.18.20",
    "@types/resolve": "1.20.2",
    "@types/stream-meter": "0.0.22",
    "@typescript-eslint/eslint-plugin": "4.33.0",
    "@typescript-eslint/parser": "4.33.0",
    "eslint": "7.32.0",
    "eslint-config-airbnb-base": "14.2.1",
    "eslint-config-airbnb-typescript": "12.3.1",
    "eslint-config-prettier": "8.5.0",
    "eslint-plugin-import": "2.26.0",
    "json-stable-stringify": "^1.0.1",
    "lint-staged": "^10.5.4",
    "mkdirp": "^1.0.4",
    "prettier": "2.6.2",
    "rimraf": "^3.0.2",
    "simple-git-hooks": ">=2.8.0",
    "typescript": "4.7.2"
  },
  "files": [
    "lib-es5/*.js",
    "lib-es5/index.d.ts",
    "dictionary/*.js",
    "prelude/*.js"
  ],
  "homepage": "https://github.com/vercel/pkg#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,md,json}": "prettier --write"
  },
  "main": "lib-es5/index.js",
  "name": "pkg",
  "peerDependencies": {
    "node-notifier": ">=9.0.1"
  },
  "peerDependenciesMeta": {
    "node-notifier": {
      "optional": true
    }
  },
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vercel/pkg.git"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "rimraf lib-es5",
    "fix": "npm run lint:style -- -w && npm run lint:code -- --fix",
    "lint": "npm run lint:style && npm run lint:code",
    "lint:code": "eslint lib prelude test",
    "lint:style": "prettier -c \"{lib,prelude,test}/**/*.{ts,js}\"",
    "prepare": "npm run build",
    "prepublishOnly": "npm run lint",
    "start": "tsc --watch",
    "test": "npm run build && npm run test:14 && npm run test:12 && npm run test:10 && npm run test:host",
    "test:10": "node test/test.js node10 no-npm",
    "test:12": "node test/test.js node12 no-npm",
    "test:14": "node test/test.js node14 no-npm",
    "test:host": "node test/test.js host only-npm"
  },
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "types": "lib-es5/index.d.ts",
  "version": "5.8.1"
}
