File: //usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/utils-object/package.json
{
"_from": "@ionic/utils-object@2.1.6",
"_id": "@ionic/utils-object@2.1.6",
"_inBundle": false,
"_integrity": "sha512-vCl7sl6JjBHFw99CuAqHljYJpcE88YaH2ZW4ELiC/Zwxl5tiwn4kbdP/gxi2OT3MQb1vOtgAmSNRtusvgxI8ww==",
"_location": "/@ionic/cli/@ionic/utils-object",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ionic/utils-object@2.1.6",
"name": "@ionic/utils-object",
"escapedName": "@ionic%2futils-object",
"scope": "@ionic",
"rawSpec": "2.1.6",
"saveSpec": null,
"fetchSpec": "2.1.6"
},
"_requiredBy": [
"/@ionic/cli/@ionic/cli-framework",
"/@ionic/cli/@ionic/utils-process"
],
"_resolved": "https://registry.npmjs.org/@ionic/utils-object/-/utils-object-2.1.6.tgz",
"_shasum": "c0259bf925b6c12663d06f6bc1703e5dcb565e6d",
"_spec": "@ionic/utils-object@2.1.6",
"_where": "/usr/local/lib/node_modules/@ionic/cli/node_modules/@ionic/cli-framework",
"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": {
"debug": "^4.0.0",
"tslib": "^2.0.1"
},
"deprecated": false,
"description": "Object utils",
"devDependencies": {
"@types/debug": "^4.1.1",
"@types/jest": "^26.0.10",
"@types/node": "~16.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"
],
"gitHead": "15ef6e7da4eace4fd55d16fd9508d156a4bc8203",
"homepage": "https://ionicframework.com/",
"license": "MIT",
"main": "dist/index.js",
"name": "@ionic/utils-object",
"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.6"
}