custom-app
Version:
ITIMS��Ʒ�鿪��ר��React���,�Dz��ý��ּ�dhcc-app���������
71 lines (70 loc) • 1.78 kB
JSON
{
"_args": [
[
"ismobilejs@0.5.2",
"G:\\dhcc-app-dll"
]
],
"_from": "ismobilejs@0.5.2",
"_id": "ismobilejs@0.5.2",
"_inBundle": false,
"_integrity": "sha512-ta9UdV60xVZk/ZafFtSFslQaE76SvNkcs1r73d2PVR21zVzx9xuYv9tNe4MxA1NN7WoeCc2RjGot3Bz1eHDx3Q==",
"_location": "/ismobilejs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "ismobilejs@0.5.2",
"name": "ismobilejs",
"escapedName": "ismobilejs",
"rawSpec": "0.5.2",
"saveSpec": null,
"fetchSpec": "0.5.2"
},
"_requiredBy": [
"/rc-menu"
],
"_resolved": "https://registry.npmjs.org/ismobilejs/-/ismobilejs-0.5.2.tgz",
"_spec": "0.5.2",
"_where": "G:\\dhcc-app-dll",
"author": {
"name": "Kai Mallea",
"email": "kmallea@gmail.com"
},
"browser": "./dist/isMobile.min.js",
"bugs": {
"url": "https://github.com/kaimallea/isMobile/issues"
},
"description": "A simple JS library that detects mobile devices.",
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"uglify-js": "^3.5.13"
},
"homepage": "https://github.com/kaimallea/isMobile",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"ismobile",
"device detection",
"mobile devices",
"useragent"
],
"license": "MIT",
"main": "./src/isMobile.js",
"name": "ismobilejs",
"repository": {
"type": "git",
"url": "git+https://github.com/kaimallea/isMobile.git"
},
"scripts": {
"build": "npm run clean && uglifyjs src/isMobile.js -o dist/isMobile.min.js -c -m",
"clean": "rm -f ./dist/isMobile.min.js",
"test": "jest"
},
"version": "0.5.2"
}