@umijs/history
Version:
Manage session history with JavaScript
25 lines (24 loc) • 547 B
JSON
{
"name": "@umijs/history",
"version": "5.3.1",
"description": "Manage session history with JavaScript",
"author": "Remix Software <hello@remix.run>",
"repository": "umi-contribute/history",
"license": "MIT",
"main": "main.js",
"module": "index.js",
"types": "index.d.ts",
"unpkg": "umd/history.production.min.js",
"sideEffects": false,
"dependencies": {
"query-string": "^6.13.6",
"@babel/runtime": "^7.7.6"
},
"keywords": [
"history",
"location"
],
"publishConfig": {
"access": "public"
}
}