public_library_map/node_modules/pseudomap/package.json

26 lines
683 B
JSON
Raw Normal View History

2021-11-24 19:46:47 +11:00
{
2021-12-11 08:03:44 +11:00
"name": "pseudomap",
"version": "1.0.2",
2021-11-24 19:46:47 +11:00
"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.",
2021-12-11 08:03:44 +11:00
"main": "map.js",
"directories": {
"test": "test"
},
2021-11-24 19:46:47 +11:00
"devDependencies": {
"tap": "^2.3.1"
},
2021-12-11 08:03:44 +11:00
"scripts": {
"test": "tap test/*.js"
2021-11-24 19:46:47 +11:00
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacs/pseudomap.git"
},
2021-12-11 08:03:44 +11:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/isaacs/pseudomap/issues"
2021-11-24 19:46:47 +11:00
},
2021-12-11 08:03:44 +11:00
"homepage": "https://github.com/isaacs/pseudomap#readme"
2021-11-24 19:46:47 +11:00
}