{
  "_from": "internmap@1 - 2",
  "_id": "internmap@2.0.3",
  "_inBundle": false,
  "_integrity": "sha512-5Hh7Y1wQbvY5ooGgPbDaL5iYLAPzMTUrjMulskHLH6wnv/A+1q5rgEaiuqEjB+oxGXIVZs1FF+R/KPN3ZSQYYg==",
  "_location": "/internmap",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "internmap@1 - 2",
    "name": "internmap",
    "escapedName": "internmap",
    "rawSpec": "1 - 2",
    "saveSpec": null,
    "fetchSpec": "1 - 2"
  },
  "_requiredBy": [
    "/d3-array"
  ],
  "_resolved": "https://registry.npmjs.org/internmap/-/internmap-2.0.3.tgz",
  "_shasum": "6685f23755e43c524e251d29cbc97248e3061009",
  "_spec": "internmap@1 - 2",
  "_where": "C:\\Sites\\Ecommerce\\node_modules\\d3-array",
  "author": {
    "name": "Mike Bostock",
    "url": "https://bost.ocks.org/mike"
  },
  "bugs": {
    "url": "https://github.com/mbostock/internmap/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Map and Set with automatic key interning",
  "devDependencies": {
    "eslint": "^7.32.0",
    "mocha": "^9.1.1",
    "rollup": "^2.56.3",
    "rollup-plugin-terser": "^7.0.2"
  },
  "engines": {
    "node": ">=12"
  },
  "exports": {
    "umd": "./dist/internmap.min.js",
    "default": "./src/index.js"
  },
  "files": [
    "dist/**/*.js",
    "src/**/*.js"
  ],
  "homepage": "https://github.com/mbostock/internmap/",
  "jsdelivr": "dist/internmap.min.js",
  "license": "ISC",
  "main": "src/index.js",
  "module": "src/index.js",
  "name": "internmap",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbostock/internmap.git"
  },
  "scripts": {
    "postpublish": "git push && git push --tags",
    "prepublishOnly": "rm -rf dist && yarn test && rollup -c",
    "test": "mocha 'test/**/*-test.js' && eslint src test"
  },
  "sideEffects": false,
  "type": "module",
  "unpkg": "dist/internmap.min.js",
  "version": "2.0.3"
}
