{ "_from": "is-mobile@^2.1.0", "_id": "is-mobile@2.2.1", "_inBundle": false, "_integrity": "sha512-6zELsfVFr326eq2CI53yvqq6YBanOxKBybwDT+MbMS2laBnK6Ez8m5XHSuTQQbnKRfpDzCod1CMWW5q3wZYMvA==", "_location": "/is-mobile", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "is-mobile@^2.1.0", "name": "is-mobile", "escapedName": "is-mobile", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/gl-plot3d", "/plotly.js" ], "_resolved": "https://registry.npmjs.org/is-mobile/-/is-mobile-2.2.1.tgz", "_shasum": "10f2320012c410cc285feecb13406bd586f1b2f8", "_spec": "is-mobile@^2.1.0", "_where": "/Users/anchaa/Documents/Research/StackVis_code/StackVis/frontend/node_modules/plotly.js", "author": { "name": "Julian Gruber", "email": "julian@juliangruber.com", "url": "http://juliangruber.com" }, "bugs": { "url": "https://github.com/juliangruber/is-mobile/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "Check if mobile browser.", "devDependencies": { "np": "^6.1.0", "prettier-standard": "^8.0.1", "standard": "^12.0.1", "tape": "~1.0.4" }, "homepage": "https://github.com/juliangruber/is-mobile", "keywords": [ "mobile", "desktop", "check", "browser" ], "license": "MIT", "main": "index.js", "name": "is-mobile", "repository": { "type": "git", "url": "git://github.com/juliangruber/is-mobile.git" }, "scripts": { "release": "np", "test": "prettier-standard '**/*.js' && standard && tape test.js" }, "types": "index.d.ts", "version": "2.2.1" }