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.
33 lines
676 B
JSON
33 lines
676 B
JSON
{
|
|
"name": "siginfo",
|
|
"version": "2.0.0",
|
|
"description": "Utility module to print pretty messages on SIGINFO/SIGUSR1",
|
|
"main": "index.js",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"standard": "^14.3.4"
|
|
},
|
|
"scripts": {
|
|
"test": "standard"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/emilbayes/siginfo.git"
|
|
},
|
|
"keywords": [
|
|
"siginfo",
|
|
"sigusr1",
|
|
"ctrl",
|
|
"t",
|
|
"info",
|
|
"progress",
|
|
"inspect"
|
|
],
|
|
"author": "Emil Bay <github@tixz.dk>",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/emilbayes/siginfo/issues"
|
|
},
|
|
"homepage": "https://github.com/emilbayes/siginfo#readme"
|
|
}
|