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

69 lines
1.9 KiB
JSON
Executable file

{
"_from": "@ngtools/webpack@12.1.4",
"_id": "@ngtools/webpack@12.1.4",
"_inBundle": false,
"_integrity": "sha512-hXc8dTnRfDB7o1Pd7a07aw0rjGmVLXU28+cTHQJliosgD3obcjfZ4QPA0k97vlQMtqVJawuShRfyiUKrpsJf8Q==",
"_location": "/@ngtools/webpack",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@ngtools/webpack@12.1.4",
"name": "@ngtools/webpack",
"escapedName": "@ngtools%2fwebpack",
"scope": "@ngtools",
"rawSpec": "12.1.4",
"saveSpec": null,
"fetchSpec": "12.1.4"
},
"_requiredBy": [
"/@angular-devkit/build-angular"
],
"_resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-12.1.4.tgz",
"_shasum": "9f7ac5e26b366831b50558bf71dd6e1689743def",
"_spec": "@ngtools/webpack@12.1.4",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular-devkit/build-angular",
"author": {
"name": "Angular Authors"
},
"bugs": {
"url": "https://github.com/angular/angular-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"enhanced-resolve": "5.8.2"
},
"deprecated": false,
"description": "Webpack plugin that AoT compiles your Angular components and modules.",
"engines": {
"node": "^12.14.1 || >=14.0.0",
"npm": "^6.11.0 || ^7.5.6",
"yarn": ">= 1.13.0"
},
"homepage": "https://github.com/angular/angular-cli",
"keywords": [
"angular",
"Angular CLI",
"devkit",
"sdk",
"Angular DevKit",
"webpack",
"plugin",
"aot"
],
"license": "MIT",
"main": "./src/index.js",
"name": "@ngtools/webpack",
"peerDependencies": {
"@angular/compiler-cli": "^12.0.0 || ^12.1.0-next",
"typescript": "~4.2.3 || ~4.3.2",
"webpack": "^5.30.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular-cli.git"
},
"typings": "src/index.d.ts",
"version": "12.1.4"
}