{
  "_args": [
    [
      "cross-spawn-cb@0.6.14",
      "/var/www/html/whatsapp-bi"
    ]
  ],
  "_from": "cross-spawn-cb@0.6.14",
  "_id": "cross-spawn-cb@0.6.14",
  "_inBundle": false,
  "_integrity": "sha512-27tHBafL7Wl0+nVOLCGh65bhOlOgHz4vY8fTCwnTHzGHO6eahLI14699Gplfo+g0f1sajXWZxM3ICafImy/rog==",
  "_location": "/cross-spawn-cb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cross-spawn-cb@0.6.14",
    "name": "cross-spawn-cb",
    "escapedName": "cross-spawn-cb",
    "rawSpec": "0.6.14",
    "saveSpec": null,
    "fetchSpec": "0.6.14"
  },
  "_requiredBy": [
    "/node-install-release",
    "/node-version-use",
    "/node-version-utils"
  ],
  "_resolved": "https://registry.npmjs.org/cross-spawn-cb/-/cross-spawn-cb-0.6.14.tgz",
  "_spec": "0.6.14",
  "_where": "/var/www/html/whatsapp-bi",
  "bugs": {
    "url": "https://github.com/kmalakoff/cross-spawn-cb/issues"
  },
  "dependencies": {
    "buffer-v6-polyfill": "^1.0.5",
    "core-js": "^3.24.1",
    "cross-spawn": "^7.0.3",
    "function-exec-sync": "^0.2.9",
    "next-tick": "^1.1.0",
    "once": "^1.4.0",
    "semver": "^5.7.1"
  },
  "description": "Cross spawn with a completion callback",
  "devDependencies": {
    "@babel/preset-env": "^7.18.10",
    "@rollup/plugin-babel": "^5.3.1",
    "@rollup/plugin-commonjs": "^22.0.2",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@typescript-eslint/parser": "^5.32.0",
    "cr": "^0.1.0",
    "depcheck": "^1.4.3",
    "eslint": "^8.21.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-promise": "^6.0.0",
    "is-version": "^0.2.1",
    "lodash.find": "^4.6.0",
    "match-semver": "^0.1.1",
    "mocha-compat": "^3.5.5",
    "node-install-release": "^0.3.16",
    "node-version-utils": "^0.5.5",
    "prettier": "^2.7.1",
    "rollup": "^2.77.2",
    "rollup-plugin-babel": "^4.4.0",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-externals": "^4.1.1"
  },
  "engines": {
    "node": ">=0.8"
  },
  "files": [
    "lib"
  ],
  "homepage": "https://github.com/kmalakoff/cross-spawn-cb#readme",
  "keywords": [
    "cross-spawn",
    "callbacks",
    "callback"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "cross-spawn-cb",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/kmalakoff/cross-spawn-cb.git"
  },
  "scripts": {
    "build": "",
    "build:spawn": "rollup -c config/rollup.cs.config.js",
    "format": "prettier --write .",
    "lint": "eslint .",
    "prepublishOnly": "npm run lint && depcheck",
    "test": "mocha-compat test/spec/**/*.test.js --no-timeouts",
    "test:engines": "nvu engines npm test"
  },
  "version": "0.6.14"
}
