GT2/Ejectable/node_modules/@expo/plist/package.json

69 lines
1.8 KiB
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"_from": "@expo/plist@0.0.13",
"_id": "@expo/plist@0.0.13",
"_inBundle": false,
"_integrity": "sha512-zGPSq9OrCn7lWvwLLHLpHUUq2E40KptUFXn53xyZXPViI0k9lbApcR9KlonQZ95C+ELsf0BQ3gRficwK92Ivcw==",
"_location": "/@expo/plist",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "@expo/plist@0.0.13",
"name": "@expo/plist",
"escapedName": "@expo%2fplist",
"scope": "@expo",
"rawSpec": "0.0.13",
"saveSpec": null,
"fetchSpec": "0.0.13"
},
"_requiredBy": [
"/@expo/config-plugins",
"/expo-constants/@expo/config-plugins",
"/jest-expo/@expo/config-plugins"
],
"_resolved": "https://registry.npmjs.org/@expo/plist/-/plist-0.0.13.tgz",
"_shasum": "700a48d9927aa2b0257c613e13454164e7371a96",
"_spec": "@expo/plist@0.0.13",
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/@expo/config-plugins",
"bugs": {
"url": "https://github.com/expo/expo-cli/issues"
},
"bundleDependencies": false,
"dependencies": {
"base64-js": "^1.2.3",
"xmlbuilder": "^14.0.0",
"xmldom": "~0.5.0"
},
"deprecated": false,
"description": "Mac OS X Plist parser/builder for Node.js and browsers",
"devDependencies": {
"@types/base64-js": "^1.2.5",
"@types/xmldom": "^0.1.29"
},
"files": [
"build"
],
"homepage": "https://github.com/expo/expo-cli/tree/master/packages/plist#readme",
"keywords": [
"plist"
],
"license": "MIT",
"main": "build/index.js",
"name": "@expo/plist",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo-cli.git",
"directory": "packages/plist"
},
"scripts": {
"build": "tsc",
"prepare": "yarn build",
"test": "jest",
"watch": "tsc --watch --preserveWatchOutput"
},
"version": "0.0.13"
}