You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
440 B
23 lines
440 B
{
|
|
"name": "es6-shim",
|
|
"version": "0.35.3",
|
|
"repo": "paulmillr/es6-shim",
|
|
"description": "ECMAScript 6 (Harmony) compatibility shims for legacy JavaScript engines",
|
|
"keywords": [
|
|
"ecmascript",
|
|
"harmony",
|
|
"es6",
|
|
"shim",
|
|
"promise",
|
|
"promises",
|
|
"setPrototypeOf",
|
|
"map",
|
|
"set",
|
|
"__proto__"
|
|
],
|
|
"main": "es6-shim.js",
|
|
"scripts": ["es6-shim.js"],
|
|
"dependencies": {},
|
|
"development": {}
|
|
}
|
|
|
|
|