File: //usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-process/package.json
{
"_from": "@ionic/utils-process@2.1.12",
"_id": "@ionic/utils-process@2.1.12",
"_inBundle": false,
"_integrity": "sha512-Jqkgyq7zBs/v/J3YvKtQQiIcxfJyplPgECMWgdO0E1fKrrH8EF0QGHNJ9mJCn6PYe2UtHNS8JJf5G21e09DfYg==",
"_location": "/@ionic/cli/@ionic/utils-process",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ionic/utils-process@2.1.12",
"name": "@ionic/utils-process",
"escapedName": "@ionic%2futils-process",
"scope": "@ionic",
"rawSpec": "2.1.12",
"saveSpec": null,
"fetchSpec": "2.1.12"
},
"_requiredBy": [
"/@ionic/cli",
"/@ionic/cli/@ionic/cli-framework",
"/@ionic/cli/@ionic/utils-subprocess"
],
"_resolved": "https://registry.npmjs.org/@ionic/utils-process/-/utils-process-2.1.12.tgz",
"_shasum": "17b05d66201859fe11f53b47be22b85aa90b9556",
"_spec": "@ionic/utils-process@2.1.12",
"_where": "/usr/local/lib/node_modules/@ionic/cli",
"author": {
"name": "Ionic Team",
"email": "hi@ionic.io",
"url": "https://ionic.io"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ionic/utils-object": "2.1.6",
"@ionic/utils-terminal": "2.3.5",
"debug": "^4.0.0",
"signal-exit": "^3.0.3",
"tree-kill": "^1.2.2",
"tslib": "^2.0.1"
},
"deprecated": false,
"description": "Process utils for NodeJS",
"devDependencies": {
"@types/debug": "^4.1.1",
"@types/jest": "^26.0.10",
"@types/node": "~16.0.0",
"@types/signal-exit": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"rimraf": "^3.0.0",
"ts-jest": "~26.3.0",
"typescript": "~4.8.0"
},
"engines": {
"node": ">=16.0.0"
},
"files": [
"dist/",
"LICENSE",
"README.md"
],
"homepage": "https://ionicframework.com/",
"license": "MIT",
"main": "dist/index.js",
"name": "@ionic/utils-process",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-cli.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf dist",
"lint": "true",
"prepublishOnly": "npm run build",
"test": "jest --maxWorkers=4",
"watch": "tsc -w --preserveWatchOutput"
},
"types": "dist/index.d.ts",
"version": "2.1.12"
}