{ "_from": "@expo/vector-icons@^12.0.0", "_id": "@expo/vector-icons@12.0.5", "_inBundle": false, "_integrity": "sha512-zWvHBmkpbi1KrPma6Y+r/bsGI6MjbM1MBSe6W9A4uYMLhNI5NR4JtTnqxhf7g1XdpaDtBdv5aOWKEx4d5rxnhg==", "_location": "/@expo/vector-icons", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "@expo/vector-icons@^12.0.0", "name": "@expo/vector-icons", "escapedName": "@expo%2fvector-icons", "scope": "@expo", "rawSpec": "^12.0.0", "saveSpec": null, "fetchSpec": "^12.0.0" }, "_requiredBy": [ "/", "/expo" ], "_resolved": "https://registry.npmjs.org/@expo/vector-icons/-/vector-icons-12.0.5.tgz", "_shasum": "bc508ad05fb7e9a3e008704977cfec6c18aa7728", "_spec": "@expo/vector-icons@^12.0.0", "_where": "/jd/work/GT2/newMaster/Ejectable", "author": { "name": "Brent Vatne" }, "bugs": { "url": "https://github.com/expo/vector-icons/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Evan Bacon", "email": "bacon@expo.io", "url": "https://github.com/evanbacon" } ], "dependencies": { "lodash.frompairs": "^4.0.1", "lodash.isequal": "^4.5.0", "lodash.isstring": "^4.0.1", "lodash.omit": "^4.5.0", "lodash.pick": "^4.4.0", "lodash.template": "^4.5.0" }, "deprecated": false, "description": "Built-in support for popular icon fonts and the tooling to create your own Icon components from your font and glyph map. This is a wrapper around react-native-vector-icons to make it compatible with Expo.", "devDependencies": { "@types/react-native": "~0.63", "expo-font": "^8.4.0", "expo-module-scripts": "^1.0.0" }, "homepage": "https://expo.github.io/vector-icons", "jest": { "preset": "expo-module-scripts" }, "keywords": [ "expo" ], "license": "MIT", "main": "build/IconsLazy.js", "module": "build/Icons.js", "name": "@expo/vector-icons", "repository": { "type": "git", "url": "git+https://github.com/expo/vector-icons.git" }, "scripts": { "build": "EXPO_NONINTERACTIVE=1 expo-module build && npm run generate-lazy && npm run copy-vendor", "build:dev": "expo-module build", "clean": "expo-module clean", "copy-vendor": "cp -R src/vendor/ build/vendor/", "expo-module": "expo-module", "generate-lazy": "expo-module babel --config-file ./babel.config.build.js --source-maps --out-file build/IconsLazy.js build/Icons.js", "lint": "eslint tools", "prepare": "expo-module prepare && npm run generate-lazy && npm run copy-vendor", "prepublishOnly": "expo-module prepublishOnly", "test": "expo-module test" }, "sideEffects": false, "types": "build/Icons.d.ts", "unimodulePeerDependencies": { "expo-font": "*" }, "version": "12.0.5" }