{ "_from": "react-native-gesture-handler@~1.10.2", "_id": "react-native-gesture-handler@1.10.3", "_inBundle": false, "_integrity": "sha512-cBGMi1IEsIVMgoox4RvMx7V2r6bNKw0uR1Mu1o7NbuHS6BRSVLq0dP34l2ecnPlC+jpWd3le6Yg1nrdCjby2Mw==", "_location": "/react-native-gesture-handler", "_phantomChildren": { "cross-fetch": "3.1.4", "fbjs-css-vars": "1.0.2", "loose-envify": "1.4.0", "object-assign": "4.1.1", "promise": "7.3.1", "setimmediate": "1.0.5", "ua-parser-js": "0.7.28" }, "_requested": { "type": "range", "registry": true, "raw": "react-native-gesture-handler@~1.10.2", "name": "react-native-gesture-handler", "escapedName": "react-native-gesture-handler", "rawSpec": "~1.10.2", "saveSpec": null, "fetchSpec": "~1.10.2" }, "_requiredBy": [ "/" ], "_resolved": "https://registry.npmjs.org/react-native-gesture-handler/-/react-native-gesture-handler-1.10.3.tgz", "_shasum": "942bbf2963bbf49fa79593600ee9d7b5dab3cfc0", "_spec": "react-native-gesture-handler@~1.10.2", "_where": "/jd/work/GT2/newMaster/Ejectable", "author": { "name": "Krzysztof Magiera", "email": "krzys.magiera@gmail.com" }, "bugs": { "url": "https://github.com/software-mansion/react-native-gesture-handler/issues" }, "bundleDependencies": false, "dependencies": { "@egjs/hammerjs": "^2.0.17", "fbjs": "^3.0.0", "hoist-non-react-statics": "^3.3.0", "invariant": "^2.2.4", "prop-types": "^15.7.2" }, "deprecated": false, "description": "Experimental implementation of a new declarative API for gesture handling in react-native", "devDependencies": { "@babel/core": "^7.12.9", "@babel/plugin-proposal-class-properties": "^7.12.1", "@babel/preset-env": "^7.12.11", "@babel/preset-typescript": "^7.12.7", "@babel/runtime": "^7.12.5", "@types/hammerjs": "^2.0.38", "@types/hoist-non-react-statics": "^3.3.1", "@types/jest": "^26.0.19", "@types/react": "^17.0.0", "@types/react-native": "^0.63.49", "@types/react-test-renderer": "^17.0.0", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0", "babel-jest": "^26.6.3", "eslint": "^7.15.0", "eslint-config-satya164": "^3.1.8", "eslint-import-resolver-babel-module": "^5.2.0", "eslint-plugin-import": "^2.22.1", "expo": "^35.0.1", "flow-bin": "^0.98.0", "husky": "^0.14.3", "jest": "^24.7.1", "jest-react-native": "16.0.0", "lint-staged": "^10.2.11", "metro-react-native-babel-preset": "^0.64.0", "prettier": "^2.2.1", "react": "^16.8.6", "react-dom": "^16.12.0", "react-native": "^0.63.4", "react-native-builder-bob": "^0.17.1", "react-native-web": "^0.11.7", "react-test-renderer": "16.8.6", "release-it": "^13.6.5", "typescript": "^4.1.2" }, "eslintIgnore": [ "node_modules/", "lib/" ], "files": [ "src", "lib", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__", "android/build.gradle", "android/src/main/AndroidManifest.xml", "android/src/main/java/", "android/lib/build.gradle", "android/lib/src/main/java/", "ios/", "Swipeable/", "DrawerLayout/", "README.md", "jestSetup.js", "RNGestureHandler.podspec" ], "homepage": "https://github.com/software-mansion/react-native-gesture-handler#readme", "jest": { "preset": "jest-react-native", "modulePathIgnorePatterns": [ "/lib/" ] }, "license": "MIT", "lint-staged": { "*.{ts,tsx}": [ "prettier --write" ] }, "main": "lib/commonjs/index.js", "module": "lib/module/index.js", "name": "react-native-gesture-handler", "react-native": "src/index.ts", "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", "typescript" ] }, "release-it": { "hooks": { "before:git:bump": [ "# check if version corresponds to changes in native files \n if git diff --name-only ${latestVersion} HEAD | egrep \"(android/.*)|(ios/.*)\" -q; then egrep '\\.0$' -q <<< ${version}; else test $? -eq 1; fi" ] } }, "repository": { "type": "git", "url": "git+https://github.com/software-mansion/react-native-gesture-handler.git" }, "scripts": { "build": "yarn tsc", "lint-check": "eslint --ext '.js,.ts,.tsx' src/ && yarn prettier --check src/", "precommit": "lint-staged", "prepare": "bob build", "release": "npm login && release-it", "test": "jest", "ts-check": "yarn tsc --noEmit" }, "types": "lib/typescript/index.d.ts", "version": "1.10.3" }