{ "name": "google_forms", "version": "1.0.0", "description": "What is CodeIgniter ###################", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepare": "husky install", "lint": "eslint .", "lint:fix": "phpcbf && eslint . --fix" }, "repository": { "type": "git", "url": "https://git.aissel.com/RameshT/google_forms.git" }, "lint-staged": { "*.php": [ "phpcbf", "git add" ], "*.js": [ "eslint --fix", "git add" ] }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@eslint/js": "^9.8.0", "eslint": "^9.8.0", "globals": "^15.8.0", "husky": "^8.0.0", "lint-staged": "^15.2.7" }, "dependencies": { "ansi-escapes": "^7.0.0", "ansi-regex": "^6.0.1", "ansi-styles": "^6.2.1", "braces": "^3.0.3", "chalk": "^5.3.0", "cli-cursor": "^5.0.0", "cli-truncate": "^4.0.0", "colorette": "^2.0.20", "commander": "^12.1.0", "cross-spawn": "^7.0.3", "debug": "^4.3.6", "emoji-regex": "^10.3.0", "environment": "^1.1.0", "eventemitter3": "^5.0.1", "execa": "^8.0.1", "fill-range": "^7.1.1", "get-east-asian-width": "^1.2.0", "get-stream": "^8.0.1", "human-signals": "^5.0.0", "is-fullwidth-code-point": "^4.0.0", "is-number": "^7.0.0", "is-stream": "^3.0.0", "isexe": "^2.0.0", "lilconfig": "^3.1.2", "listr2": "^8.2.4", "log-update": "^6.1.0", "merge-stream": "^2.0.0", "micromatch": "^4.0.7", "mimic-fn": "^4.0.0", "mimic-function": "^5.0.1", "ms": "^2.1.2", "npm-run-path": "^5.3.0", "onetime": "^6.0.0", "path-key": "^3.1.1", "picomatch": "^2.3.1", "pidtree": "^0.6.0", "restore-cursor": "^5.1.0", "rfdc": "^1.4.1", "shebang-command": "^2.0.0", "shebang-regex": "^3.0.0", "signal-exit": "^4.1.0", "slice-ansi": "^5.0.0", "string-argv": "^0.3.2", "string-width": "^7.2.0", "strip-ansi": "^7.1.0", "strip-final-newline": "^3.0.0", "to-regex-range": "^5.0.1", "which": "^2.0.2", "wrap-ansi": "^9.0.0", "yaml": "^2.4.5" } }