visitor-info
Version:
Gather information about user
60 lines (59 loc) • 1.68 kB
JSON
{
"name": "visitor-info",
"version": "0.5.0",
"description": "Gather information about user",
"main": "dist/bundle.cjs.js",
"module": "dist/bundle.esm.js",
"repository": "https://github.com/theboolean/visitor-info",
"author": "Lorenzo Cesana",
"license": "MIT",
"private": false,
"sideEffects": false,
"engines": {
"node": ">=12",
"yarn": "^1.16.0"
},
"keywords": [
"browser",
"os",
"timezone",
"user-agent",
"country",
"visitor"
],
"scripts": {
"build": "rollup -c",
"changelog": "conventional-changelog -p eslint -i CHANGELOG.md -s",
"lint": "eslint --ignore-path .gitignore --ext .js ./src/",
"test": "run-p lint test:*",
"test:audit": "yarn audit",
"test:code-duplication": "jsinspect ./src/",
"test:last-commit-message": "commitlint --from=HEAD~1"
},
"dependencies": {
"country-data": "^0.0.31",
"moment-timezone": "^0.5.21",
"ua-parser-js": "^0.7.18"
},
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-proposal-object-rest-spread": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@commitlint/cli": "^16.0.2",
"@commitlint/config-conventional": "^16.0.0",
"@rollup/plugin-babel": "^5.2.1",
"@rollup/plugin-commonjs": "^21.0.1",
"@types/node": "^17.0.8",
"conventional-changelog-cli": "^2.0.23",
"eslint": "^8.6.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^4.2.3",
"jsinspect": "^0.12.7",
"npm-run-all": "^4.1.5",
"rollup": "^2.0.6"
}
}