/var/www/myprog.com.ua/server/node/node_modules/bcrypt
NameSizeModeActions
.github/-0755rm
examples/-0755rm
lib/-0755rm
src/-0755rm
test/-0755rm
.editorconfig2840644editdlrm
.travis.yml13110644editdlrm
appveyor.yml9210644editdlrm
bcrypt.js73150644editdlrm
binding.gyp15860644editdlrm
CHANGELOG.md39020644editdlrm
ISSUE_TEMPLATE.md10260644editdlrm
LICENSE10600644editdlrm
Makefile2150644editdlrm
package.json25020644editdlrm
promises.js11480644editdlrm
README.md172450644editdlrm
SECURITY.md4740644editdlrm
test-docker.sh2860755editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/bcrypt/appveyor.yml (921B)
environment: matrix: - nodejs_version: "14" platform: x64 - nodejs_version: "14" platform: x86 - nodejs_version: "16" platform: x64 - nodejs_version: "16" platform: x86 - nodejs_version: "18" platform: x64 install: - where npm - where node - ps: Install-Product node $env:nodejs_version $env:platform build: off artifacts: - path: 'build/stage/**/bcrypt*.tar.gz' test_script: - node --version - npm --version - npm test after_test: - .\node_modules\.bin\node-pre-gyp package on_success: - ps: > if ($env:NODE_PRE_GYP_GITHUB_TOKEN -ne $null -and $env:APPVEYOR_REPO_TAG_NAME -match '^v(0|[1-9]+)\.(0|[1-9]+)\.(0|[1-9]+)(-\w)?$') { echo "Publishing $env:APPVEYOR_REPO_TAG_NAME" npm install node-pre-gyp-github@1.4.3 ./node_modules/.bin/node-pre-gyp-github publish --release }