es.shim/package.json

22 lines
413 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, 以及一些常用的扩展方法",
2020-09-19 16:49:47 +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"
}