UNPKG

caniuse-es-db

Version:

ECMAScript compatibility database based on kangax/compat-table

27 lines (26 loc) 637 B
{ "name": "caniuse-es-db", "version": "0.1.0", "description": "ECMAScript compatibility database based on kangax/compat-table", "main": "library/", "scripts": { "update": "binary/update" }, "repository": { "type": "git", "url": "git+https://github.com/marionebl/caniuse-es-db.git" }, "keywords": [ "compat", "compat-table" ], "author": "Mario Nebl <hello@mario-nebl.de>", "license": "MIT", "bugs": { "url": "https://github.com/marionebl/caniuse-es-db/issues" }, "homepage": "https://github.com/marionebl/caniuse-es-db#readme", "dependencies": { "object-assign": "^3.0.0" } }