{
"_from": "expo-cli",
"_id": "expo-cli@3.2.3",
"_inBundle": false,
"_integrity": "sha512-nRolk41be0YVVMwecomAdu4B7bOavsNxqQFh8HKHu6quHg5Gpc5piuxhaQdmvc6AaoZPSq9IDR6UnNju2wFdKg==",
"_location": "/expo-cli",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "expo-cli",
"name": "expo-cli",
"escapedName": "expo-cli",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/expo-cli/-/expo-cli-3.2.3.tgz",
"_shasum": "2b072d444b3e86c1a589cdc779e2ff7447d32fdf",
"_spec": "expo-cli",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project",
"bin": {
"expo": "./bin/expo.js",
"expo-cli": "./bin/expo.js"
},
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@expo/bunyan": "3.0.2",
"@expo/config": "^2.1.6",
"@expo/dev-tools": "^0.6.5",
"@expo/json-file": "^8.1.12",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/traveling-fastlane-darwin": "1.10.0",
"@expo/traveling-fastlane-linux": "1.10.0",
"@expo/xdl": "^56.2.7",
"@types/untildify": "^3.0.0",
"ansi-regex": "^4.1.0",
"axios": "0.19.0",
"babel-runtime": "6.26.0",
"base32.js": "0.1.0",
"boxen": "4.1.0",
"chalk": "2.4.1",
"cli-table": "0.3.1",
"commander": "2.17.1",
"dateformat": "3.0.3",
"delay-async": "1.2.0",
"detect-indent": "^6.0.0",
"detect-newline": "^3.0.0",
"enquirer": "2.1.1",
"envinfo": "5.10.0",
"es6-error": "3.2.0",
"fs-extra": "6.0.1",
"getenv": "0.7.0",
"glob": "7.1.2",
"indent-string": "4.0.0",
"inflection": "^1.12.0",
"inquirer": "5.2.0",
"klaw-sync": "6.0.0",
"lodash": "4.17.11",
"match-require": "2.1.0",
"npm-package-arg": "6.1.0",
"open": "6.3.0",
"ora": "3.4.0",
"pacote": "9.3.0",
"pngjs": "3.4.0",
"progress": "2.0.0",
"qrcode-terminal": "0.11.0",
"request": "^2.88.0",
"semver": "5.5.0",
"slash": "1.0.0",
"source-map-support": "0.5.9",
"split": "1.0.1",
"targz": "^1.0.1",
"tempy": "^0.3.0",
"untildify": "3.0.3",
"validator": "10.5.0",
"wordwrap": "1.0.0"
},
"deprecated": false,
"description": "The command-line tool for creating and publishing Expo apps",
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-flow": "^7.0.0",
"@expo/babel-preset-cli": "^0.2.1-alpha.0",
"@types/ansi-regex": "^4.0.0",
"@types/dateformat": "^3.0.0",
"@types/inquirer": "^6.0.3",
"@types/npm-package-arg": "^6.1.0",
"@types/progress": "^2.0.3",
"@types/slash": "^2.0.0",
"@types/split": "^1.0.0",
"@types/wordwrap": "^1.0.0",
"gulp": "^4.0.0",
"gulp-babel": "^8.0.01",
"gulp-changed": "^1.3.0",
"gulp-plumber": "^1.1.0",
"gulp-sourcemaps": "^2.6.4",
"jest": "^24.9.0",
"pkg": "^4.2.1",
"typescript": "^3.5.1"
},
"engines": {
"node": ">=6.9.1"
},
"files": [
"build",
"bin"
],
"gitHead": "613642fe06827cc231405784b099cf71c29072df",
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/expo-cli#readme",
"keywords": [
"expo",
"react-native"
],
"license": "MIT",
"main": "build/exp.js",
"name": "expo-cli",
"optionalDependencies": {
"@expo/traveling-fastlane-darwin": "1.10.0",
"@expo/traveling-fastlane-linux": "1.10.0"
},
"pkg": {
"scripts": "build/**/*.js"
},
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-cli.git",
"directory": "packages/expo-cli"
},
"scripts": {
"build": "tsc --noEmit && gulp build",
"clean": "rm -rf build ./tsconfig.tsbuildinfo",
"pkg": "pkg .",
"prepare": "yarn run clean && yarn run build",
"preversion": "node ./scripts/preversion.js",
"start": "yarn run prepare && yarn run watch",
"test": "jest",
"test:watch": "jest --watch",
"watch": "concurrently \"tsc --noEmit --watch\" \"gulp watch\""
},
"version": "3.2.3"
}