File: //usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/cli-framework/package.json
{
"_from": "@ionic/cli-framework@6.0.1",
"_id": "@ionic/cli-framework@6.0.1",
"_inBundle": false,
"_integrity": "sha512-Fyix4eQt2HKTV+GoeoiziQGZyqIA8RfoMqjGyAS5XgNXLOYW0P27Ph348hQZh9Mphjf+m0lOYa6dWQTEPzUHiQ==",
"_location": "/@ionic/cli/@ionic/cli-framework",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ionic/cli-framework@6.0.1",
"name": "@ionic/cli-framework",
"escapedName": "@ionic%2fcli-framework",
"scope": "@ionic",
"rawSpec": "6.0.1",
"saveSpec": null,
"fetchSpec": "6.0.1"
},
"_requiredBy": [
"/@ionic/cli"
],
"_resolved": "https://registry.npmjs.org/@ionic/cli-framework/-/cli-framework-6.0.1.tgz",
"_shasum": "c3a2d51a5cee8b08e401873e1c502cbf9665be13",
"_spec": "@ionic/cli-framework@6.0.1",
"_where": "/usr/local/lib/node_modules/@ionic/cli",
"author": {
"name": "Ionic Team",
"email": "hi@ionic.io",
"url": "https://ionicframework.com"
},
"bugs": {
"url": "https://github.com/ionic-team/ionic-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ionic/cli-framework-output": "2.2.8",
"@ionic/utils-array": "2.1.6",
"@ionic/utils-fs": "3.1.7",
"@ionic/utils-object": "2.1.6",
"@ionic/utils-process": "2.1.12",
"@ionic/utils-stream": "3.1.7",
"@ionic/utils-subprocess": "3.0.1",
"@ionic/utils-terminal": "2.3.5",
"chalk": "^4.0.0",
"debug": "^4.0.0",
"lodash": "^4.17.5",
"minimist": "^1.2.0",
"rimraf": "^3.0.0",
"tslib": "^2.0.1",
"write-file-atomic": "^3.0.0"
},
"deprecated": false,
"description": "The foundation framework of the Ionic CLI",
"devDependencies": {
"@types/debug": "^4.1.1",
"@types/jest": "^26.0.10",
"@types/lodash": "^4.14.104",
"@types/minimist": "^1.2.0",
"@types/node": "~16.0.0",
"@types/write-file-atomic": "^3.0.0",
"jest": "^26.4.2",
"jest-cli": "^26.0.1",
"lint-staged": "^10.0.2",
"ts-jest": "~26.3.0",
"typescript": "~4.8.0"
},
"engines": {
"node": ">=16.0.0"
},
"homepage": "https://ionicframework.com/",
"license": "MIT",
"main": "./index.js",
"name": "@ionic/cli-framework",
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic-cli.git"
},
"scripts": {
"build": "npm run clean && tsc",
"clean": "rimraf index.* definitions.* errors.* guards.* lib utils",
"lint": "true",
"prepublishOnly": "npm run build",
"test": "jest --maxWorkers=4",
"watch": "tsc -w --preserveWatchOutput"
},
"types": "./index.d.ts",
"version": "6.0.1"
}