{ "_from": "rmc-picker@~5.0.0", "_id": "rmc-picker@5.0.10", "_inBundle": false, "_integrity": "sha512-KZ70+WjcaZHnG5GyCxWCPFWAZ12s6NqyrbW73LeqH0WEqaTMMs0sOrk2f4mQAZ/CGT0XcFN6VZLw7Ozoxfn7LA==", "_location": "/rmc-picker", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rmc-picker@~5.0.0", "name": "rmc-picker", "escapedName": "rmc-picker", "rawSpec": "~5.0.0", "saveSpec": null, "fetchSpec": "~5.0.0" }, "_requiredBy": [ "/antd-mobile", "/rmc-cascader", "/rmc-date-picker" ], "_resolved": "https://registry.npmjs.org/rmc-picker/-/rmc-picker-5.0.10.tgz", "_shasum": "9ca0acf45ad2c8afe9015a103a898436d825e18f", "_spec": "rmc-picker@~5.0.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd-mobile", "bugs": { "url": "https://github.com/react-component/m-picker/issues" }, "bundleDependencies": false, "config": { "port": 8021, "entry": [ "./src/index.tsx", "./assets/index.less", "./assets/popup.less" ] }, "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.6", "rmc-dialog": "^1.1.1", "rmc-feedback": "^2.0.0" }, "deprecated": false, "description": "React Mobile Picker Component(web and react-native)", "devDependencies": { "@types/classnames": "^2.2.7", "@types/enzyme": "^3.9.1", "@types/react": "^15.0.0", "@types/react-dom": "^15.0.0", "@types/react-native": "^0.57.42", "enzyme": "^3.9.0", "enzyme-adapter-react-16": "^1.11.2", "jest": "^24.5.0", "pre-commit": "1.x", "rc-tools": "9.x", "react": "16.x", "react-dom": "16.x", "react-native": "~0.59.3", "react-native-index-page": "~2.0.0" }, "files": [ "lib", "es", "assets/*.css" ], "homepage": "https://github.com/react-component/m-picker", "jest": { "setupFiles": [ "./tests/setup.js" ], "testMatch": [ "**/?(*.)(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-picker", "m-picker" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rmc-picker", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/react-component/m-picker.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "npm run test -- --coverage", "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", "tsc": "tsc -d", "watch-tsc": "rc-tools run watch-tsc" }, "typings": "./lib/index.d.ts", "version": "5.0.10" }