{
  "_args": [
    [
      "rc-image@5.6.2",
      "/home/smartsensero/public_html/frontend/front-end"
    ]
  ],
  "_from": "rc-image@5.6.2",
  "_id": "rc-image@5.6.2",
  "_inBundle": false,
  "_integrity": "sha512-qhKOVvivCZkd6CrzS/4ST2+Auu16mtPSFVqVzwE7sELWfuvzcLGTzGv8UsVvm6qRNIz6SeaueUetqi4Ii16XQA==",
  "_location": "/rc-image",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rc-image@5.6.2",
    "name": "rc-image",
    "escapedName": "rc-image",
    "rawSpec": "5.6.2",
    "saveSpec": null,
    "fetchSpec": "5.6.2"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/rc-image/-/rc-image-5.6.2.tgz",
  "_spec": "5.6.2",
  "_where": "/home/smartsensero/public_html/frontend/front-end",
  "bugs": {
    "url": "http://github.com/react-component/image/issues"
  },
  "dependencies": {
    "@babel/runtime": "^7.11.2",
    "classnames": "^2.2.6",
    "rc-dialog": "~8.8.0",
    "rc-util": "^5.0.6"
  },
  "description": "React easy to use image component",
  "devDependencies": {
    "@ant-design/icons": "^4.2.2",
    "@testing-library/jest-dom": "^5.16.4",
    "@testing-library/react": "^13.0.0",
    "@types/classnames": "^2.2.10",
    "@types/jest": "^26.0.9",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@umijs/fabric": "^2.2.2",
    "cross-env": "^7.0.2",
    "dumi": "^1.1.4",
    "enzyme": "^3.11.0",
    "eslint": "^7.6.0",
    "father": "^2.29.6",
    "glob": "^7.1.6",
    "less": "^3.12.2",
    "np": "^7.0.0",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^4.1.3"
  },
  "files": [
    "assets/*.css",
    "es",
    "lib"
  ],
  "homepage": "http://github.com/react-component/image",
  "keywords": [
    "react",
    "react-component",
    "react-image",
    "image"
  ],
  "license": "MIT",
  "main": "./lib/index",
  "module": "./es/index",
  "name": "rc-image",
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/react-component/image.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 docs-dist",
    "lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
    "now-build": "npm run docs:build",
    "prepublishOnly": "npm run compile && np --yolo --no-publish --any-branch",
    "prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
    "start": "dumi dev",
    "test": "father test"
  },
  "types": "./lib/index.d.ts",
  "version": "5.6.2"
}
