{
  "_from": "d3-format@1 - 3",
  "_id": "d3-format@3.1.2",
  "_inBundle": false,
  "_integrity": "sha512-AJDdYOdnyRDV5b6ArilzCPPwc1ejkHcoyFarqlPqT7zRYjhavcT3uSrqcMvsgh2CgoPbK3RCwyHaVyxYcP2Arg==",
  "_location": "/d3-format",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "d3-format@1 - 3",
    "name": "d3-format",
    "escapedName": "d3-format",
    "rawSpec": "1 - 3",
    "saveSpec": null,
    "fetchSpec": "1 - 3"
  },
  "_requiredBy": [
    "/d3-scale"
  ],
  "_resolved": "https://registry.npmjs.org/d3-format/-/d3-format-3.1.2.tgz",
  "_shasum": "01fdb46b58beb1f55b10b42ad70b6e344d5eb2ae",
  "_spec": "d3-format@1 - 3",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\d3-scale",
  "author": {
    "name": "Mike Bostock",
    "url": "http://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/d3/d3-format/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Format numbers for human consumption.",
  "devDependencies": {
    "@rollup/plugin-terser": "^0.4.4",
    "eslint": "^9.39.2",
    "globals": "^17.0.0",
    "rollup": "^4.55.1",
    "vitest": "^4.0.17"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    ".": {
      "umd": "./dist/d3-format.min.js",
      "default": "./src/index.js"
    },
    "./locale/*": "./locale/*.json"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js",
    "locale/*.json"
  ],
  "homepage": "https://d3js.org/d3-format/",
  "jsdelivr": "dist/d3-format.min.js",
  "keywords": [
    "d3",
    "d3-module",
    "format",
    "localization"
  ],
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "d3-format",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d3/d3-format.git"
  },
  "scripts": {
    "lint": "eslint src test",
    "prepublishOnly": "rm -rf dist && rollup -c",
    "test": "vitest"
  },
  "sideEffects": [
    "./src/defaultLocale.js"
  ],
  "type": "module",
  "unpkg": "dist/d3-format.min.js",
  "version": "3.1.2"
}
