es.shim/package.json

15 lines
385 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2021-01-26 10:52:31 +08:00
"version": "2.0.2",
2020-09-18 10:32:10 +08:00
"description": "实现部分新API, 以及一些常用的扩展方法",
2021-01-26 10:52:31 +08:00
"keyworks": ["es5", "es6", "es7", "polyfill", "extend", "shim"],
"main": "index.js",
2020-09-18 10:32:10 +08:00
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
2020-09-19 16:49:47 +08:00
"repository": "https://github.com/bytedo/es.shim.git",
2017-02-28 00:54:18 +08:00
"author": "yutent",
"license": "MIT"
}