GT2/Ejectable/node_modules/expo-linking/package.json

74 lines
1.9 KiB
JSON

{
"_from": "expo-linking@~2.3.1",
"_id": "expo-linking@2.3.1",
"_inBundle": false,
"_integrity": "sha512-c2O23OdWOHaIRAKhveZ/PhdNq8DUx3995GQKtnz0WK7fuAmEYM8GU/F6KIUXV0QGEkRKB7drDb8Rk2JYi39Gag==",
"_location": "/expo-linking",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "expo-linking@~2.3.1",
"name": "expo-linking",
"escapedName": "expo-linking",
"rawSpec": "~2.3.1",
"saveSpec": null,
"fetchSpec": "~2.3.1"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/expo-linking/-/expo-linking-2.3.1.tgz",
"_shasum": "477af2bcc156a7f8ba9961c7b3f4aa103e18db98",
"_spec": "expo-linking@~2.3.1",
"_where": "/jd/work/GT2/newMaster/Ejectable",
"author": {
"name": "650 Industries, Inc."
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"bundleDependencies": false,
"dependencies": {
"expo-constants": "~11.0.1",
"invariant": "^2.2.4",
"qs": "^6.5.0",
"url-parse": "^1.4.4"
},
"deprecated": false,
"description": "Create and open deep links universally",
"devDependencies": {
"@types/qs": "^6.5.3",
"expo-module-scripts": "^2.0.0"
},
"gitHead": "7f0e39e0f45a4ade0ddb603d50983fad2e831908",
"homepage": "https://docs.expo.io/versions/latest/sdk/linking",
"jest": {
"preset": "expo-module-scripts"
},
"keywords": [
"react-native",
"expo",
"expo-linking"
],
"license": "MIT",
"main": "build/Linking.js",
"name": "expo-linking",
"repository": {
"type": "git",
"url": "git+https://github.com/expo/expo.git",
"directory": "packages/expo-linking"
},
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"expo-module": "expo-module",
"lint": "expo-module lint",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"test": "expo-module test"
},
"types": "build/Linking.d.ts",
"version": "2.3.1"
}