UNPKG

babel-preset-7-esnext

Version:

ES.Next transpile preset for babel7 by Harald Rudell

61 lines (60 loc) 1.92 kB
{ "name": "babel-preset-7-esnext", "version": "0.0.2", "description": "ES.Next transpile preset for babel7 by Harald Rudell", "author": "Harald Rudell <harald.rudell@gmail.com> (http://haraldrudell.com)", "license": "ISC", "main": "lib/babel-preset-7-esnext", "scripts": { "build": "rollup --config node:es2049package", "pub": "yarn publish --patch", "clean": "clean lib", "debugtest": "node --inspect-brk node_modules/.bin/jest --runInBand", "test": "jest" }, "devEngines": { "node": "9.x" }, "engines": { "node": ">= 8.5" }, "keywords": [ "babel", "babel7", "ES.Next", "transpile", "ECMAScript" ], "repository": { "type": "git", "url": "https://github.com/haraldrudell/ECMAScript2049" }, "files": [ "lib" ], "devDependencies": { "es2049package": "^1.0.1", "jest": "^23.6.0", "test": "0.0.1" }, "dependencies": { "@babel/core": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.2.1", "@babel/plugin-proposal-decorators": "^7.2.0", "@babel/plugin-proposal-do-expressions": "^7.2.0", "@babel/plugin-proposal-export-default-from": "^7.2.0", "@babel/plugin-proposal-export-namespace-from": "^7.2.0", "@babel/plugin-proposal-function-bind": "^7.2.0", "@babel/plugin-proposal-function-sent": "^7.2.0", "@babel/plugin-proposal-json-strings": "^7.2.0", "@babel/plugin-proposal-logical-assignment-operators": "^7.2.0", "@babel/plugin-proposal-nullish-coalescing-operator": "^7.2.0", "@babel/plugin-proposal-numeric-separator": "^7.2.0", "@babel/plugin-proposal-optional-chaining": "^7.2.0", "@babel/plugin-proposal-pipeline-operator": "^7.2.0", "@babel/plugin-proposal-throw-expressions": "^7.2.0", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/plugin-syntax-import-meta": "^7.2.0", "@babel/preset-env": "^7.2.0" } }