{ "name": "es6-weak-map", "version": "2.0.2", "description": "ECMAScript6 WeakMap polyfill", "author": "Mariusz Nowak (http://www.medikoo.com/)", "keywords": [ "map", "weakmap", "collection", "es6", "harmony", "list", "hash", "gc", "ponyfill" ], "repository": { "type": "git", "url": "git://github.com/medikoo/es6-weak-map.git" }, "dependencies": { "d": "1", "es5-ext": "^0.10.14", "es6-iterator": "^2.0.1", "es6-symbol": "^3.1.1" }, "devDependencies": { "tad": "^0.2.7", "xlint": "^0.2.2", "xlint-jslint-medikoo": "^0.1.4" }, "scripts": { "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream", "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch", "test": "node ./node_modules/tad/bin/tad" }, "license": "MIT" }