Initial commit
This commit is contained in:
37
themes/keepit/node_modules/babelify/package.json
generated
vendored
Normal file
37
themes/keepit/node_modules/babelify/package.json
generated
vendored
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "babelify",
|
||||
"description": "Babel browserify transform",
|
||||
"version": "10.0.0",
|
||||
"author": "Sebastian McKenzie <sebmck@gmail.com>",
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/babel/babelify",
|
||||
"engines": {
|
||||
"node": ">=6.9.0"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/babel/babelify.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/babel/babelify/issues"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"@babel/core": "^7.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.0.0",
|
||||
"@babel/plugin-transform-property-literals": "^7.0.0",
|
||||
"@babel/plugin-transform-react-display-name": "^7.0.0",
|
||||
"@babel/preset-env": "^7.0.0",
|
||||
"@babel/preset-flow": "^7.0.0",
|
||||
"@babel/preset-react": "^7.0.0",
|
||||
"babel-plugin-transform-node-env-inline": "^0.4.3",
|
||||
"browserify": "^16.2.2",
|
||||
"convert-source-map": "^1.5.1",
|
||||
"lodash.zipobject": "^4.1.3",
|
||||
"tap": "^12.0.1"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "tap test/*.js"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user