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

22 lines
986 B
JSON
Executable file

{
"name": "@angular/common/http",
"sideEffects": false,
"main": "../bundles/common-http.umd.js",
"fesm2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/http.js",
"fesm2015": "../fesm2015/http.js",
"esm2015": "../esm2015/http/http.js",
"typings": "./http.d.ts",
"module_ivy_ngcc": "../__ivy_ngcc__/fesm2015/http.js",
"module": "../fesm2015/http.js",
"es2015_ivy_ngcc": "../__ivy_ngcc__/fesm2015/http.js",
"es2015": "../fesm2015/http.js",
"__processed_by_ivy_ngcc__": {
"es2015": "12.1.5",
"fesm2015": "12.1.5",
"module": "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"
}
}