Files
flights_web_raw/ClientApp/node_modules/ospath/package.json
T
gnezim 0a5ab058a6 Initial commit: Aeroflot Flights Web - Angular 12 baseline
- 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.
2026-04-05 18:47:57 +03:00

41 lines
830 B
JSON

{
"name": "ospath",
"version": "1.2.2",
"description": "Operating system specific paths.",
"main": "index.js",
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "mocha ./ospath.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/ospath.git"
},
"keywords": [
"home",
"data",
"dir",
"directory",
"path",
"tmp",
"temp",
"windows",
"linux",
"darwin",
"mac"
],
"author": "JP Richardson",
"license": "MIT",
"bugs": {
"url": "https://github.com/jprichardson/ospath/issues"
},
"homepage": "https://github.com/jprichardson/ospath#readme",
"devDependencies": {
"lodash.clonedeep": "^3.0.1",
"mocha": "2.x",
"proxyquire": "^1.5.0",
"standard": "^8.0.0"
}
}