{ "name": "es.shim", "version": "2.1.0", "description": "实现部分新API, 以及一些常用的扩展方法", "keyworks": ["es5", "es6", "es7", "es2015", "lodash", "polyfill", "extend", "shim"], "main": "dist/index.js", "files": ["dist/*"], "scripts": { "start": "node ./build.js" }, "exports": { "require": "./dist/index.js", "import": "./dist/index.mjs" }, "repository": "https://github.com/bytedo/es.shim.git", "author": "yutent", "license": "MIT" }