This commit is contained in:
2025-09-19 20:23:34 +09:00
parent 4603e474d3
commit 24d86365a2
419 changed files with 62023 additions and 0 deletions

23
node_modules/iconv-lite/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,23 @@
sudo: false
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "iojs"
- "4"
- "6"
- "8"
- "node"
env:
- CXX=g++-4.8
addons:
apt:
sources:
- ubuntu-toolchain-r-test
packages:
- gcc-4.8
- g++-4.8