ヤミRoot VoidGate
User / IP
:
216.73.216.84
Host / Server
:
146.88.233.70 / dev.loger.cm
System
:
Linux hybrid1120.fr.ns.planethoster.net 3.10.0-957.21.2.el7.x86_64 #1 SMP Wed Jun 5 14:26:44 UTC 2019 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
logercm
/
dev.loger.cm
/
fixtures
/
assert
/
Viewing: .github.tar
FUNDING.yml 0000644 00000001044 15120155404 0006355 0 ustar 00 # These are supported funding model platforms github: [ljharb] patreon: # Replace with a single Patreon username open_collective: # Replace with a single Open Collective username ko_fi: # Replace with a single Ko-fi username tidelift: npm/qs community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry liberapay: # Replace with a single Liberapay username issuehunt: # Replace with a single IssueHunt username otechie: # Replace with a single Otechie username custom: # Replace with a single custom sponsorship URL workflows/build.yml 0000644 00000000713 15120264263 0010425 0 ustar 00 name: Build & Test on: push: branches: [ master ] pull_request: branches: [ master ] jobs: build: runs-on: ubuntu-latest strategy: matrix: node-version: [16.x, 18.x, 20.x] steps: - uses: actions/checkout@v3 - name: Use Node.js ${{ matrix.node-version }} uses: actions/setup-node@v3 with: node-version: ${{ matrix.node-version }} - run: yarn install - run: yarn test ISSUE_TEMPLATE.md 0000644 00000004061 15120321343 0007244 0 ustar 00 <!-- Thank you for reporting an issue! Remember, this issue tracker is for reporting issues ONLY with node-gyp. If you have an issue installing a specific module, please file an issue on that module's issue tracker (`npm issues modulename`). Open issue here only if you are sure this is an issue with node-gyp, not with the module you are trying to build. Fill out the form below. We probably won't investigate an issue that does not provide the basic information we require. --> Please look thru your error log for the string `gyp info using node-gyp@` and if the version number is less than the [current release of node-gyp](https://github.com/nodejs/node-gyp/releases) then __please upgrade__ using the instructions at https://github.com/nodejs/node-gyp/blob/master/docs/Updating-npm-bundled-node-gyp.md and try your command again. Requests for help with [`node-sass` are very common](https://github.com/nodejs/node-gyp/issues?q=label%3A%22Node+Sass+--%3E+Dart+Sass%22). Please be aware that this package is deprecated, you should seek alternatives and avoid opening new issues about it here. * **Node Version**: <!-- `node -v` and `npm -v` --> * **Platform**: <!-- `uname -a` (UNIX), or `systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"` (Windows) --> * **Compiler**: <!-- `cc -v` (UNIX) or `msbuild /version & cl` (Windows) --> * **Module**: <!-- what you tried to build/install --> <details><summary>Verbose output (from npm or node-gyp):</summary> ``` Paste your log here, between the backticks. It can be: - npm --verbose output, - or contents of npm-debug.log, - or output of node-gyp rebuild --verbose. Include the command you were trying to run. This should look like this: >npm --verbose npm info it worked if it ends with ok npm verb cli [ npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node.exe', npm verb cli 'C:\\...\\node\\13.9.0\\x64\\node_modules\\npm\\bin\\npm-cli.js', npm verb cli '--verbose' npm verb cli ] npm info using npm@6.13.7 npm info using node@v13.9.0 Usage: npm <command> (...) ``` </details> <!-- Any further details --> PULL_REQUEST_TEMPLATE.md 0000644 00000001153 15120321343 0010337 0 ustar 00 <!-- Thank you for your pull request. Please review the below requirements. Contributor guide: https://github.com/nodejs/node/blob/master/CONTRIBUTING.md --> ##### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [ ] `npm install && npm test` passes - [ ] tests are included <!-- Bug fixes and new features should include tests --> - [ ] documentation is changed or added - [ ] commit message follows [commit guidelines](https://github.com/googleapis/release-please#how-should-i-write-my-commits) ##### Description of change <!-- Provide a description of the change --> workflows/release-please.yml 0000644 00000005333 15120321343 0012211 0 ustar 00 name: release-please on: push: branches: - master jobs: release-please: runs-on: ubuntu-latest steps: - uses: google-github-actions/release-please-action@v2 id: release with: package-name: node-gyp release-type: node changelog-types: > [{"type":"feat","section":"Features","hidden":false}, {"type":"fix","section":"Bug Fixes","hidden":false}, {"type":"bin","section":"Core","hidden":false}, {"type":"gyp","section":"Core","hidden":false}, {"type":"lib","section":"Core","hidden":false}, {"type":"src","section":"Core","hidden":false}, {"type":"test","section":"Tests","hidden":false}, {"type":"build","section":"Core","hidden":false}, {"type":"clean","section":"Core","hidden":false}, {"type":"configure","section":"Core","hidden":false}, {"type":"install","section":"Core","hidden":false}, {"type":"list","section":"Core","hidden":false}, {"type":"rebuild","section":"Core","hidden":false}, {"type":"remove","section":"Core","hidden":false}, {"type":"deps","section":"Core","hidden":false}, {"type":"python","section":"Core","hidden":false}, {"type":"lin","section":"Core","hidden":false}, {"type":"linux","section":"Core","hidden":false}, {"type":"mac","section":"Core","hidden":false}, {"type":"macos","section":"Core","hidden":false}, {"type":"win","section":"Core","hidden":false}, {"type":"windows","section":"Core","hidden":false}, {"type":"zos","section":"Core","hidden":false}, {"type":"doc","section":"Doc","hidden":false}, {"type":"docs","section":"Doc","hidden":false}, {"type":"readme","section":"Doc","hidden":false}, {"type":"chore","section":"Miscellaneous","hidden":false}, {"type":"refactor","section":"Miscellaneous","hidden":false}, {"type":"ci","section":"Miscellaneous","hidden":false}, {"type":"meta","section":"Miscellaneous","hidden":false}] # Standard Conventional Commits: `feat` and `fix` # node-gyp subdirectories: `bin`, `gyp`, `lib`, `src`, `test` # node-gyp subcommands: `build`, `clean`, `configure`, `install`, `list`, `rebuild`, `remove` # Core abstract category: `deps` # Languages/platforms: `python`, `lin`, `linux`, `mac`, `macos`, `win`, `window`, `zos` # Documentation: `doc`, `docs`, `readme` # Standard Conventional Commits: `chore` (under "Miscellaneous") # Miscellaneous abstract categories: `refactor`, `ci`, `meta` workflows/tests.yml 0000644 00000002713 15120321343 0010463 0 ustar 00 # TODO: Line 43, enable pytest --doctest-modules name: Tests on: [push, pull_request] jobs: Tests: strategy: fail-fast: false max-parallel: 15 matrix: node: [12.x, 14.x, 16.x] python: ["3.6", "3.8", "3.10"] os: [macos-latest, ubuntu-latest, windows-latest] runs-on: ${{ matrix.os }} steps: - name: Checkout Repository uses: actions/checkout@v2 - name: Use Node.js ${{ matrix.node }} uses: actions/setup-node@v2 with: node-version: ${{ matrix.node }} - name: Use Python ${{ matrix.python }} uses: actions/setup-python@v2 with: python-version: ${{ matrix.python }} env: PYTHON_VERSION: ${{ matrix.python }} - name: Install Dependencies run: | npm install --no-progress pip install flake8 pytest - name: Set Windows environment if: matrix.os == 'windows-latest' run: | echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV - name: Lint Python if: matrix.os == 'ubuntu-latest' run: flake8 . --ignore=E203,W503 --max-complexity=101 --max-line-length=88 --show-source --statistics - name: Run Python tests run: python -m pytest # - name: Run doctests with pytest # run: python -m pytest --doctest-modules - name: Run Node tests run: npm test workflows/visual-studio.yml 0000644 00000001267 15120321343 0012134 0 ustar 00 name: Tests on Windows on: [push, pull_request] jobs: Tests: strategy: fail-fast: false max-parallel: 15 matrix: os: [windows-2022] runs-on: ${{ matrix.os }} steps: - name: Checkout Repository uses: actions/checkout@v2 - name: Install Dependencies run: | npm install --no-progress - name: Set Windows environment if: matrix.os == 'windows-latest' run: | echo 'GYP_MSVS_VERSION=2015' >> $Env:GITHUB_ENV echo 'GYP_MSVS_OVERRIDE_PATH=C:\\Dummy' >> $Env:GITHUB_ENV - name: Environment Information run: npx envinfo - name: Run Node tests run: npm test workflows/tests.yaml 0000644 00000002124 15120332541 0010622 0 ustar 00 name: Tests on: pull_request: null push: branches: - master jobs: tests: runs-on: 'Ubuntu-20.04' strategy: fail-fast: false matrix: php: ['7.2', '7.3', '7.4', '8.0'] include: - php: '7.2' dependencies: 'lowest' composer-options: '--prefer-stable' name: PHP ${{ matrix.php }} steps: - uses: actions/checkout@v2 - uses: shivammathur/setup-php@v2 with: php-version: '${{ matrix.php }}' coverage: none ini-values: 'memory_limit=-1' - uses: "ramsey/composer-install@v1" with: dependency-versions: '${{ matrix.dependencies }}' composer-options: '${{ matrix.composer-options }}' - name: Install PHPUnit run: vendor/bin/simple-phpunit install - name: Run Unit tests run: vendor/bin/simple-phpunit
Coded With 💗 by
0x6ick