mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-10-03 22:33:43 +02:00
![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [axios](https://github.com/axios/axios) from 1.9.0 to 1.12.0. - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](https://github.com/axios/axios/compare/v1.9.0...v1.12.0) --- updated-dependencies: - dependency-name: axios dependency-version: 1.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
27 lines
704 B
JSON
27 lines
704 B
JSON
{
|
|
"name": "@digitransit-search-util/digitransit-search-util-get-json",
|
|
"version": "0.0.7",
|
|
"description": "digitransit-search-util get-json module",
|
|
"main": "index.js",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha -r esm test.js",
|
|
"docs": "node -r esm ../../scripts/generate-readmes"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/HSLdevcom/digitransit-ui.git"
|
|
},
|
|
"keywords": [
|
|
"digitransit-search-util",
|
|
"get-json"
|
|
],
|
|
"author": "Digitransit Authors",
|
|
"license": "(AGPL-3.0 OR EUPL-1.2)",
|
|
"dependencies": {
|
|
"@digitransit-search-util/digitransit-search-util-serialize": "0.0.2",
|
|
"axios": "1.12.0"
|
|
}
|
|
}
|