{ "_from": "internmap@^1.0.0", "_id": "internmap@1.0.0", "_inBundle": false, "_integrity": "sha512-SdoDWwNOTE2n4JWUsLn4KXZGuZPjPF9yyOGc8bnfWnBQh7BD/l80rzSznKc/r4Y0aQ7z3RTk9X+tV4tHBpu+dA==", "_location": "/internmap", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "internmap@^1.0.0", "name": "internmap", "escapedName": "internmap", "rawSpec": "^1.0.0", "saveSpec": null, "fetchSpec": "^1.0.0" }, "_requiredBy": [ "/d3-array" ], "_resolved": "https://registry.npmjs.org/internmap/-/internmap-1.0.0.tgz", "_shasum": "3c6bf0944b0eae457698000412108752bbfddb56", "_spec": "internmap@^1.0.0", "_where": "/Users/jusrhee/Documents/porter/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.18.0", "rollup": "^2.37.1", "rollup-plugin-terser": "^7.0.2", "tape": "^4.13.3", "tape-await": "^0.1.2" }, "files": [ "dist/**/*.js", "src/**/*.js" ], "homepage": "https://github.com/mbostock/internmap/", "license": "ISC", "main": "dist/internmap.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", "pretest": "rollup -c", "test": "tape test/**/*-test.js && eslint src test" }, "sideEffects": false, "unpkg": "dist/internmap.min.js", "version": "1.0.0" }