GT2/Ejectable/node_modules/@expo/json-file/package.json
2021-08-16 00:14:59 +00:00

71 lines
2 KiB
JSON

{
"_from": "@expo/json-file@8.2.33",
"_id": "@expo/json-file@8.2.33",
"_inBundle": false,
"_integrity": "sha512-CDnhjdirUs6OdN5hOSTJ2y3i9EiJMk7Z5iDljC5xyCHCrUex7oyI8vbRsZEojAahxZccgL/PrO+CjakiFFWurg==",
"_location": "/@expo/json-file",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@expo/json-file@8.2.33",
"name": "@expo/json-file",
"escapedName": "@expo%2fjson-file",
"scope": "@expo",
"rawSpec": "8.2.33",
"saveSpec": null,
"fetchSpec": "8.2.33"
},
"_requiredBy": [
"/@expo/config",
"/@expo/config-plugins",
"/@expo/prebuild-config"
],
"_resolved": "https://registry.npmjs.org/@expo/json-file/-/json-file-8.2.33.tgz",
"_shasum": "78f56f33a2cfb807b23c81e00237a33159aa1f32",
"_spec": "@expo/json-file@8.2.33",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/config",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"@babel/code-frame": "~7.10.4",
"json5": "^1.0.1",
"write-file-atomic": "^2.3.0"
},
"deprecated": false,
"description": "A module for reading, writing, and manipulating JSON files",
"devDependencies": {
"@types/babel__code-frame": "^7.0.1",
"@types/json5": "^0.0.30",
"@types/write-file-atomic": "^2.1.1"
},
"files": [
"build"
],
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/json-file#readme",
"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",
"clean": "rimraf build ./tsconfig.tsbuildinfo",
"lint": "eslint .",
"prepare": "yarn run clean && yarn build",
"test": "jest",
"watch": "tsc --watch --preserveWatchOutput"
},
"version": "8.2.33"
}