{
  "_from": "victory-vendor@^37.0.2",
  "_id": "victory-vendor@37.3.6",
  "_inBundle": false,
  "_integrity": "sha512-SbPDPdDBYp+5MJHhBCAyI7wKM3d5ivekigc2Dk2s7pgbZ9wIgIBYGVw4zGHBml/qTFbexrofXW6Gu4noGxrOwQ==",
  "_location": "/victory-vendor",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "victory-vendor@^37.0.2",
    "name": "victory-vendor",
    "escapedName": "victory-vendor",
    "rawSpec": "^37.0.2",
    "saveSpec": null,
    "fetchSpec": "^37.0.2"
  },
  "_requiredBy": [
    "/recharts"
  ],
  "_resolved": "https://registry.npmjs.org/victory-vendor/-/victory-vendor-37.3.6.tgz",
  "_shasum": "401ac4b029a0b3d33e0cba8e8a1d765c487254da",
  "_spec": "victory-vendor@^37.0.2",
  "_where": "/home/alhudabangalore/portal.alhudabangalore.org/node_modules/recharts",
  "author": {
    "name": "Formidable"
  },
  "bugs": {
    "url": "https://github.com/FormidableLabs/victory/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@types/d3-array": "^3.0.3",
    "@types/d3-ease": "^3.0.0",
    "@types/d3-interpolate": "^3.0.1",
    "@types/d3-scale": "^4.0.2",
    "@types/d3-shape": "^3.1.0",
    "@types/d3-time": "^3.0.0",
    "@types/d3-timer": "^3.0.0",
    "d3-array": "^3.1.6",
    "d3-ease": "^3.0.1",
    "d3-interpolate": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-shape": "^3.1.0",
    "d3-time": "^3.0.0",
    "d3-timer": "^3.0.1"
  },
  "deprecated": false,
  "description": "Vendored dependencies for Victory",
  "devDependencies": {
    "d3-color": "^3.1.0",
    "d3-format": "^3.1.0",
    "d3-path": "^3.0.1",
    "d3-time-format": "^4.1.0",
    "d3-voronoi": "^1.1.4",
    "execa": "^6.1.0",
    "internmap": "^2.0.3",
    "rimraf": "^3.0.2"
  },
  "exports": {
    "./package.json": "./package.json",
    "./d3-*": {
      "types": "./d3-*.d.ts",
      "import": "./es/d3-*.js",
      "default": "./lib/d3-*.js"
    }
  },
  "homepage": "https://commerce.nearform.com/open-source/victory",
  "keywords": [
    "data visualization",
    "React",
    "d3",
    "charting"
  ],
  "license": "MIT AND ISC",
  "name": "victory-vendor",
  "publishConfig": {
    "provenance": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FormidableLabs/victory.git"
  },
  "scripts": {
    "build": "wireit",
    "build:dist": "wireit",
    "build:dist:dev": "wireit",
    "build:dist:min": "wireit",
    "build:lib": "wireit",
    "build:lib:cjs": "wireit",
    "build:lib:esm": "wireit",
    "check": "wireit",
    "jest": "wireit",
    "lint": "wireit",
    "lint:fix": "wireit",
    "types:check": "wireit",
    "types:create": "wireit"
  },
  "version": "37.3.6",
  "wireit": {
    "build": {
      "command": "node ./scripts/build.js",
      "files": [
        ".babelrc.js",
        "scripts/build.js",
        "node_modules/**"
      ],
      "output": [
        "es/**",
        "lib/**",
        "lib-vendor/**",
        "d3-*"
      ],
      "packageLocks": [
        "pnpm-lock.yaml"
      ]
    },
    "build:lib:esm": {
      "dependencies": [
        "build"
      ]
    },
    "build:lib:cjs": {
      "dependencies": [
        "build"
      ]
    },
    "build:dist": {
      "dependencies": [
        "build"
      ]
    },
    "build:dist:dev": {
      "dependencies": [
        "build"
      ]
    },
    "build:dist:min": {
      "dependencies": [
        "build"
      ]
    },
    "check": {
      "dependencies": [
        "types:check",
        "jest",
        "format",
        "lint"
      ]
    },
    "types:check": {
      "command": "echo \"No types to check here\"",
      "files": [],
      "output": []
    },
    "types:create": {
      "dependencies": [
        "build"
      ]
    },
    "lint": {
      "command": "eslint scripts",
      "files": [
        "scripts/**"
      ],
      "output": [],
      "packageLocks": [
        "pnpm-lock.yaml"
      ]
    },
    "lint:fix": {
      "command": "eslint --fix scripts",
      "files": [
        "scripts/**"
      ],
      "output": [],
      "packageLocks": [
        "pnpm-lock.yaml"
      ]
    },
    "jest": {
      "command": "echo victory-vendor has no tests",
      "files": [],
      "output": []
    }
  }
}
