aboutsummaryrefslogtreecommitdiff
path: root/node_modules/babel-plugin-transform-es2015-destructuring/package.json
blob: 93ab9d2b84e08126af0dcef589adf49f5581f51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name": "babel-plugin-transform-es2015-destructuring",
  "version": "6.23.0",
  "description": "Compile ES2015 destructuring to ES5",
  "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-destructuring",
  "license": "MIT",
  "main": "lib/index.js",
  "keywords": [
    "babel-plugin"
  ],
  "dependencies": {
    "babel-runtime": "^6.22.0"
  },
  "devDependencies": {
    "babel-helper-plugin-test-runner": "^6.22.0"
  }
}