UNPKG

babel-preset-latest-node

Version:

babel preset latest for node 14 (Current), node 12 (Active LTS) node 10 (Maintenance LTS)

83 lines (82 loc) 2.79 kB
{ "name": "babel-preset-latest-node", "version": "5.5.1", "description": "babel preset latest for node 14 (Current), node 12 (Active LTS) node 10 (Maintenance LTS)", "keywords": [ "babel-preset" ], "author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)", "license": "ISC", "repository": "https://github.com/christophehurpeau/babel-preset-latest-node.git", "homepage": "https://github.com/christophehurpeau/babel-preset-latest-node", "engines": { "node": ">=12.10.0" }, "main": "./lib/index.js", "sideEffects": false, "scripts": { "generate:test-coverage": "rm -Rf docs/coverage/ ; NODE_ENV=production BABEL_ENV=test jest --coverage --coverageReporters=pob-lcov-reporter --coverageDirectory=docs/coverage/", "lint": "yarn run lint:prettier && yarn run lint:eslint", "lint:eslint": "eslint --report-unused-disable-directives --quiet *.js lib", "lint:prettier": "prettier --check .", "preversion": "yarn run lint && repository-check-dirty", "release": "repository-check-dirty && yarn preversion && standard-version -a -m 'chore(release): %s [skip ci]' && git push --follow-tags origin master && npm publish", "test": "jest", "test:watch": "jest" }, "prettier": { "trailingComma": "all", "singleQuote": true, "arrowParens": "always" }, "commitlint": { "extends": [ "@pob/commitlint-config" ] }, "jest": { "cacheDirectory": "./node_modules/.cache/jest", "testMatch": [ "<rootDir>/lib/**/__tests__/**/*.js", "<rootDir>/lib/**/*.test.js" ], "collectCoverageFrom": [ "lib/**/*.js" ], "moduleFileExtensions": [ "js", "json" ] }, "pob": {}, "peerDependencies": { "@babel/core": "^7.10.5" }, "dependencies": { "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8", "@babel/plugin-proposal-numeric-separator": "^7.12.13", "@babel/plugin-proposal-optional-catch-binding": "^7.13.8", "@babel/plugin-proposal-optional-chaining": "^7.13.8", "@babel/plugin-proposal-unicode-property-regex": "^7.12.13", "@babel/plugin-syntax-top-level-await": "^7.12.13", "@babel/plugin-transform-modules-commonjs": "^7.13.8" }, "devDependencies": { "@babel/core": "7.13.10", "@pob/commitlint-config": "2.0.1", "@pob/eslint-config": "43.0.0", "@pob/eslint-config-node": "43.1.0", "@pob/root": "3.1.1", "@types/jest": "26.0.20", "eslint": "7.22.0", "eslint-import-resolver-node": "0.3.4", "eslint-plugin-import": "2.22.1", "eslint-plugin-node": "11.1.0", "eslint-plugin-unicorn": "25.0.1", "husky": "4.3.8", "jest": "26.6.3", "pob-lcov-reporter": "4.0.1", "prettier": "2.2.1", "standard-version": "9.1.1" } }