{
  "_from": "rc-input@~0.1.4",
  "_id": "rc-input@0.1.4",
  "_inBundle": false,
  "_integrity": "sha512-FqDdNz+fV2dKNgfXzcSLKvC+jEs1709t7nD+WdfjrdSaOcefpgc7BUJYadc3usaING+b7ediMTfKxuJBsEFbXA==",
  "_location": "/rc-input",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-input@~0.1.4",
    "name": "rc-input",
    "escapedName": "rc-input",
    "rawSpec": "~0.1.4",
    "saveSpec": null,
    "fetchSpec": "~0.1.4"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-input/-/rc-input-0.1.4.tgz",
  "_shasum": "45cb4ba209ae6cc835a2acb8629d4f8f0cb347e0",
  "_spec": "rc-input@~0.1.4",
  "_where": "/home/smartsensero/public_html/mvp-frontend/front-end/node_modules/antd",
  "bugs": {
    "url": "http://github.com/react-component/input/issues"
  },
  "bundleDependencies": false,
  "cnpm": {
    "mode": "npm"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.1",
    "classnames": "^2.2.1",
    "rc-util": "^5.18.1"
  },
  "deprecated": false,
  "description": "React input component",
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^13.0.0",
    "@testing-library/user-event": "^14.0.0-beta",
    "@types/classnames": "^2.2.9",
    "@types/jest": "^26.0.24",
    "@types/react": "^17.0.39",
    "@types/react-dom": "^17.0.11",
    "@umijs/fabric": "^2.0.8",
    "coveralls": "^3.0.6",
    "cross-env": "^7.0.2",
    "dumi": "^1.1.0",
    "eslint": "^7.0.0",
    "father": "^4",
    "gh-pages": "^3.1.0",
    "husky": "^8.0.1",
    "less": "^3.10.3",
    "lint-staged": "^13.0.3",
    "np": "^7.0.0",
    "prettier": "^2.0.5",
    "pretty-quick": "^3.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.0.5",
    "umi-test": "^1.9.7"
  },
  "files": [
    "assets/*.css",
    "assets/*.less",
    "es",
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/react-component/input",
  "husky": {
    "hooks": {
      "pre-commit": "pretty-quick --staged"
    }
  },
  "keywords": [
    "react",
    "react-component",
    "react-input",
    "input",
    "antd",
    "ant-design"
  ],
  "license": "MIT",
  "lint-staged": {
    "**/*.{js,jsx,tsx,ts,md,json}": [
      "prettier --write",
      "git add"
    ]
  },
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-input",
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/input.git"
  },
  "scripts": {
    "compile": "father build && lessc assets/index.less assets/index.css",
    "coverage": "father test --coverage",
    "docs:build": "dumi build",
    "docs:deploy": "gh-pages -d .doc",
    "gh-pages": "npm run docs:build && npm run docs:deploy",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "lint-staged": "lint-staged",
    "postpublish": "npm run gh-pages",
    "prepare": "husky install",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "pretty-quick": "pretty-quick",
    "start": "dumi dev",
    "test": "umi-test test"
  },
  "tnpm": {
    "mode": "npm"
  },
  "version": "0.1.4"
}
