Node.js v6 will go EOL at the end of April 2019, and already two of the production dependencies of the client have already dropped support for it, and soon others will do *(as well as development dependencies)*. Furthermore, since Node.js will go in EOL it will never get security patches, plus, also OpenSSL-1.0.2 will go EOL [this year](https://github.com/nodejs/Release#release-schedule); to avoid risks for the client users it is better to drop support for Node.js v6 right away.
73 lines
1016 B
Plaintext
73 lines
1016 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# coverage output
|
|
coverage.lcov
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules
|
|
jspm_packages
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# mac files
|
|
.DS_Store
|
|
|
|
# vim swap files
|
|
*.swp
|
|
|
|
package-lock.json
|
|
|
|
# elasticsearch repo or binary files
|
|
elasticsearch*
|
|
|
|
# Generated typings, we don't commit them
|
|
# because we should copy them in the main .d.ts file
|
|
api/generated.d.ts
|
|
|
|
# Ignore doc folder
|
|
docs
|
|
|
|
# Ignore test folder
|
|
test
|
|
|
|
# Ignore scripts folder
|
|
scripts
|
|
|
|
# ci configuration
|
|
.ci
|
|
.travis.yml
|
|
certs
|
|
.github
|
|
CODE_OF_CONDUCT.md
|
|
CONTRIBUTING.md
|