{"id":25609092,"url":"https://github.com/timbeadle/cfpathcheck","last_synced_at":"2025-04-13T13:25:28.424Z","repository":{"id":2267086,"uuid":"46114515","full_name":"timbeadle/cfpathcheck","owner":"timbeadle","description":"Static analysis for cfml template import and include paths","archived":false,"fork":false,"pushed_at":"2025-03-24T20:42:07.000Z","size":10361,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T04:23:02.482Z","etag":null,"topics":["cfm","cfml-template","checkstyle","static-analysis"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timbeadle.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-11-13T10:05:24.000Z","updated_at":"2025-03-22T13:02:57.000Z","dependencies_parsed_at":"2024-02-26T10:31:50.616Z","dependency_job_id":"d2106098-4a3d-4ea1-8cf7-8659124e153e","html_url":"https://github.com/timbeadle/cfpathcheck","commit_stats":{"total_commits":1125,"total_committers":9,"mean_commits":125.0,"dds":"0.49955555555555553","last_synced_commit":"0fc7aa62d0312fd3e1b781898ffb2802e915314e"},"previous_names":[],"tags_count":63,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbeadle%2Fcfpathcheck","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbeadle%2Fcfpathcheck/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbeadle%2Fcfpathcheck/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timbeadle%2Fcfpathcheck/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timbeadle","download_url":"https://codeload.github.com/timbeadle/cfpathcheck/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248719298,"owners_count":21150730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cfm","cfml-template","checkstyle","static-analysis"],"created_at":"2025-02-21T20:31:48.437Z","updated_at":"2025-04-13T13:25:28.402Z","avatar_url":"https://github.com/timbeadle.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cfpathcheck\n\nStatic analysis for cfml template import and include paths\n\n[![npm version](https://img.shields.io/npm/v/cfpathcheck.svg)](https://www.npmjs.com/package/cfpathcheck)\n[![Downloads/month](https://img.shields.io/npm/dm/cfpathcheck.svg)](https://www.npmjs.com/package/cfpathcheck)\n[![Build Status](https://github.com/timbeadle/cfpathcheck/workflows/Node.js%20CI/badge.svg)](https://github.com/timbeadle/cfpathcheck)\n[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)\n[![Code Climate](https://codeclimate.com/github/timbeadle/cfpathcheck/badges/gpa.svg)](https://codeclimate.com/github/timbeadle/cfpathcheck)\n[![DepShield Badge](https://depshield.sonatype.org/badges/timbeadle/cfpathcheck/depshield.svg)](https://depshield.github.io)\n[![Known Vulnerabilities](https://snyk.io/test/github/timbeadle/cfpathcheck/badge.svg)](https://snyk.io/test/github/timbeadle/cfpathcheck)\n\n## Installation\n\n  `(sudo) npm install -g cfpathcheck`\n\n* Unix/Linux/Mac OS X: Note that sudo is required unless you have set your npm environment up not to need it\n* Windows: Note that sudo doesn't exist ;o)\n\n## Usage\n\n  `cfpathcheck PATH [-r REPORTER -o OUTFILE]`\n\n### Options\n\n* PATH: The path to a single .cfm file, or to a directory containing .cfm files.\n* REPORTER: use checkstyle to output checkstyle-compatible xml to stdout.\n* OUTFILE: The path to the output file, for integration with (e.g.) Jenkins or other CI servers.\n\n### Release support matrix\n\n| Release | Min Node ver. | Support     |\n| ------- | ------------- | ----------- |\n| 1.x     | 4.0.0         | Obsolete    |\n| 2.x     | 6.0.0         | Obsolete    |\n| 3.x     | 8.0.0         | Obsolete    |\n| 4.x     | 10.0.0        | Obsolete    |\n| 5.x     | 12.0.0        | Obsolete    |\n| 6.x     | 12.22.0       | Obsolete    |\n| 7.x     | 14.13.0       | Obsolete    |\n| 8.x     | 14.17.0       | Obsolete    |\n| 9.x     | 16.14.0       | Obsolete    |\n| 10.x    | 18.0.0        | Maintenance |\n| 11.x    | 20.0.0        | Current     |\n\n### Release history\n\n* See [CHANGELOG](https://github.com/timbeadle/cfpathcheck/blob/main/CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbeadle%2Fcfpathcheck","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimbeadle%2Fcfpathcheck","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimbeadle%2Fcfpathcheck/lists"}