{ "_args": [ [ "internmap@1.0.1", "D:\\jenkins\\workspace\\cssc-fvue" ] ], "_from": "internmap@1.0.1", "_id": "internmap@1.0.1", "_inBundle": false, "_integrity": "sha1-ABfMijuZYF8DAvKxmNJy4BXl35U=", "_location": "/internmap", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "internmap@1.0.1", "name": "internmap", "escapedName": "internmap", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/d3-array" ], "_resolved": "https://registry.nlark.com/internmap/download/internmap-1.0.1.tgz", "_spec": "1.0.1", "_where": "D:\\jenkins\\workspace\\cssc-fvue", "author": { "name": "Mike Bostock", "url": "https://bost.ocks.org/mike" }, "bugs": { "url": "https://github.com/mbostock/internmap/issues" }, "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.1" }