97 lines
2.8 KiB
JSON
97 lines
2.8 KiB
JSON
{
|
|
"_from": "@expo/configure-splash-screen@0.5.0",
|
|
"_id": "@expo/configure-splash-screen@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-wU84OsmACcQaY+cFNj1UOzqdUB+XNRP8hO5mwGN5LWRIDhd/5S1A/3hmWT96X4UQEee+XtCpwnmTw6SGIsTfIg==",
|
|
"_location": "/@expo/configure-splash-screen",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@expo/configure-splash-screen@0.5.0",
|
|
"name": "@expo/configure-splash-screen",
|
|
"escapedName": "@expo%2fconfigure-splash-screen",
|
|
"scope": "@expo",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/expo-splash-screen"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@expo/configure-splash-screen/-/configure-splash-screen-0.5.0.tgz",
|
|
"_shasum": "1e24d5086f8636070e092c3186a60f2926827259",
|
|
"_spec": "@expo/configure-splash-screen@0.5.0",
|
|
"_where": "/jd/work/GT2/newMaster/Ejectable/node_modules/expo-splash-screen",
|
|
"author": {
|
|
"name": "650 Industries, Inc."
|
|
},
|
|
"bin": {
|
|
"configure-splash-screen": "build/index-cli.js",
|
|
"expo-splash-screen": "build/index-cli.js"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/expo/expo-cli/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"color-string": "^1.5.3",
|
|
"commander": "^5.1.0",
|
|
"fs-extra": "^9.0.0",
|
|
"glob": "^7.1.6",
|
|
"lodash": "^4.17.15",
|
|
"pngjs": "^5.0.0",
|
|
"xcode": "^3.0.0",
|
|
"xml-js": "^1.6.11"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Supplementary module for 'expo-splash-screen' providing cli configuration command",
|
|
"devDependencies": {
|
|
"@expo/babel-preset-cli": "0.2.18",
|
|
"@types/color-string": "^1.5.0",
|
|
"@types/fs-extra": "^9.0.1",
|
|
"@types/jest": "^25.2.2",
|
|
"@types/lodash": "^4.14.155",
|
|
"babel-jest": "^26.2.2",
|
|
"conditional-type-checks": "^1.0.5",
|
|
"eslint": "^6.8.0",
|
|
"jest": "^26.2.2",
|
|
"memfs": "^3.1.2",
|
|
"rimraf": "^3.0.2",
|
|
"ts-jest": "^26.1.4",
|
|
"typescript": "^4.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"files": [
|
|
"build"
|
|
],
|
|
"homepage": "https://github.com/expo/expo-cli/tree/master/unlinked-packages/configure-splash-screen",
|
|
"keywords": [
|
|
"react-native",
|
|
"expo",
|
|
"expo-splash-screen",
|
|
"configure-splash-screen"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./build/index.js",
|
|
"name": "@expo/configure-splash-screen",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/expo/expo-cli.git",
|
|
"directory": "unlinked-packages/configure-splash-screen"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"clean": "rimraf build ./tsconfig.tsbuildinfo",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx,.d.ts src",
|
|
"prepare": "yarn run clean && yarn run build",
|
|
"start": "yarn run prepare",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"watch": "tsc --watch --preserveWatchOutput"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|