package.json 2.72 KB
{
  "_from": "rc-util@^5.1.0",
  "_id": "rc-util@5.5.1",
  "_inBundle": false,
  "_integrity": "sha512-lnkBptu1RX65GO6jf28scbDMM/9MVl/hYI0uMEVM+cQ0ALLhFChDzgv7ciNpjayCH88wSDHTp6582es4tzJHhA==",
  "_location": "/rc-util",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "rc-util@^5.1.0",
    "name": "rc-util",
    "escapedName": "rc-util",
    "rawSpec": "^5.1.0",
    "saveSpec": null,
    "fetchSpec": "^5.1.0"
  },
  "_requiredBy": [
    "/@ant-design/icons",
    "/antd",
    "/rc-align",
    "/rc-cascader",
    "/rc-collapse",
    "/rc-dialog",
    "/rc-drawer",
    "/rc-field-form",
    "/rc-image",
    "/rc-input-number",
    "/rc-mentions",
    "/rc-menu",
    "/rc-motion",
    "/rc-notification",
    "/rc-picker",
    "/rc-rate",
    "/rc-resize-observer",
    "/rc-select",
    "/rc-slider",
    "/rc-steps",
    "/rc-switch",
    "/rc-table",
    "/rc-tabs",
    "/rc-tree",
    "/rc-tree-select",
    "/rc-trigger",
    "/rc-upload",
    "/rc-virtual-list"
  ],
  "_resolved": "https://registry.npmjs.org/rc-util/-/rc-util-5.5.1.tgz",
  "_shasum": "8c75a115c09bd9b80ce17eb3457c9b221df6f526",
  "_spec": "rc-util@^5.1.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "bugs": {
    "url": "http://github.com/react-component/util/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "react-is": "^16.12.0",
    "shallowequal": "^1.1.0"
  },
  "deprecated": false,
  "description": "Common Utils For React Component",
  "devDependencies": {
    "@types/enzyme": "^3.10.5",
    "@types/jest": "^25.2.3",
    "@types/react": "^16.9.3",
    "@types/react-dom": "^16.9.1",
    "@types/warning": "^3.0.0",
    "@umijs/fabric": "^2.0.8",
    "coveralls": "^3.1.0",
    "create-react-class": "^15.6.3",
    "cross-env": "^7.0.2",
    "enzyme": "^3.10.0",
    "eslint": "^6.6.0",
    "father": "^2.14.0",
    "np": "^6.2.3",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "typescript": "^3.8.3"
  },
  "files": [
    "lib",
    "es"
  ],
  "homepage": "http://github.com/react-component/util",
  "keywords": [
    "react",
    "util"
  ],
  "license": "MIT",
  "name": "rc-util",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/util.git"
  },
  "scripts": {
    "compile": "father build",
    "coverage": "father test --coverage && cat ./coverage/lcov.info | coveralls",
    "lint": "eslint src/ --ext .tsx,.ts & eslint tests/ --ext .js",
    "prepublishOnly": "npm run compile && np --yolo --no-publish",
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "test": "father test"
  },
  "version": "5.5.1"
}