universal-polyfill-ref
Version:
Universal polyfill ref
45 lines (44 loc) • 1.06 kB
JSON
{
"name": "universal-polyfill-ref",
"version": "1.0.13",
"description": "Universal polyfill ref",
"keywords": [
"Universal",
"Polyfill",
"Ref",
"Rax",
"React"
],
"author": "huya.nzb <huya.nzb@taobao.com>",
"homepage": "https://github.com/kingback/react-polyfills",
"license": "MIT",
"main": "lib/index.js",
"directories": {
"lib": "lib"
},
"files": [
"lib"
],
"repository": {
"type": "git",
"url": "git+https://github.com/kingback/react-polyfills.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "babel src --out-dir lib"
},
"bugs": {
"url": "https://github.com/kingback/react-polyfills/issues"
},
"dependencies": {
"universal-polyfill-engine": "^1.0.9"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0"
},
"gitHead": "648926ecf38852d43900896f9ce4f24e543c7d84"
}