1{ 2 "_from": "pseudomap@^1.0.2", 3 "_id": "pseudomap@1.0.2", 4 "_inBundle": false, 5 "_integrity": "sha1-8FKijacOYYkX7wqKw0wa5aaChrM=", 6 "_location": "/pseudomap", 7 "_phantomChildren": {}, 8 "_requested": { 9 "type": "range", 10 "registry": true, 11 "raw": "pseudomap@^1.0.2", 12 "name": "pseudomap", 13 "escapedName": "pseudomap", 14 "rawSpec": "^1.0.2", 15 "saveSpec": null, 16 "fetchSpec": "^1.0.2" 17 }, 18 "_requiredBy": [ 19 "/lru-cache" 20 ], 21 "_resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", 22 "_shasum": "f052a28da70e618917ef0a8ac34c1ae5a68286b3", 23 "_spec": "pseudomap@^1.0.2", 24 "_where": "/Users/rebecca/code/npm/node_modules/lru-cache", 25 "author": { 26 "name": "Isaac Z. Schlueter", 27 "email": "i@izs.me", 28 "url": "http://blog.izs.me/" 29 }, 30 "bugs": { 31 "url": "https://github.com/isaacs/pseudomap/issues" 32 }, 33 "bundleDependencies": false, 34 "deprecated": false, 35 "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.", 36 "devDependencies": { 37 "tap": "^2.3.1" 38 }, 39 "directories": { 40 "test": "test" 41 }, 42 "homepage": "https://github.com/isaacs/pseudomap#readme", 43 "license": "ISC", 44 "main": "map.js", 45 "name": "pseudomap", 46 "repository": { 47 "type": "git", 48 "url": "git+https://github.com/isaacs/pseudomap.git" 49 }, 50 "scripts": { 51 "test": "tap test/*.js" 52 }, 53 "version": "1.0.2" 54} 55