{
  "_args": [
    [
      "@ant-design/plots@1.2.2",
      "/var/www/html/analytics/analytics-soa"
    ]
  ],
  "_from": "@ant-design/plots@1.2.2",
  "_id": "@ant-design/plots@1.2.2",
  "_inBundle": false,
  "_integrity": "sha512-glu1FpCsaFfObqMnK2/oDqw+B+QWcerTub9UsobkOKYnMDcBF85T50FR+/q9N/73oMTyy8EURihux5ghDlbBXQ==",
  "_location": "/@ant-design/plots",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ant-design/plots@1.2.2",
    "name": "@ant-design/plots",
    "escapedName": "@ant-design%2fplots",
    "scope": "@ant-design",
    "rawSpec": "1.2.2",
    "saveSpec": null,
    "fetchSpec": "1.2.2"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@ant-design/plots/-/plots-1.2.2.tgz",
  "_spec": "1.2.2",
  "_where": "/var/www/html/analytics/analytics-soa",
  "bugs": {
    "url": "https://github.com/ant-design/ant-design-charts/issues"
  },
  "dependencies": {
    "@antv/g2plot": "^2.2.11",
    "react-content-loader": "^5.0.4"
  },
  "description": "G2Plot Statistical chart",
  "devDependencies": {
    "@types/react": "^18.0.0"
  },
  "files": [
    "/lib",
    "/es",
    "/dist"
  ],
  "homepage": "https://github.com/ant-design/ant-design-charts#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "es/index.js",
  "name": "@ant-design/plots",
  "peerDependencies": {
    "react": ">=16.8.4",
    "react-dom": ">=16.8.4"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ant-design/ant-design-charts.git"
  },
  "scripts": {
    "build": "run-s clean lib dist",
    "build:site": "yarn build",
    "ci": "npm run build && npm run test:coverage",
    "clean": "rimraf lib es dist",
    "dist": "webpack --config webpack.config.js --mode production",
    "lib": "run-p lib:*",
    "lib:cjs": "tsc -p tsconfig.json --target ES5 --module commonjs --outDir lib",
    "lib:es": "tsc -p tsconfig.json --target ES5 --module ESNext --outDir es",
    "lint": "eslint --cache --ext .js,.jsx,.ts,.tsx  --fix --format=pretty ./src && npm run lint:prettier",
    "lint:prettier": "npm run prettier &&  git diff && prettier --version && prettier --check \"src/**/**.{js,jsx,tsx,ts,less,md,json}\" --end-of-line auto",
    "prettier": "prettier --write \"**/**.{js,jsx,tsx,ts,less,md,json}\"",
    "profile": "webpack --config webpack.config.js --mode production --profile --json > stats.json",
    "start": "yarn lib:es --w",
    "test": "jest",
    "test:live": "DEBUG_MODE=1 jest --watch ./tests/issues/1143-spec.tsx --no-cache"
  },
  "sideEffects": false,
  "types": "es/index.d.ts",
  "unpkg": "dist/plots.min.js",
  "version": "1.2.2"
}
