es.shim/package.json

15 lines
385 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2020-09-18 11:09:50 +08:00
"version": "2.0.1",
2020-09-18 10:32:10 +08:00
"description": "实现部分新API, 以及一些常用的扩展方法",
"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"
},
2017-02-28 00:54:18 +08:00
"repository": "https://github.com/yutent/es.shim.git",
"author": "yutent",
"license": "MIT"
}