initial commit

This commit is contained in:
2026-03-22 03:21:45 +02:00
commit 897fea9f4e
15431 changed files with 2548840 additions and 0 deletions

8
node_modules/jstransform/.travis.yml generated vendored Normal file
View File

@@ -0,0 +1,8 @@
language: node_js
node_js:
- "0.10"
# Because of package.json dependency versions that start with '^', it's not
# possible to `npm install` using the version of npm packaged with node 0.8
# As a result, travis *always* fails for 0.8 now -- and thus it's not possible
# to test jstransform on 0.8 with Travis CI :(
# - "0.8"