summaryrefslogtreecommitdiffstats
path: root/node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json')
-rw-r--r--node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json b/node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json
new file mode 100644
index 0000000..35188e7
--- /dev/null
+++ b/node_modules/babel-plugin-transform-es2015-shorthand-properties/package.json
@@ -0,0 +1,46 @@
+{
+ "_from": "babel-plugin-transform-es2015-shorthand-properties@^6.24.1",
+ "_id": "babel-plugin-transform-es2015-shorthand-properties@6.24.1",
+ "_inBundle": false,
+ "_integrity": "sha1-JPh11nIch2YbvZmkYi5R8U3jiqA=",
+ "_location": "/babel-plugin-transform-es2015-shorthand-properties",
+ "_phantomChildren": {},
+ "_requested": {
+ "type": "range",
+ "registry": true,
+ "raw": "babel-plugin-transform-es2015-shorthand-properties@^6.24.1",
+ "name": "babel-plugin-transform-es2015-shorthand-properties",
+ "escapedName": "babel-plugin-transform-es2015-shorthand-properties",
+ "rawSpec": "^6.24.1",
+ "saveSpec": null,
+ "fetchSpec": "^6.24.1"
+ },
+ "_requiredBy": [
+ "/babel-preset-es2015"
+ ],
+ "_resolved": "https://registry.npmjs.org/babel-plugin-transform-es2015-shorthand-properties/-/babel-plugin-transform-es2015-shorthand-properties-6.24.1.tgz",
+ "_shasum": "24f875d6721c87661bbd99a4622e51f14de38aa0",
+ "_spec": "babel-plugin-transform-es2015-shorthand-properties@^6.24.1",
+ "_where": "/home/pruss/Dev/3-minute-website/node_modules/babel-preset-es2015",
+ "bundleDependencies": false,
+ "dependencies": {
+ "babel-runtime": "^6.22.0",
+ "babel-types": "^6.24.1"
+ },
+ "deprecated": false,
+ "description": "Compile ES2015 shorthand properties to ES5",
+ "devDependencies": {
+ "babel-helper-plugin-test-runner": "^6.24.1"
+ },
+ "keywords": [
+ "babel-plugin"
+ ],
+ "license": "MIT",
+ "main": "lib/index.js",
+ "name": "babel-plugin-transform-es2015-shorthand-properties",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-es2015-shorthand-properties"
+ },
+ "version": "6.24.1"
+}