blob: 241b98b2ece88cf5e1dc3cdfe588491b741871eb [file] [log] [blame] [edit]
{
"author": {
"email": "i@izs.me",
"name": "Isaac Z. Schlueter",
"url": "http://blog.izs.me/"
},
"bugs": {
"url": "https://github.com/isaacs/pseudomap/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "A thing that is a lot like ES6 `Map`, but without iterators, for use in environments where `for..of` syntax and `Map` are not available.",
"devDependencies": {
"tap": "^2.3.1"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/isaacs/pseudomap#readme",
"license": "ISC",
"main": "map.js",
"name": "pseudomap",
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/pseudomap.git"
},
"scripts": {
"test": "tap test/*.js"
},
"version": "1.0.2"
}