{ "_from": "rc-gesture@~0.0.22", "_id": "rc-gesture@0.0.22", "_inBundle": false, "_integrity": "sha512-6G6qrCE0MUTXyjh/powj91XkjRjoFL4HiJLPU5lALXHvGX+/efcUjGYUrHrrw0mwQdmrmg4POqnY/bibns+G3g==", "_location": "/rc-gesture", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rc-gesture@~0.0.22", "name": "rc-gesture", "escapedName": "rc-gesture", "rawSpec": "~0.0.22", "saveSpec": null, "fetchSpec": "~0.0.22" }, "_requiredBy": [ "/rc-swipeout", "/rmc-tabs" ], "_resolved": "https://registry.npmjs.org/rc-gesture/-/rc-gesture-0.0.22.tgz", "_shasum": "fbcbdd5b46387a978b3ede48b42748e8ff77dddd", "_spec": "rc-gesture@~0.0.22", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/rc-swipeout", "bugs": { "url": "http://github.com/react-component/gesture/issues" }, "bundleDependencies": false, "config": { "port": 8005, "entry": { "rc-gesture": [ "./index.js" ] } }, "dependencies": { "babel-runtime": "6.x" }, "deprecated": false, "description": "Support gesture for react component", "devDependencies": { "@types/react": "~16.0.36", "@types/react-dom": "16.0.3", "coveralls": "^2.11.15", "enzyme": "^2.8.0", "enzyme-to-json": "^1.5.1", "jest": "^20.0.4", "pre-commit": "1.x", "rc-tools": "^6.3.6", "react": "^15.2.1", "react-dom": "^15.2.1", "react-test-renderer": "^15.5.4" }, "files": [ "lib", "es", "dist" ], "homepage": "http://github.com/react-component/gesture/", "jest": { "collectCoverageFrom": [ "src/*" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-gesture", "gesture", "touch" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rc-gesture", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/gesture.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "jest --coverage", "dist": "rc-tools run dist --babel-runtime", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint", "prepare": "rc-tools run guard", "prepublish": "rc-tools run guard", "prepublishOnly": "rc-tools run guard", "pub": "rc-tools run pub --babel-runtime", "start": "rc-tools run server", "test": "jest", "watch": "rc-tools run watch" }, "typings": "./lib/index.d.ts", "version": "0.0.22" }