2017-02-28 00:54:18 +08:00
|
|
|
{
|
|
|
|
"name": "es.shim",
|
2018-07-02 14:47:23 +08:00
|
|
|
"version": "1.1.2",
|
2017-02-28 00:54:18 +08:00
|
|
|
"description": "Some shim api that let you can use in all node.js environment",
|
|
|
|
"keyworks": [
|
|
|
|
"es5",
|
|
|
|
"es6",
|
|
|
|
"polyfill",
|
|
|
|
"extend",
|
|
|
|
"shim"
|
|
|
|
],
|
2018-05-25 00:38:52 +08:00
|
|
|
"main": "index.js",
|
2017-02-28 00:54:18 +08:00
|
|
|
"repository": "https://github.com/yutent/es.shim.git",
|
|
|
|
"author": "yutent",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|