UNPKG

739 BJSONView Raw
1{
2 "name": "babel-preset-es2015-node",
3 "version": "5.0.2",
4 "description": "Babel preset for all es2015 plugins needed with latest stable node.",
5 "author": "Ryan Tsao <ryan.j.tsao@gmail.com>",
6 "homepage": "https://babeljs.io/",
7 "license": "MIT",
8 "repository": "https://github.com/rtsao/babel-preset-es2015-node",
9 "main": "index.js",
10 "dependencies": {
11 "babel-plugin-transform-es2015-destructuring": "^6.4.0",
12 "babel-plugin-transform-es2015-function-name": "^6.4.0",
13 "babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
14 "babel-plugin-transform-es2015-parameters": "^6.4.2",
15 "babel-plugin-transform-es2015-sticky-regex": "^6.3.13",
16 "babel-plugin-transform-es2015-unicode-regex": "^6.3.13"
17 }
18}