| { |
| "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)", |
| "bugs": { |
| "url": "https://github.com/isaacs/pseudomap/issues" |
| }, |
| "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" |
| } |