{
  "_from": "rmc-steps@~1.0.0",
  "_id": "rmc-steps@1.0.1",
  "_inBundle": false,
  "_integrity": "sha512-8ijtwp4D1CYTtI2yerXJYqCv+GQbiBc9T12nrFngd/vM0y+58CnznGphTAueF6IWf7qbxBwcjTrcFgg7bP2YGA==",
  "_location": "/rmc-steps",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rmc-steps@~1.0.0",
    "name": "rmc-steps",
    "escapedName": "rmc-steps",
    "rawSpec": "~1.0.0",
    "saveSpec": null,
    "fetchSpec": "~1.0.0"
  },
  "_requiredBy": [
    "/antd-mobile"
  ],
  "_resolved": "https://registry.npmjs.org/rmc-steps/-/rmc-steps-1.0.1.tgz",
  "_shasum": "b63a0f1ddd2826d03b1bcec85963077255e8f798",
  "_spec": "rmc-steps@~1.0.0",
  "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/antd-mobile",
  "bugs": {
    "url": "http://github.com/react-component/m-steps/issues"
  },
  "bundleDependencies": false,
  "config": {
    "port": 8002
  },
  "dependencies": {
    "babel-runtime": "^6.23.0",
    "classnames": "^2.2.3"
  },
  "deprecated": false,
  "description": "steps ui component for react mobile",
  "devDependencies": {
    "@types/react": "~16.0.2",
    "@types/react-dom": "15.5.1",
    "coveralls": "^2.11.15",
    "enzyme": "^2.6.0",
    "enzyme-to-json": "^1.5.0",
    "jest": "^20.0.4",
    "pre-commit": "1.x",
    "querystring": "^0.2.0",
    "rc-tools": "6.x",
    "react": "15.x",
    "react-dom": "15.x",
    "react-test-renderer": "^15.3.2",
    "rmc-dialog": "~0.0.1-alpha.4"
  },
  "files": [
    "lib",
    "assets/iconfont.css",
    "assets/index.css"
  ],
  "homepage": "http://github.com/react-component/m-steps",
  "jest": {
    "collectCoverageFrom": [
      "src/**/*"
    ],
    "snapshotSerializers": [
      "enzyme-to-json/serializer"
    ],
    "transform": {
      "\\.jsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
    }
  },
  "keywords": [
    "react",
    "react-component",
    "react-steps",
    "mobile steps"
  ],
  "licenses": "MIT",
  "main": "./lib/index",
  "maintainers": [
    {
      "name": "afc163",
      "email": "afc163@gmail.com"
    }
  ],
  "name": "rmc-steps",
  "pre-commit": [
    "lint"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/m-steps.git"
  },
  "scripts": {
    "build": "rc-tools run build",
    "compile": "rc-tools run compile --babel-runtime",
    "coverage": "jest --coverage && cat ./coverage/lcov.info | coveralls",
    "dist": "rc-tools run dist",
    "gh-pages": "rc-tools run gh-pages",
    "lint": "rc-tools run lint",
    "lint:fix": "rc-tools run lint --fix",
    "prepublish": "rc-tools run guard",
    "pub": "rc-tools run pub --babel-runtime",
    "start": "rc-tools run server",
    "test": "npm run compile && jest",
    "watch-tsc": "rc-tools run watch-tsc"
  },
  "version": "1.0.1"
}
