es.shim/package.json

29 lines
493 B
JSON
Raw Normal View History

2017-02-28 00:54:18 +08:00
{
"name": "es.shim",
2024-09-12 10:56:54 +08:00
"version": "2.4.2",
2020-09-18 10:32:10 +08:00
"description": "实现部分新API, 以及一些常用的扩展方法",
2023-02-17 12:29:23 +08:00
"keyworks": [
"es5",
"es6",
"es7",
"es2015",
"lodash",
"polyfill",
"extend",
"shim"
],
2022-01-27 15:16:07 +08:00
"main": "dist/index.js",
2023-02-17 12:29:23 +08:00
"files": [
"dist/*"
],
2022-01-27 15:16:07 +08:00
"scripts": {
"start": "node ./build.js"
},
2024-08-07 11:46:42 +08:00
"repository": {
"type": "git",
"url": "git+https://git.wkit.fun/bytedo/es.shim.git"
},
2017-02-28 00:54:18 +08:00
"author": "yutent",
"license": "MIT"
}