es.shim/package.json

19 lines
494 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2022-01-27 15:16:07 +08:00
"version": "2.1.0",
2020-09-18 10:32:10 +08:00
"description": "实现部分新API, 以及一些常用的扩展方法",
2022-01-27 15:16:07 +08:00
"keyworks": ["es5", "es6", "es7", "es2015", "lodash", "polyfill", "extend", "shim"],
"main": "dist/index.js",
"files": ["dist/*"],
"scripts": {
"start": "node ./build.js"
},
2020-09-18 10:32:10 +08:00
"exports": {
2022-01-27 15:16:07 +08:00
"require": "./dist/index.js",
"import": "./dist/index.mjs"
2020-09-18 10:32:10 +08:00
},
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"
}