AnonSec Shell
Server IP : 104.21.14.48  /  Your IP : 3.145.18.228   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/mu-plugins/vendor/wpex/godaddy-launch//package.json
{
	"name": "godaddy-launch",
	"version": "2.13.2",
	"private": true,
	"scripts": {
		"start:wp": "wp-scripts start",
		"build": "wp-scripts build",
		"packages-update": "wp-scripts packages-update --dist-tag=wp-6.3",
		"postpackages-update": "npm run build",
		"clean": "wp-env stop; rm -rf build node_modules vendor",
		"clean:commit": "wp-scripts build && rm -rf vendor && composer dump-autoload --optimize",
		"makepot": "./vendor/bin/wp i18n make-pot . --skip-audit --exclude=\".dev,.github,docs,dist,node_modules,vendor,wordpress\" --headers='{\"Last-Translator\":\"[email protected]\",\"Report-Msgid-Bugs-To\":\"https://github.com/godaddy-wordpress/godaddy-launch/issues\"}' --file-comment=\"Copyright (c) $(date +'%Y') GoDaddy Operating Company, LLC. All Rights Reserved.\" languages/godaddy-launch.pot",
		"pot2json": "for f in ./languages/*.pot; do ./vendor/bin/pot2json ./languages/$(basename $f .pot).pot ./languages/$(basename $f .pot).json; done",
		"json2po": "cd languages && find . -name '*.json' ! -name 'godaddy-launch*.json' -execdir /bin/bash -c 'FROM=\"$0\" && TO=\"godaddy-launch-`basename $0 .json`.po\" && echo \"$FROM > $TO\" && ../vendor/bin/json2po godaddy-launch.json $FROM $TO && msgmerge --previous $TO godaddy-launch.pot > $TO-msgmerge && mv $TO-msgmerge $TO && if [[ \"$OSTYPE\" == \"darwin\"* ]]; then sed -i \"\" -e \"/^#, fuzzy$/d\" $TO; else sed -i -e \"/^#, fuzzy$/d\" $TO; fi;' '{}' \\;",
		"po2mo": "cd languages && find . -name '*.po' -execdir /bin/bash -c 'FROM=\"$0\" && TO=\"`basename $0 .po`.mo\" && echo \"$FROM > $TO\" && msgfmt $FROM -o $TO' '{}' \\;",
		"makejson": "for f in ./languages/*.po; do ./vendor/bin/wp i18n make-json \"$f\" --no-purge; done",
		"reset": "npm-run-all reset:live-site-control reset:publish-guide reset:seo",
		"reset:site": "wp-env run cli wp option update coblocks_site_content_controls_enabled 1 && wp-env run cli wp option update coblocks_site_design_controls_enabled 1 && wp-env run cli wp option patch update wpseo configuration_finished_steps '{}' --format=json",
		"reset:live-site-control": "wp-env run cli wp option delete blog_public gdl_live_site_dismiss gdl_site_published",
		"reset:publish-guide": "wp-env run cli wp option delete gdl_all_tasks_completed gdl_pgi_site_content gdl_pgi_site_design gdl_pgi_site_domain gdl_pgi_site_info gdl_pgi_site_media gdl_publish_guide_interacted sitelogo theme_mods_go",
		"reset:seo": "wp-env run cli wp option delete gdl_pgi_site_seo",
		"test:e2e": "cypress run --config video=false --browser chrome",
		"test:e2e:headed": "npm run test:e2e -- --headed",
		"test:js": "wp-scripts test-unit-js --config .dev/tests/jest/jest.config.js",
		"lint": "npm-run-all lint:css lint:js lint:php",
		"lint:css:fix": "npm run lint:css -- --fix",
		"lint:css": "wp-scripts lint-style \"**/*.scss\" -f verbose",
		"lint:js:fix": "npm run lint:js -- --fix",
		"lint:js": "wp-scripts lint-js",
		"lint:php": "wp-env run --env-cwd=\"wp-content/plugins/${PWD##*/}\" cli composer run-script lint",
		"test:php": "npm-run-all lint:php test:unit:php",
		"test:unit:php:base": "wp-env run --env-cwd=\"wp-content/plugins/${PWD##*/}\" tests-wordpress vendor/bin/phpunit -c phpunit.xml.dist --verbose",
		"test:unit:php:coverage": "npm run test:unit:php:base -- --coverage-html phpunit/coverage",
		"test:unit:php:setup": "wp-env start --xdebug=develop,coverage",
		"test:unit:php": "npm-run-all test:unit:php:setup test:unit:php:base",
		"wp-env": "wp-env",
		"version": "node .dev/bin/update-version.js && wp-scripts build && rm -rf vendor && composer dump-autoload --optimize && git add -A",
		"postversion": "git push && git push --tags"
	},
	"devDependencies": {
		"@babel/plugin-proposal-class-properties": "^7.18.6",
		"@godaddy-wordpress/eslint-config": "^0.7.0",
		"@godaddy-wordpress/stylelint-config": "^0.7.0",
		"@godaddy/tartufo-node": "^0.3.3",
		"@testing-library/react": "^14.0.0",
		"@wordpress/env": "^10.1.0",
		"@wordpress/scripts": "^26.11.1",
		"cypress": "^13.0.0",
		"eslint-plugin-cypress": "^2.12.1",
		"husky": "^8.0.3",
		"npm-run-all": "^4.1.5",
		"resize-observer-polyfill": "^1.5.1"
	},
	"dependencies": {
		"@godaddy-wordpress/coblocks-icons": "^2.0.4",
		"@wordpress/base-styles": "^4.26.3",
		"@wordpress/block-editor": "^12.3.13",
		"@wordpress/components": "^25.1.10",
		"@wordpress/compose": "^6.12.2",
		"@wordpress/core-data": "^6.12.14",
		"@wordpress/data": "^9.5.5",
		"@wordpress/dom-ready": "^3.35.1",
		"@wordpress/editor": "^13.12.14",
		"@wordpress/element": "^5.12.1",
		"@wordpress/hooks": "^3.35.1",
		"@wordpress/i18n": "^4.35.1",
		"@wordpress/icons": "^9.26.2",
		"@wordpress/media-utils": "^4.26.1",
		"@wordpress/notices": "^4.3.5",
		"@wordpress/url": "^3.36.1",
		"classnames": "^2.3.1",
		"cypress-log-to-output": "^1.1.2",
		"lodash": "^4.17.21",
		"react-canvas-confetti": "^1.3.0",
		"react-confetti": "^6.0.1",
		"react-dom-confetti": "^0.2.0",
		"react-router-dom": "^6.20.1",
		"react-spring": "^9.5.5",
		"react-use-measure": "^2.1.1"
	}
}

Anon7 - 2022
AnonSec Team