es.shim/package.json

15 lines
385 B
JSON

{
"name": "es.shim",
"version": "2.0.0",
"description": "实现部分新API, 以及一些常用的扩展方法",
"keyworks": ["es5", "es6", "es7", "polyfill", "extend", "shim"],
"main": "index.js",
"exports": {
"require": "./index.js",
"import": "./index.mjs"
},
"repository": "https://github.com/yutent/es.shim.git",
"author": "yutent",
"license": "MIT"
}
实现部分新API, 以及一些常用的扩展方法。 nodejs和浏览器通用,
JavaScript 100%