Initial Commit

This commit is contained in:
2020-07-08 15:37:09 +02:00
commit 549ecd137f
1746 changed files with 292109 additions and 0 deletions

14
node_modules/regexp-clone/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,14 @@
sudo: false
language: node_js
node_js:
- 8
- 10
- 12
matrix:
include:
- node_js: "13"
env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
allow_failures:
# Allow the nightly installs to fail
- env: "NVM_NODEJS_ORG_MIRROR=https://nodejs.org/download/nightly"
script: "npm test"