{
"_from": "@expo/json-file@^8.1.12",
"_id": "@expo/json-file@8.1.12",
"_inBundle": false,
"_integrity": "sha512-TSn31UGQ5N40c5a4uyruxw0JAY40CUjjXdH5YeUyBSX1wqOth4YujHnGCuHyKH1ViSQQ+qinN2OpT+2294GV3g==",
"_location": "/@expo/json-file",
"_phantomChildren": {
"graceful-fs": "4.2.2",
"jsonfile": "4.0.0",
"universalify": "0.1.2"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "@expo/json-file@^8.1.12",
"name": "@expo/json-file",
"escapedName": "@expo%2fjson-file",
"scope": "@expo",
"rawSpec": "^8.1.12",
"saveSpec": null,
"fetchSpec": "^8.1.12"
},
"_requiredBy": [
"/@expo/config",
"/@expo/xdl",
"/expo-cli"
],
"_resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.1.12.tgz",
"_shasum": "f7128f0fc63f2726efd85a27e3c2e31193148d6c",
"_spec": "@expo/json-file@^8.1.12",
"_where": "/u1/h0/jkinne/public_html/cs499-f2019/code/react-native-project/node_modules/expo-cli",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "^7.0.0-beta.44",
"fs-extra": "^8.0.1",
"json5": "^1.0.1",
"lodash": "^4.17.11",
"util.promisify": "^1.0.0",
"write-file-atomic": "^2.3.0"
},
"deprecated": false,
"description": "A module for reading, writing, and manipulating JSON files",
"devDependencies": {
"@expo/babel-preset-cli": "^0.2.1-alpha.0",
"@types/babel__code-frame": "^7.0.1",
"@types/fs-extra": "^7.0.0",
"@types/jest": "^24.0.13",
"@types/json5": "^0.0.30",
"@types/lodash": "^4.14.135",
"@types/write-file-atomic": "^2.1.1",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"prettier": "^1.7.4",
"typescript": "3.4.5"
},
"files": [
"build"
],
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/json-file#readme",
"jest": {
"testEnvironment": "node"
},
"keywords": [
"json"
],
"license": "MIT",
"main": "build/JsonFile.js",
"name": "@expo/json-file",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-cli.git",
"directory": "packages/json-file"
},
"scripts": {
"build": "tsc",
"prepare": "yarn build",
"test": "jest",
"watch": "tsc --watch"
},
"version": "8.1.12"
}