projecte_ionic/node_modules/@ionic/angular/package.json
2022-02-09 18:30:03 +01:00

85 lines
2.6 KiB
JSON
Executable file

{
"_from": "@ionic/angular@^5.5.2",
"_id": "@ionic/angular@5.8.5",
"_inBundle": false,
"_integrity": "sha512-GJovOQffrE7V9VFoHOaFoaq55nokvSi8CGMoRy3wTHY4T0zqCsD/ooVXsY+R2Km3bdsnO/g6KuJM/Ep4I8ksTg==",
"_location": "/@ionic/angular",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@ionic/angular@^5.5.2",
"name": "@ionic/angular",
"escapedName": "@ionic%2fangular",
"scope": "@ionic",
"rawSpec": "^5.5.2",
"saveSpec": null,
"fetchSpec": "^5.5.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@ionic/angular/-/angular-5.8.5.tgz",
"_shasum": "c2288a4a9d1ad1f92b6a8eda90fb5c50f8bbc375",
"_spec": "@ionic/angular@^5.5.2",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto",
"bugs": {
"url": "https://github.com/ionic-team/ionic/issues"
},
"bundleDependencies": false,
"dependencies": {
"@ionic/core": "5.8.5",
"tslib": "^1.9.3"
},
"deprecated": false,
"description": "Angular specific wrappers for @ionic/core",
"es2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/ionic-angular.js",
"es2015": "fesm2015/ionic-angular.js",
"esm2015": "esm2015/ionic-angular.js",
"esm5": "esm5/ionic-angular.js",
"fesm2015_ivy_ngcc": "__ivy_ngcc__/fesm2015/ionic-angular.js",
"fesm2015": "fesm2015/ionic-angular.js",
"fesm5": "fesm5/ionic-angular.js",
"homepage": "https://ionicframework.com/",
"keywords": [
"ionic",
"framework",
"angular",
"mobile",
"app",
"webapp",
"capacitor",
"cordova",
"progressive web app",
"pwa"
],
"license": "MIT",
"main": "bundles/ionic-angular.umd.js",
"metadata": "ionic-angular.metadata.json",
"module": "fesm5/ionic-angular.js",
"name": "@ionic/angular",
"peerDependencies": {
"@angular/core": ">=8.2.7",
"@angular/forms": ">=8.2.7",
"@angular/router": ">=8.2.7",
"rxjs": ">=6.2.0",
"zone.js": ">=0.8.26"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ionic-team/ionic.git"
},
"schematics": "./schematics/collection.json",
"sideEffects": false,
"typings": "ionic-angular.d.ts",
"version": "5.8.5",
"__processed_by_ivy_ngcc__": {
"es2015": "12.1.5",
"fesm2015": "12.1.5",
"typings": "12.1.5"
},
"scripts": {
"prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled by NGCC. This is not allowed.\\nPlease delete and rebuild the package, without compiling with NGCC, before attempting to publish.\\nNote that NGCC may have been run by importing this package into another project that is being built with Ivy enabled.\\n')\" && exit 1"
}
}