UNPKG

detect-features

Version:
68 lines (67 loc) 1.95 kB
{ "name": "detect-features", "version": "1.0.2", "description": "Detect and report browser and hardware features", "author": "Tim van Scherpenzeel", "license": "MIT", "main": "dist/detect-features.umd.js", "module": "dist/detect-features.esm.js", "types": "dist/index.d.ts", "homepage": "https://github.com/TimvanScherpenzeel/detect-features#readme", "bugs": { "url": "https://github.com/TimvanScherpenzeel/detect-features/issues" }, "repository": { "type": "git", "url": "https://github.com/TimvanScherpenzeel/detect-features.git" }, "files": [ "dist" ], "keywords": [ "gpu", "detect", "webgl", "webgl2", "three.js", "babylonjs", "three", "babylon", "3d", "typescript", "javascript" ], "scripts": { "start": "rollup -c rollup/config.lib.js -w", "lint": "eslint \"src/**/*.ts\" \"test/**/*.ts\" \"rollup/**/*.ts\" --fix --cache --cache-location ~/.eslintcache/eslintcache", "prebuild": "rimraf dist", "build": "rollup -c rollup/config.lib.js", "example": "rollup -w -c rollup/config.dev.ts" }, "dependencies": { "detect-gpu": "^2.0.3", "detect-ua": "^1.0.2", "webgl-constants": "^1.1.1" }, "devDependencies": { "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^9.0.0", "@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/parser": "^4.4.0", "eslint": "^7.10.0", "eslint-config-prettier": "^6.12.0", "eslint-plugin-prettier": "^3.1.4", "prettier": "^2.1.2", "rimraf": "^3.0.2", "rollup": "^2.28.2", "rollup-plugin-commonjs": "^10.1.0", "rollup-plugin-filesize": "^9.0.2", "rollup-plugin-livereload": "^2.0.0", "rollup-plugin-serve": "^1.0.4", "rollup-plugin-sourcemaps": "^0.6.3", "rollup-plugin-terser": "^7.0.2", "rollup-plugin-typescript2": "^0.27.3", "ts-node": "^9.0.0", "typescript": "^4.0.3" } }