forgeplus-react/node_modules/is-mobile/package.json

67 lines
1.6 KiB
JSON

{
"_args": [
[
"is-mobile@2.2.2",
"/home/zhiyuanliu/gitlink/forgeplus-react"
]
],
"_from": "is-mobile@2.2.2",
"_id": "is-mobile@2.2.2",
"_inBundle": false,
"_integrity": "sha512-wW/SXnYJkTjs++tVK5b6kVITZpAZPtUrt9SF80vvxGiF/Oywal+COk1jlRkiVq15RFNEQKQY31TkV24/1T5cVg==",
"_location": "/is-mobile",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "is-mobile@2.2.2",
"name": "is-mobile",
"escapedName": "is-mobile",
"rawSpec": "2.2.2",
"saveSpec": null,
"fetchSpec": "2.2.2"
},
"_requiredBy": [
"/antd"
],
"_resolved": "http://173.15.15.82:8081/repository/npm-all/is-mobile/-/is-mobile-2.2.2.tgz",
"_spec": "2.2.2",
"_where": "/home/zhiyuanliu/gitlink/forgeplus-react",
"author": {
"name": "Julian Gruber",
"email": "julian@juliangruber.com",
"url": "http://juliangruber.com"
},
"bugs": {
"url": "https://github.com/juliangruber/is-mobile/issues"
},
"dependencies": {},
"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.2"
}