UNPKG

detectincognitojs

Version:

detectIncognito.js can be used to detect incognito mode & other private browsing modes on most modern browsers.

34 lines (33 loc) 879 B
{ "name": "detectincognitojs", "version": "1.6.2", "description": "detectIncognito.js can be used to detect incognito mode & other private browsing modes on most modern browsers.", "main": "./dist/detectIncognito.js", "module": "./dist/detectIncognito.esm.js", "types": "./dist/detectIncognito.d.ts", "scripts": { "build-for-cdn": "npx webpack", "build-module": "tsc", "build": "npm run build-for-cdn && npm run build-module" }, "files": [ "dist", "src" ], "repository": { "type": "git", "url": "git+https://github.com/Joe12387/detectIncognito.git" }, "keywords": [ "incognito" ], "author": "Joe Rutkowski / Joe12387", "license": "MIT", "devDependencies": { "terser-webpack-plugin": "^5.3.10", "ts-loader": "^9.4.2", "typescript": "^4.6.4", "webpack": "^5.75.0", "webpack-cli": "^5.0.1" } }