You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

83 lines
2.4 KiB

{
"_from": "ismobilejs@^1.0.0",
"_id": "ismobilejs@1.1.1",
"_inBundle": false,
"_integrity": "sha512-VaFW53yt8QO61k2WJui0dHf4SlL8lxBofUuUmwBo0ljPk0Drz2TiuDW4jo3wDcv41qy/SxrJ+VAzJ/qYqsmzRw==",
"_location": "/ismobilejs",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "ismobilejs@^1.0.0",
"name": "ismobilejs",
"escapedName": "ismobilejs",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/ant-design-vue"
],
"_resolved": "https://registry.npmjs.org/ismobilejs/-/ismobilejs-1.1.1.tgz",
"_shasum": "c56ca0ae8e52b24ca0f22ba5ef3215a2ddbbaa0e",
"_spec": "ismobilejs@^1.0.0",
"_where": "D:\\code\\template-vue-antd\\node_modules\\ant-design-vue",
"author": {
"name": "Kai Mallea",
"email": "kmallea@gmail.com"
},
"bugs": {
"url": "https://github.com/kaimallea/isMobile/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A simple JS library that detects mobile devices.",
"devDependencies": {
"@spotify/web-scripts": "^6.2.0",
"@types/puppeteer": "^2.0.1",
"husky": "^4.2.5",
"jest-puppeteer": "^4.4.0",
"parcel-bundler": "^1.12.4",
"puppeteer": "^2.1.1",
"ts-jest": "^25.3.1"
},
"homepage": "https://github.com/kaimallea/isMobile",
"husky": {
"hooks": {
"pre-commit": "web-scripts precommit --jest-config ./jest.config.js",
"commit-msg": "web-scripts commitmsg"
}
},
"jsdelivr": "dist/isMobile.min.js",
"keywords": [
"ismobile",
"device detection",
"mobile devices",
"useragent"
],
"license": "MIT",
"main": "cjs/index.js",
"module": "esm/index.js",
"name": "ismobilejs",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaimallea/isMobile.git"
},
"scripts": {
"build": "yarn build:library && yarn build:browser",
"build:browser": "parcel build --target browser --experimental-scope-hoisting --global isMobile --out-file isMobile.min.js src/index.browser.ts",
"build:library": "web-scripts build",
"commit": "web-scripts commit",
"format": "web-scripts format",
"lint": "web-scripts lint",
"prebuild": "rm -rf cjs esm dist",
"prepare": "web-scripts audit",
"release": "web-scripts release",
"test": "jest"
},
"types": "types",
"version": "1.1.1"
}