{
	"name": "bubleify",
	"versions": {
		"0.0.1": {
			"name": "bubleify",
			"version": "0.0.1",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"test": "node ./tests/browserify-test.js"
			},
			"keywords": [
				"browserify",
				"buble"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.5.5"
			},
			"devDependencies": {
				"browserify": "^13.0.0",
				"eslint": "^2.8.0",
				"eslint-config-airbnb": "^7.0.0",
				"eslint-plugin-import": "^1.5.0"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"gitHead": "479a591318e67c0ee9dab0cc8ebc54a7f91d4d22",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.0.1",
			"_shasum": "1983b6014d2977e6a80c6d9399368fbddc67c0c3",
			"_from": ".",
			"_npmVersion": "3.8.2",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "1983b6014d2977e6a80c6d9399368fbddc67c0c3",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.0.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.0.1.tgz_1461104910189_0.9623305322602391"
			},
			"directories": {},
			"contributors": []
		},
		"0.1.0": {
			"name": "bubleify",
			"version": "0.1.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run compile",
				"test": "npm run lint && tap tests/*.test.js",
				"compile": "babel -d lib/ src/",
				"lint": "eslint src/**.js",
				"prepublish": "npm run compile",
				"preversion": "npm test",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.5.5",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"eslint": "^2.8.0",
				"eslint-config-airbnb": "^7.0.0",
				"eslint-plugin-import": "^1.5.0",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.x"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "97084dc1bdddae5732977c56c4b0d06a6455f537",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.1.0",
			"_shasum": "3e0f04678ea21a38917cceb493d685419077b9a7",
			"_from": ".",
			"_npmVersion": "3.8.7",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "3e0f04678ea21a38917cceb493d685419077b9a7",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.1.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.1.0.tgz_1461495973889_0.25308318552561104"
			},
			"directories": {},
			"contributors": []
		},
		"0.2.0": {
			"name": "bubleify",
			"version": "0.2.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"pretest": "npm run compile",
				"test": "npm run lint && tap tests/*.test.js",
				"compile": "babel -d lib/ src/",
				"lint": "eslint src/**.js",
				"prepublish": "npm run compile",
				"preversion": "npm test",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.7.0",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.x"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "b9ee96be73e9b450ba19c2db9fff42e84c7d3fd2",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.2.0",
			"_shasum": "6daf37de24797ac77c703c3e6b7280a137bd8b05",
			"_from": ".",
			"_npmVersion": "3.8.7",
			"_nodeVersion": "5.8.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "6daf37de24797ac77c703c3e6b7280a137bd8b05",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.2.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.2.0.tgz_1463005511655_0.8167685980442911"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.0": {
			"name": "bubleify",
			"version": "0.3.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.10.2",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.x"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "a8f8c50e5e491216dd69a0e2eb8370d56c7234e3",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.3.0",
			"_shasum": "f71eadf04c8cf252881769f9ec78808db296e9f4",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "f71eadf04c8cf252881769f9ec78808db296e9f4",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.3.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.3.0.tgz_1464558189535_0.997734545962885"
			},
			"directories": {},
			"contributors": []
		},
		"0.3.1": {
			"name": "bubleify",
			"version": "0.3.1",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.10.2",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "9560e24d63a3ed6a2ee9a5d1003ee29e909d8ce0",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.3.1",
			"_shasum": "6ee33eb31a494e9013ab5041cdc211ec2a5af148",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "6ee33eb31a494e9013ab5041cdc211ec2a5af148",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.3.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.3.1.tgz_1465399295817_0.28904004977084696"
			},
			"directories": {},
			"contributors": []
		},
		"0.4.0": {
			"name": "bubleify",
			"version": "0.4.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.11.5",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "8ae7fef36a485883a9c44327893c35bcbf7b8072",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.4.0",
			"_shasum": "9bf6e4dc2796f8ac54bb68c3c32094bbd49a8d29",
			"_from": ".",
			"_npmVersion": "3.8.9",
			"_nodeVersion": "6.2.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "9bf6e4dc2796f8ac54bb68c3c32094bbd49a8d29",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.4.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.4.0.tgz_1466373009061_0.5480643876362592"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.0": {
			"name": "bubleify",
			"version": "0.5.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.12.0",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "caebbcb8f9111d45ccd9493819e69ea6757e1362",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.5.0",
			"_shasum": "84f495d19cf8e2374919e69b9635599ec5b0a7f2",
			"_from": ".",
			"_npmVersion": "3.10.2",
			"_nodeVersion": "6.2.2",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "84f495d19cf8e2374919e69b9635599ec5b0a7f2",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.5.0.tgz_1466627431326_0.26791678788140416"
			},
			"directories": {},
			"contributors": []
		},
		"0.5.1": {
			"name": "bubleify",
			"version": "0.5.1",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.12.0",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "ad958168cce0cd6d45ba76d221e252bae256f210",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.5.1",
			"_shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.3.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-16-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.5.1.tgz_1468958754858_0.3584412122145295"
			},
			"directories": {},
			"contributors": []
		},
		"0.6.0": {
			"name": "bubleify",
			"version": "0.6.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.14.0",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^2.9.0",
				"eslint-config-airbnb": "^9.0.1",
				"eslint-plugin-import": "^1.5.0",
				"nyc": "^6.4.4",
				"tap": "^5.7.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "fa27ec0adfe39f4e6ab16cf7ccfb144438375ffd",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.6.0",
			"_shasum": "2beb881479ee2e893e6c6177fa1ec691d9ac2ec0",
			"_from": ".",
			"_npmVersion": "3.10.3",
			"_nodeVersion": "6.7.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"dist": {
				"shasum": "2beb881479ee2e893e6c6177fa1ec691d9ac2ec0",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.6.0.tgz"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "packages-12-west.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.6.0.tgz_1476778742365_0.13663306506350636"
			},
			"directories": {},
			"contributors": []
		},
		"0.7.0": {
			"name": "bubleify",
			"version": "0.7.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.15.1",
				"object-assign": "^4.0.1"
			},
			"devDependencies": {
				"babel-cli": "^6.7.7",
				"babel-polyfill": "^6.9.0",
				"babel-preset-es2015": "^6.6.0",
				"browserify": "^13.0.0",
				"convert-source-map": "^1.2.0",
				"coveralls": "^2.11.9",
				"eslint": "^3.12.0",
				"eslint-config-airbnb": "^13.0.0",
				"eslint-plugin-import": "^2.2.0",
				"nyc": "^10.0.0",
				"tap": "^8.0.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "59de61fe9adf11121ef36fc697f2cf7dfd620830",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@0.7.0",
			"_shasum": "d08ea642ffd085ff8711c8843f57072f0d5eb8f6",
			"_from": ".",
			"_npmVersion": "3.10.8",
			"_nodeVersion": "6.9.1",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"dist": {
				"shasum": "d08ea642ffd085ff8711c8843f57072f0d5eb8f6",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-0.7.0.tgz"
			},
			"_npmOperationalInternal": {
				"host": "packages-18-east.internal.npmjs.com",
				"tmp": "tmp/bubleify-0.7.0.tgz_1481747055051_0.06414918811060488"
			},
			"directories": {},
			"contributors": []
		},
		"1.0.0": {
			"name": "bubleify",
			"version": "1.0.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.17.0",
				"object-assign": "^4.1.1"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"browserify": "^14.5.0",
				"convert-source-map": "^1.5.0",
				"coveralls": "^3.0.0",
				"eslint": "^4.10.0",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.8.0",
				"nyc": "^11.3.0",
				"tap": "^10.7.3"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=0.10.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "db57f9c7a6f4e6320ae1d990b72585a35a9a938e",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@1.0.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"dist": {
				"integrity": "sha512-HmporrL9zwavEOWgubvrlccCJ5xuK1BVK8RxhYrvsd1W31y2r7pef4gzoVd21qFoWw1JoIHog5ngGoXjZIudTA==",
				"shasum": "fb32f8332bb438ad165681fe4df6d8bd586ad0c5",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-1.0.0.tgz"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/bubleify-1.0.0.tgz_1510183051907_0.29005048354156315"
			},
			"directories": {},
			"contributors": []
		},
		"1.1.0": {
			"name": "bubleify",
			"version": "1.1.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.18.0"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"browserify": "^14.5.0",
				"convert-source-map": "^1.5.1",
				"coveralls": "^3.0.0",
				"eslint": "^4.14.0",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.8.0",
				"nyc": "^11.4.1",
				"tap": "^11.0.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "3a49dc7fffacd63b47e0c888fa98bfc33daa8bb4",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@1.1.0",
			"_npmVersion": "5.5.1",
			"_nodeVersion": "8.8.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"dist": {
				"integrity": "sha512-9FtUiQong0qiDuN/iOtDwqovyDXENTpcvQH9Szyc/wzALPt0tDdP1moIjJqeT5LMwLzvLkMHaL+RohWEeHY6XQ==",
				"shasum": "ec689e8ed02d4e180d0c932bd2c24c091366a2d9",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-1.1.0.tgz"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/bubleify-1.1.0.tgz_1514130316401_0.04680268024094403"
			},
			"directories": {},
			"contributors": []
		},
		"1.2.0": {
			"name": "bubleify",
			"version": "1.2.0",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.19.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"browserify": "^16.2.0",
				"convert-source-map": "^1.5.1",
				"coveralls": "^3.0.0",
				"eslint": "^4.14.0",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.8.0",
				"nyc": "^11.4.1",
				"tap": "^11.0.1"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "f19b6624e7c5418ca108db316976498a4716a16d",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@1.2.0",
			"_npmVersion": "6.0.0",
			"_nodeVersion": "8.10.0",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"dist": {
				"integrity": "sha512-SJnUsR+f8WeDw0K2l1S+VuYI33Cu5Gfghe5jTow/fpJueNtnwyoECyfCGsDuFoQt4QGhjpV3LYPpN0hxy90LgA==",
				"shasum": "17a65b6b70160c4d81a06f28fc2a461621415ea9",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-1.2.0.tgz",
				"fileCount": 10,
				"unpackedSize": 15578,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJa5a4kCRA9TVsSAnZWagAAL/IQAIhxrLLi2FV2VcRNvQz5\nhkkBhLFlNKA2Pv/Ivz+DKF/2SCHBzpX/j+jRGorMrDks3jH9NbzHtDbg3qcg\naO3LbcdhR2twDHRaGqHkRMKk5D30wYgtZVAtN62wySFVCf4qXmnjYp5lKwda\naSL1dKAaePY0j04+iy9niVpX9J/naKQSNMBsgmzz2YMTM2q5o8f6MfvKY+OY\npyVz6l9VADzU9iOenclZ1s3T8rhEHbfYlZQHjmSXr+QbuxSUw0UU/AJ8QTrk\nzTfW+pIAxwveI5tFx+itk+cRhfxCAK8byML/+7OFj5CvCb+C0FKnUjmHx5zf\nq3OGxZBiF0kFn+GoNQPHYRmzfWiGrMV4WtJRcfhhnk2inmyv4hll9wBkMPQk\nrvs5Xj2R6igL5SElBVJUhRRyvUhfy8UlTFpSURFJeZEIs26ZrB/zvwNqej5b\nsCodNbKkJKgU1WFzw4g30epC71DGwS/HjjxZCe6RLHd48ixgFDwjzutSe2iX\n/Jn0RAZUcYlA3IIuS3xJp71sucG66X5K0VmvVjl6VeoP+exyUSn6RjKkiYoz\nYlPyMnFj7geuxfln/w0EJIrTWkVF1mC6H7UkNKkzStDnnXgj69danp8KCnKC\nwMpR/Yl7+pSESyHgPmZjPoic4H4zB3+xKUL1lnBXTbzhXbJHKULNLHXvuuWX\n00Ax\r\n=+YFi\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/bubleify_1.2.0_1525001763091_0.5827258996666949"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		},
		"1.2.1": {
			"name": "bubleify",
			"version": "1.2.1",
			"description": "Browserify transform that compiles es2015 to es5 using Bublé",
			"main": "index.js",
			"scripts": {
				"travis-coverage": "nyc report --reporter=text-lcov | coveralls",
				"coverage": "tap --cov --coverage-report=lcov tests/*.test.js",
				"tap:one": "tap --nyc-arg=--require --nyc-arg=babel-polyfill --timeout=60 --cov --coverage-report=text-summary",
				"tap:all": "npm run tap:one tests/*.test.js",
				"pretest": "npm run compile",
				"test": "npm run tap:all",
				"test:babel": "babel tests/*.test.js -d . && npm test",
				"lint": "eslint src/**.js tests/**.js",
				"compile": "babel -s -d lib/ src/",
				"publish": "npm run compile && npm run tap:all",
				"preversion": "npm run compile && npm run tap:all",
				"postversion": "git push && git push --tags"
			},
			"keywords": [
				"buble",
				"browserify",
				"browserify-transform",
				"es2015",
				"es5"
			],
			"repository": {
				"type": "git",
				"url": "git://github.com/garthenweb/bubleify.git"
			},
			"author": {
				"name": "Jannick Garthen",
				"email": "jannick.garthen@gmail.com"
			},
			"license": "MIT",
			"dependencies": {
				"buble": "^0.19.3"
			},
			"devDependencies": {
				"babel-cli": "^6.26.0",
				"babel-polyfill": "^6.26.0",
				"babel-preset-es2015": "^6.24.1",
				"browserify": "^16.2.3",
				"convert-source-map": "^1.6.0",
				"coveralls": "^3.0.2",
				"eslint": "^4.14.0",
				"eslint-config-airbnb": "^16.1.0",
				"eslint-plugin-import": "^2.16.0",
				"nyc": "^11.9.0",
				"tap": "^11.1.5"
			},
			"bugs": {
				"url": "https://github.com/garthenweb/bubleify/issues"
			},
			"engines": {
				"node": ">=4.0.0"
			},
			"nyc": {
				"exclude": [
					"tests/**"
				]
			},
			"gitHead": "1c78390df8476008b27430ba4ff245e1ac53824e",
			"homepage": "https://github.com/garthenweb/bubleify#readme",
			"_id": "bubleify@1.2.1",
			"_npmVersion": "6.5.0",
			"_nodeVersion": "10.14.2",
			"_npmUser": {
				"name": "garthenweb",
				"email": "jannick.garthen@gmail.com"
			},
			"dist": {
				"integrity": "sha512-vp3NHmaQVoKaKWvi15FTMinPNjfp+47+/kFJ9ifezdMF/CBLArCxDVUh+FQE3qRxCRj1qyjJqilTBHHqlM8MaQ==",
				"shasum": "c11fa33fa59d5b9b747d4e486f43889084257f37",
				"tarball": "https://registry.npmjs.org/bubleify/-/bubleify-1.2.1.tgz",
				"fileCount": 10,
				"unpackedSize": 15700,
				"npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVdbYCRA9TVsSAnZWagAAqOgP/ihVnpR+yvQLSop+47ML\nOxzXwNMYlEU82ImF9t/S0AGPiHgUupIjfT1MyvG/xB5/LMYf8TYNGgGpFPtD\nI6ApypNx5IGGn5jMWW5nB7kzfn6iEjdNzj/FIP45AHHZa9SKFQKVvJbEAzqc\nyJyZ9H65TWTI+HEKS8TZS/H+9qyNOdIPQnEPGXBGf7awGhnnf1TIuO9d1ZwE\nxym2vvsHmJqWqsKC09ICh/UE3XbTnfx3O54brVfkH3TtjLBV+gvbqI29Gxss\nHvp5Wlr1rrf3jEdCESvxQD4eC6NJ+ZZQVDq+JS6f5JkTBk4n4eAmUSDsT0lc\n/ZMsnC8X7dq4SHTPU25AVHvcKnZEy9HwUVEX3wYnr7F03pXfirsVMy+dYWd0\nPe2EFPDeu/5Zv3hqSMQH7ZYUbnB2713WyKQILrN36LooXsp5/aTm4VN0QZlq\n9ClduftLk/OHJB/lOBeISbzNYsb2C11Z25O7NX4A1lwLwfT3qQ9Nc8yAIHXq\nL+flWXuXZu2EZyaiI/9BGpht+YqOAo1ZZPiGIazNbbUL1rGZUmjL6pJH3QK7\nO+g1T8sSQQImuBgRhu16HWdzUVH7xVcGn76b1JJQkgtQonfk47s/zs7QYA65\nPjsAWpKili5fhwr7zSPFxr2Dy2pBqiDTo5nzQs1HacohEkfTgUxsukmdFF2m\nRYJW\r\n=1ywe\r\n-----END PGP SIGNATURE-----\r\n"
			},
			"maintainers": [
				{
					"name": "garthenweb",
					"email": "jannick.garthen@gmail.com"
				}
			],
			"directories": {},
			"_npmOperationalInternal": {
				"host": "s3://npm-registry-packages",
				"tmp": "tmp/bubleify_1.2.1_1549129432208_0.5112383043481292"
			},
			"_hasShrinkwrap": false,
			"contributors": []
		}
	},
	"time": {
		"modified": "2019-02-02T17:43:54.800Z",
		"created": "2016-04-19T22:28:31.668Z",
		"0.0.1": "2016-04-19T22:28:31.668Z",
		"0.1.0": "2016-04-24T11:06:16.316Z",
		"0.2.0": "2016-05-11T22:25:14.305Z",
		"0.3.0": "2016-05-29T21:43:12.069Z",
		"0.3.1": "2016-06-08T15:21:38.075Z",
		"0.4.0": "2016-06-19T21:50:11.691Z",
		"0.5.0": "2016-06-22T20:30:33.398Z",
		"0.5.1": "2016-07-19T20:05:55.973Z",
		"0.6.0": "2016-10-18T08:19:04.077Z",
		"0.7.0": "2016-12-14T20:24:15.662Z",
		"1.0.0": "2017-11-08T23:17:32.916Z",
		"1.1.0": "2017-12-24T15:45:17.324Z",
		"1.2.0": "2018-04-29T11:36:03.198Z",
		"1.2.1": "2019-02-02T17:43:52.285Z"
	},
	"users": {},
	"dist-tags": {
		"latest": "1.2.1"
	},
	"_uplinks": {
		"npmjs": {
			"etag": "W/\"594e511ad6711207acccf67faa970291\"",
			"fetched": 1593324339684
		}
	},
	"_distfiles": {
		"bubleify-0.0.1.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.0.1.tgz",
			"sha": "1983b6014d2977e6a80c6d9399368fbddc67c0c3",
			"registry": "npmjs"
		},
		"bubleify-0.1.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.1.0.tgz",
			"sha": "3e0f04678ea21a38917cceb493d685419077b9a7",
			"registry": "npmjs"
		},
		"bubleify-0.2.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.2.0.tgz",
			"sha": "6daf37de24797ac77c703c3e6b7280a137bd8b05",
			"registry": "npmjs"
		},
		"bubleify-0.3.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.3.0.tgz",
			"sha": "f71eadf04c8cf252881769f9ec78808db296e9f4",
			"registry": "npmjs"
		},
		"bubleify-0.3.1.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.3.1.tgz",
			"sha": "6ee33eb31a494e9013ab5041cdc211ec2a5af148",
			"registry": "npmjs"
		},
		"bubleify-0.4.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.4.0.tgz",
			"sha": "9bf6e4dc2796f8ac54bb68c3c32094bbd49a8d29",
			"registry": "npmjs"
		},
		"bubleify-0.5.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.0.tgz",
			"sha": "84f495d19cf8e2374919e69b9635599ec5b0a7f2",
			"registry": "npmjs"
		},
		"bubleify-0.5.1.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.5.1.tgz",
			"sha": "f65c47cee31b80cad8b9e747bbe187d7fe51e927",
			"registry": "npmjs"
		},
		"bubleify-0.6.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.6.0.tgz",
			"sha": "2beb881479ee2e893e6c6177fa1ec691d9ac2ec0",
			"registry": "npmjs"
		},
		"bubleify-0.7.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-0.7.0.tgz",
			"sha": "d08ea642ffd085ff8711c8843f57072f0d5eb8f6",
			"registry": "npmjs"
		},
		"bubleify-1.0.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-1.0.0.tgz",
			"sha": "fb32f8332bb438ad165681fe4df6d8bd586ad0c5",
			"registry": "npmjs"
		},
		"bubleify-1.1.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-1.1.0.tgz",
			"sha": "ec689e8ed02d4e180d0c932bd2c24c091366a2d9",
			"registry": "npmjs"
		},
		"bubleify-1.2.0.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-1.2.0.tgz",
			"sha": "17a65b6b70160c4d81a06f28fc2a461621415ea9",
			"registry": "npmjs"
		},
		"bubleify-1.2.1.tgz": {
			"url": "https://registry.npmjs.org/bubleify/-/bubleify-1.2.1.tgz",
			"sha": "c11fa33fa59d5b9b747d4e486f43889084257f37",
			"registry": "npmjs"
		}
	},
	"_attachments": {
		"bubleify-0.7.0.tgz": {
			"shasum": "d08ea642ffd085ff8711c8843f57072f0d5eb8f6"
		}
	},
	"_rev": "2-5dcc25ef3412ba7c",
	"_id": "bubleify",
	"readme": "# Bubléify [![build status][1]][2] [![Coverage Status][3]][4]\n\nA browserify transform for [Bublé](https://www.npmjs.com/package/buble) to transform ES2015 to ES5.\n\n## Installation\n\n``` bash\nnpm install --save-dev bubleify\n```\n\n## Usage\n\n### Node\n\n``` javascript\nconst browserify = require('browserify');\nconst bubleify = require('bubleify');\n\nconst b = browserify();\nb.add('./file.es2015.js'));\nb.transform(bubleify, {\n  target: {\n    chrome: 48,\n    firefox: 44,\n  },\n  transforms: {\n    arrow: true,\n    defaultParameter: false,\n    dangerousForOf: true,\n  },\n});\nb.bundle();\n```\n\n### CLI\n\n``` bash\nbrowserify script.js -o bundle.js -t [ bubleify ]\n```\n\n## Options\n\n### target: Object\n\nTarget specifies a list of environments the output file should be compatible to. Bublè will decide based on this list which transforms should be used.\n\n### transforms: Object\n\nTransforms define which ES2015 features should or should not be transformed into ES5.\n\nBublèify by default disables the `module` transform to not throw an error when ES2015 `import` and `export` statements are used. If you want to use ES2015 modules you should add another transform to do so.\n\nFind a list of all transforms on the Bublè documentation in section [list of transforms](http://buble.surge.sh/guide/#list-of-transforms). For more detailed information about each transform also see [supported features](http://buble.surge.sh/guide/#supported-features) and [dangerous transforms](http://buble.surge.sh/guide/#dangerous-transforms).\n\n### sourceMap: Boolean\n\nDefine whether an inline source map should or should not be created by Bublé. \n\nDefault is `true`.\n\n_Please note that browserify will not output any source map if debug mode is `false`, even if sourceMap was set to `true`._\n\n### extensions: Array\n\nThe allowed file extensions that should be transformed with Bublé. Files included into the stream that do not match an extension will be ignored by Bubléify.\n\nDefault is `['.js', '.jsx', '.es', '.es6']`.\n\n### bubleError: Boolean\n\nDefine whether the error generated by Bublè or a the Bublè error message as a string should be emitted in case of an error.\n\nDefault is `false`.\n\n_Bublè may in some situations throw a custom error. Browserify will, when used on the command line, just output the call stack in this situation but does not show the error message. Turning this option on will display the error message but suppresses the call stack._\n\n## Credits\n\nThanks goes to [Rich Harris](https://twitter.com/rich_harris) for the [Bublè](https://www.npmjs.com/package/buble) package.\n\n## License\n\nLicensed under the [MIT License](https://opensource.org/licenses/mit-license.php).\n\n[1]: https://travis-ci.org/garthenweb/bubleify.svg\n[2]: https://travis-ci.org/garthenweb/bubleify\n[3]: https://coveralls.io/repos/github/garthenweb/bubleify/badge.svg?branch=master\n[4]: https://coveralls.io/github/garthenweb/bubleify?branch=master"
}