UNPKG

683 BJSONView Raw
1{
2 "name": "pseudomap",
3 "version": "1.0.2",
4 "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.",
5 "main": "map.js",
6 "directories": {
7 "test": "test"
8 },
9 "devDependencies": {
10 "tap": "^2.3.1"
11 },
12 "scripts": {
13 "test": "tap test/*.js"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/isaacs/pseudomap.git"
18 },
19 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
20 "license": "ISC",
21 "bugs": {
22 "url": "https://github.com/isaacs/pseudomap/issues"
23 },
24 "homepage": "https://github.com/isaacs/pseudomap#readme"
25}