UNPKG

@ribajs/history

Version:

History module of Riba.js

62 lines 1.5 kB
{ "name": "@ribajs/history", "description": "History module of Riba.js", "version": "2.0.0-rc.23", "type": "module", "engines": { "node": "^12.20.0 || ^14.13.1 || >=16.0.0" }, "author": "Pascal Garber <pascal@artandcode.studio>", "contributors": [ "Michael Richards", "Luiz Américo Pereira Câmara" ], "url": "https://github.com/ribajs/riba/tree/master/packages/history", "main": "src/index.ts", "module": "src/index.ts", "source": "src/index.ts", "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/ribajs/riba/blob/master/LICENSE" } ], "repository": { "type": "git", "url": "git+https://github.com/ribajs/riba.git" }, "keywords": [ "Art+Code Studio", "Riba", "Rivets", "tinybind", "SPA", "TypeScript", "Browser", "History" ], "scripts": { "lint": "eslint ./src --ext .js,.jsx,.ts,.tsx,.cts,.mts --fix && tsc --noEmit", "build": "yarn run lint && tsc", "clean": "rm -rf ./dist ./lib" }, "files": [ "/src", "/dist" ], "bugs": { "url": "https://github.com/ribajs/riba/issues" }, "homepage": "https://github.com/ribajs/riba#readme", "directories": {}, "devDependencies": { "@babel/runtime": "^7.27.6", "@babel/runtime-corejs3": "^7.27.6", "@ribajs/eslint-config": "^2.0.0-rc.23", "@ribajs/tsconfig": "^2.0.0-rc.23", "@types/jest": "^30.0.0", "eslint": "^9.29.0", "typescript": "5.8.3" } }