{ "_from": "rmc-list-view@^0.11.0", "_id": "rmc-list-view@0.11.5", "_inBundle": false, "_integrity": "sha512-eMOC5394tLNawcdEEhF7boMpQgpjJGDdL5lS+LblAWdBec7Q4EYkUdnrKNbt+O9k5RGM6nSLAGZK5oB4FN85Lg==", "_location": "/rmc-list-view", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rmc-list-view@^0.11.0", "name": "rmc-list-view", "escapedName": "rmc-list-view", "rawSpec": "^0.11.0", "saveSpec": null, "fetchSpec": "^0.11.0" }, "_requiredBy": [ "/antd-mobile" ], "_resolved": "https://registry.npmjs.org/rmc-list-view/-/rmc-list-view-0.11.5.tgz", "_shasum": "8e152a5dbec6aec45a8ccd1f33cb8ef140b93a1e", "_spec": "rmc-list-view@^0.11.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd-mobile", "author": { "name": "hualei5280@gmail.com" }, "bugs": { "url": "https://github.com/react-component/m-list-view/issues" }, "bundleDependencies": false, "config": { "port": 8999 }, "dependencies": { "babel-runtime": "6.x", "classnames": "^2.2.5", "fbjs": "^0.8.3", "prop-types": "^15.5.8", "warning": "^3.0.0", "zscroller": "~0.4.0" }, "deprecated": false, "description": "m-list-view ui component for react", "devDependencies": { "coveralls": "^2.11.15", "enzyme": "^2.8.2", "enzyme-to-json": "^1.4.5", "jest": "^19.0.2", "pre-commit": "1.x", "rc-tools": "6.x", "react": "15.x", "react-dom": "15.x", "react-sticky": "^5.0.2", "react-test-renderer": "15.x", "rmc-pull-to-refresh": "^1.0.0-alpha.0" }, "files": [ "lib", "es", "assets/*.css" ], "homepage": "https://github.com/react-component/m-list-view", "jest": { "collectCoverageFrom": [ "src/**/*" ], "snapshotSerializers": [ "enzyme-to-json/serializer" ], "transform": { "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js" } }, "keywords": [ "react", "react-component", "react-mobile-list-view", "m-list-view" ], "license": "MIT", "main": "./lib/index", "module": "./es/index", "name": "rmc-list-view", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/react-component/m-list-view.git" }, "scripts": { "build": "rc-tools run build", "compile": "rc-tools run compile --babel-runtime", "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls", "gh-pages": "rc-tools run gh-pages", "lint": "rc-tools run lint", "pub": "rc-tools run pub --babel-runtime", "start": "rc-tools run server", "test": "jest" }, "version": "0.11.5" }