{ "_from": "rmc-tabs@~1.2.0", "_id": "rmc-tabs@1.2.29", "_inBundle": false, "_integrity": "sha512-wiJS9WSJi9JH9GQO+FqncX+zaHP31qHa/S8nDW9UXUx0qbCX294QcJEnvfB+WmsfUws7rXjs6sOQp5EDiObnHg==", "_location": "/rmc-tabs", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rmc-tabs@~1.2.0", "name": "rmc-tabs", "escapedName": "rmc-tabs", "rawSpec": "~1.2.0", "saveSpec": null, "fetchSpec": "~1.2.0" }, "_requiredBy": [ "/antd-mobile" ], "_resolved": "https://registry.npmjs.org/rmc-tabs/-/rmc-tabs-1.2.29.tgz", "_shasum": "dd2191525debbf8521e85aeb6d97670f652e4c83", "_spec": "rmc-tabs@~1.2.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd-mobile", "bugs": { "url": "https://github.com/react-component/m-tabs/issues" }, "bundleDependencies": false, "config": { "port": 8021 }, "dependencies": { "babel-runtime": "6.x", "rc-gesture": "~0.0.18" }, "deprecated": false, "description": "React Mobile Tabs Component(web & react-native)", "devDependencies": { "@types/enzyme": "^2.8.6", "@types/enzyme-to-json": "^1.5.0", "@types/jest": "^20.0.7", "@types/react": "^15.5.0", "@types/react-dom": "^15.5.0", "@types/react-native": "^0.46.9", "@types/react-sticky": "^6.0.0", "coveralls": "^2.13.1", "enzyme": "^2.9.1", "enzyme-to-json": "^1.5.1", "jest": "^20.0.4", "pre-commit": "1.x", "rc-test": "6.x", "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0", "react-native-index-page": "^0.2.1", "react-sticky": "^6.0.1", "react-test-renderer": "^15.5.0", "stylelint-config-standard": "^17.0.0" }, "files": [ "lib", "es", "assets/*.css" ], "homepage": "https://github.com/react-component/m-tabs", "jest": { "testMatch": [ "**/__tests__/**/*.ts?(x)", "**/?(*.)(spec|test).ts?(x)" ], "coverageDirectory": "./coverage/", "moduleFileExtensions": [ "ts", "tsx", "js" ], "collectCoverageFrom": [ "src/**/*" ], "transform": { "\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js", "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-m-tabs", "m-tabs" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rmc-tabs", "pre-commit": [ "lint", "test" ], "repository": { "type": "git", "url": "git+https://github.com/react-component/m-tabs.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile", "coverage": "jest --coverage", "coverage:upload": "npm run coverage && cat ./coverage/lcov.info | coveralls", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint --no-js-lint", "prepare": "rc-tools run guard", "prepublish": "rc-tools run guard", "prepublishOnly": "rc-tools run guard", "pub": "rc-tools run pub --babel-runtime", "rn-init": "rc-tools run react-native-init", "rn-start": "node node_modules/react-native/local-cli/cli.js start", "start": "rc-tools run server", "test": "jest", "update-snap": "jest --updateSnapshot", "watch-tsc": "rc-tools run watch-tsc" }, "typings": "./lib/index.d.ts", "version": "1.2.29" }