123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_from": "cordova-plugin-device",
- "_id": "cordova-plugin-device@2.0.3",
- "_inBundle": false,
- "_integrity": "sha512-Jb3V72btxf3XHpkPQsGdyc8N6tVBYn1vsxSFj43fIz9vonJDUThYPCJJHqk6PX6N4dJw6I4FjxkpfCR4LDYMlw==",
- "_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": [
- "#DEV:/",
- "#USER"
- ],
- "_resolved": "https://registry.npmjs.org/cordova-plugin-device/-/cordova-plugin-device-2.0.3.tgz",
- "_shasum": "c2b41b7efd0455dd097f89356d85bfdd5dadeb0f",
- "_spec": "cordova-plugin-device",
- "_where": "/Users/christian/Documents/artesanias",
- "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.3"
- }
|