{ "_from": "@expo/config-plugins@3.0.7", "_id": "@expo/config-plugins@3.0.7", "_inBundle": false, "_integrity": "sha512-7YOoFtxB6XqDil+OlGXi7iredKHxXVFCAOIVfFyEDzO3oo0gBmWGmUnHgrPDvpMj0q+adCCh5BL8OcvGfc9ITQ==", "_location": "/@expo/config-plugins", "_phantomChildren": { "lru-cache": "6.0.0" }, "_requested": { "type": "version", "registry": true, "raw": "@expo/config-plugins@3.0.7", "name": "@expo/config-plugins", "escapedName": "@expo%2fconfig-plugins", "scope": "@expo", "rawSpec": "3.0.7", "saveSpec": null, "fetchSpec": "3.0.7" }, "_requiredBy": [ "/@expo/config", "/@expo/prebuild-config", "/expo-file-system" ], "_resolved": "https://registry.npmjs.org/@expo/config-plugins/-/config-plugins-3.0.7.tgz", "_shasum": "50870e26d34b11740a5841076c921729381d4319", "_spec": "@expo/config-plugins@3.0.7", "_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/config", "bugs": { "url": "https://github.com/expo/expo-cli/issues" }, "bundleDependencies": false, "dependencies": { "@expo/config-types": "^42.0.0", "@expo/json-file": "8.2.33", "@expo/plist": "0.0.13", "debug": "^4.3.1", "find-up": "~5.0.0", "fs-extra": "9.0.0", "getenv": "^1.0.0", "glob": "7.1.6", "resolve-from": "^5.0.0", "semver": "^7.3.5", "slash": "^3.0.0", "xcode": "^3.0.1", "xml2js": "^0.4.23" }, "deprecated": false, "description": "A library for Expo config plugins", "devDependencies": { "@types/debug": "^4.1.5", "@types/find-up": "^4.0.0", "@types/fs-extra": "^9.0.1", "@types/xml2js": "^0.4.5" }, "files": [ "build", "paths" ], "homepage": "https://docs.expo.io/guides/config-plugins/", "keywords": [ "json", "expo", "react-native", "react" ], "license": "MIT", "main": "build/index.js", "name": "@expo/config-plugins", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/expo/expo-cli.git", "directory": "packages/config-plugins" }, "scripts": { "build": "tsc --emitDeclarationOnly && babel src --out-dir build --extensions \".ts\" --source-maps --ignore \"src/**/__mocks__/*\",\"src/**/__tests__/*\",\"src/**/__integration_tests__/*\"", "clean": "rimraf build ./tsconfig.tsbuildinfo", "lint": "eslint .", "prepare": "yarn run clean && yarn build", "test": "jest", "watch": "tsc --watch --preserveWatchOutput" }, "version": "3.0.7" }