0a5ab058a6
- Angular 12 application with PrimeNG components - 5 existing Cypress e2e test suites - SCSS styling with BEM naming convention - i18n support (10 languages) - Leaflet map integration - Complete component hierarchy and routing structure This baseline will be used for Angular → React migration.
42 lines
694 B
JSON
42 lines
694 B
JSON
{
|
|
"name": "aggregate-error",
|
|
"version": "3.1.0",
|
|
"description": "Create an error from multiple errors",
|
|
"license": "MIT",
|
|
"repository": "sindresorhus/aggregate-error",
|
|
"author": {
|
|
"name": "Sindre Sorhus",
|
|
"email": "sindresorhus@gmail.com",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava && tsd"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"index.d.ts"
|
|
],
|
|
"keywords": [
|
|
"aggregate",
|
|
"error",
|
|
"combine",
|
|
"multiple",
|
|
"many",
|
|
"collection",
|
|
"iterable",
|
|
"iterator"
|
|
],
|
|
"dependencies": {
|
|
"clean-stack": "^2.0.0",
|
|
"indent-string": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ava": "^2.4.0",
|
|
"tsd": "^0.7.1",
|
|
"xo": "^0.25.3"
|
|
}
|
|
}
|