{
  "_args": [
    [
      "function-exec-sync@0.2.10",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "function-exec-sync@0.2.10",
  "_id": "function-exec-sync@0.2.10",
  "_inBundle": false,
  "_integrity": "sha512-L69o9xCCoUv4du75Y1CIkelTJcQ+s2FfzJiLDA+J0BF/HnOlIWWUYyG1c5nw9wN1UBJLK6o0t00Qk/JDHL3mvA==",
  "_location": "/function-exec-sync",
  "_phantomChildren": {
    "minimist": "1.2.6"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "function-exec-sync@0.2.10",
    "name": "function-exec-sync",
    "escapedName": "function-exec-sync",
    "rawSpec": "0.2.10",
    "saveSpec": null,
    "fetchSpec": "0.2.10"
  },
  "_requiredBy": [
    "/cross-spawn-cb",
    "/fetch-json-cache/get-remote",
    "/get-remote",
    "/node-exec-path",
    "/node-install-release",
    "/node-version-call"
  ],
  "_resolved": "https://registry.npmjs.org/function-exec-sync/-/function-exec-sync-0.2.10.tgz",
  "_spec": "0.2.10",
  "_where": "/var/www/html/whatsapp-bi",
  "author": {
    "name": "Kevin Malakoff",
    "email": "kmalakoff@gmail.com",
    "url": "https://github.com/kmalakoff"
  },
  "bugs": {
    "url": "https://github.com/function-exec-sync/issues"
  },
  "dependencies": {
    "async-compat": "^1.4.7",
    "core-js": "^3.24.1",
    "mkdirp": "^0.5.6",
    "os-shim": "^0.1.3",
    "serialize-javascript": "^6.0.0",
    "short-hash": "^1.0.0",
    "temp-suffix": "^0.1.1",
    "thread-sleep-compat": "^0.1.1"
  },
  "description": "Run a function in a node process",
  "devDependencies": {
    "@types/mocha": "^9.1.1",
    "@types/node": "^18.7.1",
    "lodash.keys": "^4.2.0",
    "pinkie-promise": "^2.0.1",
    "ts-dev-stack": "^0.8.7"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/function-exec-sync#README.md",
  "keywords": [
    "function",
    "exec",
    "sync",
    "execPath",
    "typescript"
  ],
  "license": "MIT",
  "main": "dist/cjs/index.js",
  "name": "function-exec-sync",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/function-exec-sync.git"
  },
  "scripts": {
    "build": "tsds build",
    "deploy": "tsds deploy",
    "format": "tsds format",
    "lint": "tsds lint",
    "test": "tsds test:node",
    "test:engines": "nvu engines tsds test:node",
    "version": "tsds version"
  },
  "tsds": {
    "source": "src/index.ts",
    "targets": [
      "cjs"
    ]
  },
  "types": "dist/types/index.d.ts",
  "version": "0.2.10"
}
