{ "_from": "rmc-dialog@^1.0.1", "_id": "rmc-dialog@1.1.1", "_inBundle": false, "_integrity": "sha512-28aJqtPTX6v13Z/aU1WBy1AFIXkE74PxZXde7JvtEIy9hQDTjH8fqOi822BpzAbXCyNE7jF9iFomy3H2ClsDJA==", "_location": "/rmc-dialog", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "rmc-dialog@^1.0.1", "name": "rmc-dialog", "escapedName": "rmc-dialog", "rawSpec": "^1.0.1", "saveSpec": null, "fetchSpec": "^1.0.1" }, "_requiredBy": [ "/antd-mobile", "/rmc-picker" ], "_resolved": "https://registry.npmjs.org/rmc-dialog/-/rmc-dialog-1.1.1.tgz", "_shasum": "1d7fbc6b2cad5b0b53fbab71fe29636d76f78217", "_spec": "rmc-dialog@^1.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/antd-mobile", "bugs": { "url": "http://github.com/react-component/m-dialog/issues" }, "bundleDependencies": false, "config": { "port": 8007 }, "dependencies": { "babel-runtime": "6.x", "rc-animate": "2.x" }, "deprecated": false, "description": "mobile dialog ui component for react", "devDependencies": { "@types/mocha": "^2.2.32", "@types/react": "~16.0.2", "@types/react-dom": "15.5.1", "@types/react-native": "^0.47.2", "async": "^0.9.0", "bluebird": "~2.9.30", "bootstrap": "^3.3.6", "expect.js": "~0.3.1", "jquery": "^1.11.2", "pre-commit": "1.x", "rc-test": "^6.0.1", "rc-tools": "6.x", "react": "^15.5.0", "react-dom": "^15.5.0", "react-native": "~0.42.0", "react-native-index-page": "~0.2.0" }, "files": [ "lib", "es", "assets/*.css" ], "homepage": "http://github.com/react-component/m-dialog", "keywords": [ "react", "m-dialog", "react-component", "react-dialog", "dialog", "mobile dialog", "ui" ], "license": "MIT", "main": "./lib/DialogWrap", "module": "./es/DialogWrap", "name": "rmc-dialog", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/react-component/m-dialog.git" }, "scripts": { "build": "rc-tools run build", "chrome-test": "rc-test run chrome-test", "compile": "rc-tools run compile --babel-runtime", "coverage": "rc-test run coverage", "gh-pages": "rc-tools run gh-pages", "karma": "rc-test run karma", "lint": "rc-tools run lint --no-js-lint", "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", "saucelabs": "rc-test run saucelabs", "start": "rc-tools run server", "test": "rc-test run test", "watch-tsc": "rc-tools run watch-tsc" }, "typings": "./lib/DialogWrap.d.ts", "version": "1.1.1" }