aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/plugin-transform-computed-properties/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/@babel/plugin-transform-computed-properties/package.json')
-rw-r--r--node_modules/@babel/plugin-transform-computed-properties/package.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/node_modules/@babel/plugin-transform-computed-properties/package.json b/node_modules/@babel/plugin-transform-computed-properties/package.json
new file mode 100644
index 00000000..b33b08d8
--- /dev/null
+++ b/node_modules/@babel/plugin-transform-computed-properties/package.json
@@ -0,0 +1,21 @@
+{
+ "name": "@babel/plugin-transform-computed-properties",
+ "version": "7.0.0-beta.47",
+ "description": "Compile ES2015 computed properties to ES5",
+ "repository": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-computed-properties",
+ "license": "MIT",
+ "main": "lib/index.js",
+ "keywords": [
+ "babel-plugin"
+ ],
+ "dependencies": {
+ "@babel/helper-plugin-utils": "7.0.0-beta.47"
+ },
+ "peerDependencies": {
+ "@babel/core": "7.0.0-beta.47"
+ },
+ "devDependencies": {
+ "@babel/core": "7.0.0-beta.47",
+ "@babel/helper-plugin-test-runner": "7.0.0-beta.47"
+ }
+}