12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- {
- "_from": "cordova-plugin-device",
- "_id": "cordova-plugin-device@2.0.2",
- "_inBundle": false,
- "_integrity": "sha1-/Ajzci5n7ve2xnv8mag99q3Quro=",
- "_location": "/cordova-plugin-device",
- "_phantomChildren": {},
- "_requested": {
- "type": "tag",
- "registry": true,
- "raw": "cordova-plugin-device",
- "name": "cordova-plugin-device",
- "escapedName": "cordova-plugin-device",
- "rawSpec": "",
- "saveSpec": null,
- "fetchSpec": "latest"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.2.tgz",
- "_shasum": "fc08f3722e67eef7b6c67bfc99a83df6add0baba",
- "_spec": "cordova-plugin-device",
- "_where": "/Users/xukai/Datas/cordova/dxoneportal",
- "author": {
- "name": "Apache Software Foundation"
- },
- "bugs": {
- "url": "https://issues.apache.org/jira/browse/CB"
- },
- "bundleDependencies": false,
- "cordova": {
- "id": "cordova-plugin-device",
- "platforms": [
- "android",
- "ios",
- "windows",
- "browser",
- "osx"
- ]
- },
- "deprecated": false,
- "description": "Cordova Device Plugin",
- "devDependencies": {
- "eslint": "^3.19.0",
- "eslint-config-semistandard": "^11.0.0",
- "eslint-config-standard": "^10.2.1",
- "eslint-plugin-import": "^2.3.0",
- "eslint-plugin-node": "^5.0.0",
- "eslint-plugin-promise": "^3.5.0",
- "eslint-plugin-standard": "^3.0.1"
- },
- "engines": {
- "cordovaDependencies": {
- "3.0.0": {
- "cordova": ">100"
- }
- }
- },
- "homepage": "https://github.com/apache/cordova-plugin-device#readme",
- "keywords": [
- "cordova",
- "device",
- "ecosystem:cordova",
- "cordova-android",
- "cordova-ios",
- "cordova-windows",
- "cordova-browser",
- "cordova-osx"
- ],
- "license": "Apache-2.0",
- "name": "cordova-plugin-device",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/apache/cordova-plugin-device.git"
- },
- "scripts": {
- "eslint": "node node_modules/eslint/bin/eslint www && node node_modules/eslint/bin/eslint src && node node_modules/eslint/bin/eslint tests",
- "test": "npm run eslint"
- },
- "types": "./types/index.d.ts",
- "version": "2.0.2"
- }
|