Skip to content

Instantly share code, notes, and snippets.

@marknotton
Last active January 16, 2023 13:26
Show Gist options
  • Save marknotton/390c75de690e9e38f023fc8ed2b3e447 to your computer and use it in GitHub Desktop.
Save marknotton/390c75de690e9e38f023fc8ed2b3e447 to your computer and use it in GitHub Desktop.
Gulpfile and Config
This gist exceeds the recommended number of files (~10). To access all files, please clone this gist.
{"lastUpload":"2023-01-16T13:25:52.725Z","extensionVersion":"v3.4.3"}
{
"project" : "Project Name",
"site" : "example",
"host" : "www.example.loc",
"settings" : {
"sourceMaps" : false,
"minify" : true,
"sprites" : false,
"symbols" : true,
"combineJS" : true
},
"paths" : {
"root" : "",
"public" : "public_html",
"modules" : "modules",
"dev" : "dev",
"scripts" : "{dev}/scripts",
"sass" : "{dev}/sass",
"plugins" : "{dev}/plugins",
"js" : "{public}/assets/js",
"css" : "{public}/assets/css",
"images" : "{public}/assets/images",
"sprites" : "{public}/assets/images/sprites"
},
"sources" : {
"js" : [
"{scripts}/*/**.js",
"{scripts}/main.js"
],
"core" : [
"node_modules/babel-polyfill/dist/polyfill.js",
"node_modules/fastclick/lib/fastclick.js",
"vendor/marknotton/scripts/**/*.js"
],
"sass" : [
"{sass}/**/*.scss"
],
"svgs" : [
"{images}/**/*.svg"
],
"sprites" : [
"{sprites}/**/*.svg"
]
},
"filenames" : {
"js" : {
"es6" : "main.min.js",
"es5" : "main.es5.min.js",
"core" : "core.min.js"
},
"sass" : {
"sprites" : "/settings/_sprites.scss",
"symbols" : "/settings/_symbols.scss"
},
"svg" : {
"sprites" : "sprites.svg",
"symbols" : "symbols.svg"
}
},
"watchers": [
{
"patterns": [
"{sass}/**/*.scss",
"vendor/marknotton/doggistyle/library/**/*.scss"
],
"tasks": "sass",
"reload" : false
},
{
"patterns": "{sprites}/**/*.svg",
"tasks": "svg",
"reload" : false
},
{
"patterns": "{scripts}/**/*.js",
"tasks": "js",
"reload" : true
},
{
"patterns": [
"{modules}/**/*.php",
"{plugins}/**/*.php",
"config/app.php",
"templates/**/*.tmpl",
"templates/**/*.html",
"templates/**/*.twig"
],
"tasks": "",
"reload" : true
}
]
}
[
{
"metadata": {
"id": "ede0d8fe-2180-4cf5-85f5-075dc43d4b8f",
"publisherId": "atlassian.atlascode",
"publisherDisplayName": "atlassian"
},
"name": "atlascode",
"publisher": "atlassian",
"version": "3.0.0"
},
{
"metadata": {
"id": "d3836729-9cc1-42c1-b2af-d50071f57d29",
"publisherId": "formulahendry.auto-close-tag",
"publisherDisplayName": "formulahendry"
},
"name": "auto-close-tag",
"publisher": "formulahendry",
"version": "0.5.14"
},
{
"metadata": {
"id": "697255a9-3f36-44c8-b084-d3b91edfb23a",
"publisherId": "HookyQR.beautify",
"publisherDisplayName": "HookyQR"
},
"name": "beautify",
"publisher": "HookyQR",
"version": "1.5.0"
},
{
"metadata": {
"id": "7b530645-4f49-4222-a851-c18d854275fb",
"publisherId": "dnicolson.binary-plist",
"publisherDisplayName": "dnicolson"
},
"name": "binary-plist",
"publisher": "dnicolson",
"version": "0.11.0"
},
{
"metadata": {
"id": "5a6e2b21-1d61-4acd-b31b-907f9c23f18a",
"publisherId": "CoenraadS.bracket-pair-colorizer-2",
"publisherDisplayName": "CoenraadS"
},
"name": "bracket-pair-colorizer-2",
"publisher": "CoenraadS",
"version": "0.2.4"
},
{
"metadata": {
"id": "2aa040bf-c73a-455d-8946-5c6cc83b8019",
"publisherId": "wmaurer.change-case",
"publisherDisplayName": "wmaurer"
},
"name": "change-case",
"publisher": "wmaurer",
"version": "1.0.0"
},
{
"metadata": {
"id": "e337c67b-55c2-4fef-8949-eb260e7fb7fd",
"publisherId": "Shan.code-settings-sync",
"publisherDisplayName": "Shan"
},
"name": "code-settings-sync",
"publisher": "Shan",
"version": "3.4.3"
},
{
"metadata": {
"id": "43d92103-c3bd-4f6f-9ac0-b36f4c583346",
"publisherId": "Shinotatwu-DS.file-tree-generator",
"publisherDisplayName": "Shinotatwu-DS"
},
"name": "file-tree-generator",
"publisher": "Shinotatwu-DS",
"version": "1.1.1"
},
{
"metadata": {
"id": "8bb12ae3-73f8-40cf-86b7-4bd5729c6238",
"publisherId": "GrapeCity.gc-excelviewer",
"publisherDisplayName": "GrapeCity"
},
"name": "gc-excelviewer",
"publisher": "GrapeCity",
"version": "4.2.56"
},
{
"metadata": {
"id": "438221f8-1107-4ccd-a6fe-f3b7fe0856b7",
"publisherId": "mhutchie.git-graph",
"publisherDisplayName": "mhutchie"
},
"name": "git-graph",
"publisher": "mhutchie",
"version": "1.30.0"
},
{
"metadata": {
"id": "4de763bd-505d-4978-9575-2b7696ecf94e",
"publisherId": "eamodio.gitlens",
"publisherDisplayName": "eamodio"
},
"name": "gitlens",
"publisher": "eamodio",
"version": "13.2.0"
},
{
"metadata": {
"id": "eaa2127d-cb69-4ab9-8505-a60c9ee5f28b",
"publisherId": "oderwat.indent-rainbow",
"publisherDisplayName": "oderwat"
},
"name": "indent-rainbow",
"publisher": "oderwat",
"version": "8.3.1"
},
{
"metadata": {
"id": "fcbdb08e-4048-40e8-a674-fecc476f4b93",
"publisherId": "SirTori.indenticator",
"publisherDisplayName": "SirTori"
},
"name": "indenticator",
"publisher": "SirTori",
"version": "0.7.0"
},
{
"metadata": {
"id": "4ad0ce32-ff3f-49f0-83b5-93e5dc00cfff",
"publisherId": "ms-python.isort",
"publisherDisplayName": "ms-python"
},
"name": "isort",
"publisher": "ms-python",
"version": "2022.8.0"
},
{
"metadata": {
"id": "311c4d7f-e81f-47f8-9956-6a9919ddef43",
"publisherId": "ZainChen.json",
"publisherDisplayName": "ZainChen"
},
"name": "json",
"publisher": "ZainChen",
"version": "2.0.2"
},
{
"metadata": {
"id": "6c2f1801-1e7f-45b2-9b5c-7782f1e076e8",
"publisherId": "ms-toolsai.jupyter",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter",
"publisher": "ms-toolsai",
"version": "2022.11.1003412109"
},
{
"metadata": {
"id": "9f6dc8db-620c-4844-b8c5-e74914f1be27",
"publisherId": "ms-toolsai.jupyter-keymap",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter-keymap",
"publisher": "ms-toolsai",
"version": "1.0.0"
},
{
"metadata": {
"id": "b15c72f8-d5fe-421a-a4f7-27ed9f6addbf",
"publisherId": "ms-toolsai.jupyter-renderers",
"publisherDisplayName": "ms-toolsai"
},
"name": "jupyter-renderers",
"publisher": "ms-toolsai",
"version": "1.0.12"
},
{
"metadata": {
"id": "a831e395-d150-46aa-8644-3027af1c5b36",
"publisherId": "dawhite.mustache",
"publisherDisplayName": "dawhite"
},
"name": "mustache",
"publisher": "dawhite",
"version": "1.1.1"
},
{
"metadata": {
"id": "044b4b31-2969-4af3-895d-855433b8b46d",
"publisherId": "xdebug.php-debug",
"publisherDisplayName": "xdebug"
},
"name": "php-debug",
"publisher": "xdebug",
"version": "1.30.0"
},
{
"metadata": {
"id": "ca0094fa-0dc7-4847-ae5d-879442c099ca",
"publisherId": "neilbrayfield.php-docblocker",
"publisherDisplayName": "neilbrayfield"
},
"name": "php-docblocker",
"publisher": "neilbrayfield",
"version": "2.7.0"
},
{
"metadata": {
"id": "c308eef3-d096-4d62-a641-e7fcf840012e",
"publisherId": "breezelin.phpstan",
"publisherDisplayName": "breezelin"
},
"name": "phpstan",
"publisher": "breezelin",
"version": "1.1.5"
},
{
"metadata": {
"id": "96fa4707-6983-4489-b7c5-d5ffdfdcce90",
"publisherId": "esbenp.prettier-vscode",
"publisherDisplayName": "esbenp"
},
"name": "prettier-vscode",
"publisher": "esbenp",
"version": "9.10.4"
},
{
"metadata": {
"id": "66bef598-d384-44ba-ba50-1b1640405519",
"publisherId": "mblode.pretty-formatter",
"publisherDisplayName": "mblode"
},
"name": "pretty-formatter",
"publisher": "mblode",
"version": "0.2.2"
},
{
"metadata": {
"id": "1b747f06-3789-4ebd-ac99-f1fe430c3347",
"publisherId": "alefragnani.project-manager",
"publisherDisplayName": "alefragnani"
},
"name": "project-manager",
"publisher": "alefragnani",
"version": "12.7.0"
},
{
"metadata": {
"id": "f1f59ae4-9318-4f3c-a9b5-81b2eaa5f8a5",
"publisherId": "ms-python.python",
"publisherDisplayName": "ms-python"
},
"name": "python",
"publisher": "ms-python",
"version": "2022.20.2"
},
{
"metadata": {
"id": "ffb0fdce-1a37-40ee-9d88-5e20f2fb0094",
"publisherId": "artdiniz.quitcontrol-vscode",
"publisherDisplayName": "artdiniz"
},
"name": "quitcontrol-vscode",
"publisher": "artdiniz",
"version": "4.0.0"
},
{
"metadata": {
"id": "3792588c-3d35-442d-91ea-fe6a755e8155",
"publisherId": "mechatroner.rainbow-csv",
"publisherDisplayName": "mechatroner"
},
"name": "rainbow-csv",
"publisher": "mechatroner",
"version": "3.5.0"
},
{
"metadata": {
"id": "bbde1141-588d-44ae-a3a8-393d3a3a4826",
"publisherId": "hediet.realtime-debugging",
"publisherDisplayName": "hediet"
},
"name": "realtime-debugging",
"publisher": "hediet",
"version": "0.1.0"
},
{
"metadata": {
"id": "93ce222b-5f6f-49b7-9ab1-a0463c6238df",
"publisherId": "ms-vscode-remote.remote-containers",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-containers",
"publisher": "ms-vscode-remote",
"version": "0.266.1"
},
{
"metadata": {
"id": "11858313-52cc-4e57-b3e4-d7b65281e34b",
"publisherId": "ms-vscode.remote-explorer",
"publisherDisplayName": "ms-vscode"
},
"name": "remote-explorer",
"publisher": "ms-vscode",
"version": "0.0.3"
},
{
"metadata": {
"id": "607fd052-be03-4363-b657-2bd62b83d28a",
"publisherId": "ms-vscode-remote.remote-ssh",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh",
"publisher": "ms-vscode-remote",
"version": "0.94.0"
},
{
"metadata": {
"id": "bfeaf631-bcff-4908-93ed-fda4ef9a0c5c",
"publisherId": "ms-vscode-remote.remote-ssh-edit",
"publisherDisplayName": "ms-vscode-remote"
},
"name": "remote-ssh-edit",
"publisher": "ms-vscode-remote",
"version": "0.84.0"
},
{
"metadata": {
"id": "6a2bbab0-d8f0-43fa-9b26-e6a3b7892a0b",
"publisherId": "mtxr.sqltools",
"publisherDisplayName": "mtxr"
},
"name": "sqltools",
"publisher": "mtxr",
"version": "0.27.1"
},
{
"metadata": {
"id": "186ace18-2b44-490d-863e-0bd29b229a27",
"publisherId": "formulahendry.terminal",
"publisherDisplayName": "formulahendry"
},
"name": "terminal",
"publisher": "formulahendry",
"version": "0.0.10"
},
{
"metadata": {
"id": "0b2bcf1a-3630-47ec-9718-e153b0695f17",
"publisherId": "Tyriar.terminal-tabs",
"publisherDisplayName": "Tyriar"
},
"name": "terminal-tabs",
"publisher": "Tyriar",
"version": "0.2.1"
},
{
"metadata": {
"id": "cc1b9e15-8d4e-43ed-8a31-b81683af6bc4",
"publisherId": "azemoh.theme-onedark",
"publisherDisplayName": "azemoh"
},
"name": "theme-onedark",
"publisher": "azemoh",
"version": "0.6.0"
},
{
"metadata": {
"id": "261cac81-cd7b-4555-bb41-0c2d2bcd3e70",
"publisherId": "Gruntfuggly.todo-tree",
"publisherDisplayName": "Gruntfuggly"
},
"name": "todo-tree",
"publisher": "Gruntfuggly",
"version": "0.0.220"
},
{
"metadata": {
"id": "3324c5be-43aa-4c39-a0f8-d94c2978804f",
"publisherId": "whatwedo.twig",
"publisherDisplayName": "whatwedo"
},
"name": "twig",
"publisher": "whatwedo",
"version": "1.0.2"
},
{
"metadata": {
"id": "bfcc4184-7b55-410e-a012-20ee54be9264",
"publisherId": "mblode.twig-language-2",
"publisherDisplayName": "mblode"
},
"name": "twig-language-2",
"publisher": "mblode",
"version": "0.9.2"
},
{
"metadata": {
"id": "3f770365-3682-44ee-a63e-5ef1b16c74d2",
"publisherId": "aeschli.vscode-css-formatter",
"publisherDisplayName": "aeschli"
},
"name": "vscode-css-formatter",
"publisher": "aeschli",
"version": "1.0.2"
},
{
"metadata": {
"id": "c0327c8d-f70c-4f75-988a-f099b08fb582",
"publisherId": "codemooseus.vscode-devtools-for-chrome",
"publisherDisplayName": "codemooseus"
},
"name": "vscode-devtools-for-chrome",
"publisher": "codemooseus",
"version": "0.0.7"
},
{
"metadata": {
"id": "03944bdc-9bcb-4ac2-b9b3-fdb050dd43e4",
"publisherId": "mrmlnc.vscode-duplicate",
"publisherDisplayName": "mrmlnc"
},
"name": "vscode-duplicate",
"publisher": "mrmlnc",
"version": "1.2.1"
},
{
"metadata": {
"id": "aaee577c-f062-495a-9816-0cbd442f1d25",
"publisherId": "ecmel.vscode-html-css",
"publisherDisplayName": "ecmel"
},
"name": "vscode-html-css",
"publisher": "ecmel",
"version": "1.13.1"
},
{
"metadata": {
"id": "ffda6552-0ad5-431b-a4fa-0905a7e4f3f0",
"publisherId": "bmewburn.vscode-intelephense-client",
"publisherDisplayName": "bmewburn"
},
"name": "vscode-intelephense-client",
"publisher": "bmewburn",
"version": "1.9.3"
},
{
"metadata": {
"id": "ab4fb32a-befb-4102-adf9-1652d0cd6a5e",
"publisherId": "ms-toolsai.vscode-jupyter-cell-tags",
"publisherDisplayName": "ms-toolsai"
},
"name": "vscode-jupyter-cell-tags",
"publisher": "ms-toolsai",
"version": "0.1.6"
},
{
"metadata": {
"id": "e153ca70-b543-4865-b4c5-b31d34185948",
"publisherId": "ms-toolsai.vscode-jupyter-slideshow",
"publisherDisplayName": "ms-toolsai"
},
"name": "vscode-jupyter-slideshow",
"publisher": "ms-toolsai",
"version": "0.1.5"
},
{
"metadata": {
"id": "e5ec8557-269d-4c17-acff-5c5f769914b7",
"publisherId": "lottiefiles.vscode-lottie",
"publisherDisplayName": "lottiefiles"
},
"name": "vscode-lottie",
"publisher": "lottiefiles",
"version": "1.0.5"
},
{
"metadata": {
"id": "d3bc5862-88c6-47cf-bdf8-872b38c06580",
"publisherId": "simonguo.vscode-markdown-table-sort",
"publisherDisplayName": "simonguo"
},
"name": "vscode-markdown-table-sort",
"publisher": "simonguo",
"version": "1.0.4"
},
{
"metadata": {
"id": "ae9e3eb0-3357-4cc0-90ee-598d2d384757",
"publisherId": "eg2.vscode-npm-script",
"publisherDisplayName": "eg2"
},
"name": "vscode-npm-script",
"publisher": "eg2",
"version": "0.3.29"
},
{
"metadata": {
"id": "364d2426-116a-433a-a5d8-a5098dc3afbd",
"publisherId": "ms-python.vscode-pylance",
"publisherDisplayName": "ms-python"
},
"name": "vscode-pylance",
"publisher": "ms-python",
"version": "2023.1.20"
},
{
"metadata": {
"id": "df1fc29e-5da3-44aa-b823-201a2d07154f",
"publisherId": "standard.vscode-standard",
"publisherDisplayName": "standard"
},
"name": "vscode-standard",
"publisher": "standard",
"version": "2.1.3"
},
{
"metadata": {
"id": "2be51393-4e56-4117-a5e5-fdcd6db0c4af",
"publisherId": "bajdzis.vscode-twig-pack",
"publisherDisplayName": "bajdzis"
},
"name": "vscode-twig-pack",
"publisher": "bajdzis",
"version": "1.1.0"
},
{
"metadata": {
"id": "2061917f-f76a-458a-8da9-f162de22b97e",
"publisherId": "redhat.vscode-yaml",
"publisherDisplayName": "redhat"
},
"name": "vscode-yaml",
"publisher": "redhat",
"version": "1.11.0"
},
{
"metadata": {
"id": "5a6dc0d5-dc02-4121-8e24-cad33a2ff0af",
"publisherId": "ms-vsliveshare.vsliveshare",
"publisherDisplayName": "ms-vsliveshare"
},
"name": "vsliveshare",
"publisher": "ms-vsliveshare",
"version": "1.0.5803"
}
]
{"previous":null,"current":{"extension":"1.30.0","vscode":"1.74.2"},"apiAvailable":true,"queue":[],"attempts":1}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/test.scss","entries":[{"id":"Y6wR.scss","timestamp":1654721798622}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/.env","entries":[{"id":"OrEp","timestamp":1673436282447},{"id":"OEDQ","timestamp":1673436643564}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Doggistyle/Package/doggistyle/library/src/create/_headings.scss","entries":[{"id":"XidK.scss","timestamp":1657095434895},{"id":"tGln.scss","timestamp":1657095605400},{"id":"70oG.scss","timestamp":1657095758102}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/search/result-item.css.map","entries":[{"id":"9J3u.map","source":"Workspace Edit","timestamp":1657185474235}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/_elements/form/select.scss","entries":[{"id":"grDE.scss","timestamp":1650365516026},{"id":"eTo9.scss","timestamp":1650367117915},{"id":"BF2p.scss","timestamp":1653317139076},{"id":"3Zyv.scss","timestamp":1653396423451},{"id":"uEaY.scss","timestamp":1653396627616},{"id":"hVIG.scss","timestamp":1653396660047},{"id":"Xhyl.scss","timestamp":1653405194772},{"id":"4DlV.scss","source":"Workspace Edit","timestamp":1653405333533},{"id":"cYYP.scss","source":"Workspace Edit","timestamp":1653405706695}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/pages/_our-brands.scss","entries":[{"id":"UpNF.scss","timestamp":1672847302901},{"id":"hTp3.scss","source":"moved.source","timestamp":1672847554034},{"id":"M2zp.scss","source":"moved.source","timestamp":1672847626123}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/pages/care-estimator.css","entries":[{"id":"ezIK.css","source":"Workspace Edit","timestamp":1652960238460}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/fields/SymbolsField.php","entries":[{"id":"YAy5.php","timestamp":1673285924459},{"id":"0oWh.php","source":"undoRedo.source","timestamp":1673285927505},{"id":"jbtf.php","timestamp":1673285982517},{"id":"z6cX.php","timestamp":1673286031839},{"id":"9kGD.php","timestamp":1673286074519},{"id":"kBUo.php","source":"undoRedo.source","timestamp":1673286079243},{"id":"c7F8.php","timestamp":1673286094512},{"id":"4N3B.php","timestamp":1673286112173},{"id":"ETYx.php","timestamp":1673286138229},{"id":"55bg.php","timestamp":1673286158786},{"id":"VZ5K.php","timestamp":1673286177041},{"id":"hmLl.php","timestamp":1673286317377},{"id":"L5ud.php","timestamp":1673286369845},{"id":"5FHX.php","timestamp":1673286397343},{"id":"orOS.php","timestamp":1673286417273},{"id":"gdOl.php","source":"undoRedo.source","timestamp":1673286428580},{"id":"B29u.php","timestamp":1673342518813},{"id":"pAyB.php","timestamp":1673342536768},{"id":"gtOE.php","timestamp":1673342604158},{"id":"v0PH.php","timestamp":1673342645491},{"id":"BopH.php","timestamp":1673343129255},{"id":"zjKd.php","timestamp":1673343143546},{"id":"fIcX.php","timestamp":1673349821158},{"id":"uj4U.php","timestamp":1673349831523},{"id":"x8Dt.php","timestamp":1673350464970},{"id":"vOvi.php","timestamp":1673350477975},{"id":"RRQi.php","source":"undoRedo.source","timestamp":1673350929946},{"id":"I6RQ.php","timestamp":1673351112570},{"id":"5l64.php","timestamp":1673351147658},{"id":"IXFK.php","source":"undoRedo.source","timestamp":1673351191819},{"id":"qxXa.php","timestamp":1673351251822},{"id":"qdul.php","timestamp":1673351267629},{"id":"fVEl.php","timestamp":1673351278631},{"id":"Qa4d.php","timestamp":1673351415333},{"id":"wZNx.php","timestamp":1673351446057},{"id":"Hq7R.php","timestamp":1673351564567},{"id":"1JNb.php","timestamp":1673351698735},{"id":"RSjA.php","timestamp":1673351805108},{"id":"WHmc.php","timestamp":1673351838427},{"id":"lRlm.php","timestamp":1673351863153},{"id":"6pxx.php","timestamp":1673351934761},{"id":"i9f4.php","timestamp":1673352417781},{"id":"sblP.php","timestamp":1673352513985},{"id":"kMnJ.php","timestamp":1673353134260},{"id":"fqUQ.php","timestamp":1673353207601},{"id":"i5gK.php","timestamp":1673363421360},{"id":"flf6.php","timestamp":1673435344139},{"id":"eKUb.php","timestamp":1673435519386},{"id":"9PoB.php","source":"undoRedo.source","timestamp":1673435522763},{"id":"MI30.php","source":"undoRedo.source","timestamp":1673435537887}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/models/Settings.php","entries":[{"id":"65DZ.php","timestamp":1658994287134},{"id":"zGOc.php","timestamp":1658994297240},{"id":"yv53.php","timestamp":1658994309116},{"id":"hPzh.php","timestamp":1658995646176},{"id":"WsPH.php","timestamp":1658996067007},{"id":"fJIr.php","timestamp":1658996103204},{"id":"beZ1.php","timestamp":1658996163170},{"id":"42Wv.php","source":"undoRedo.source","timestamp":1658997175681},{"id":"QM3x.php","timestamp":1658997210288},{"id":"19uN.php","timestamp":1658997225856},{"id":"Yfxi.php","timestamp":1658997274683},{"id":"Z8Au.php","timestamp":1658997694655}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/.gitignore","entries":[{"id":"m7zj","timestamp":1673458420510},{"id":"QDmc","timestamp":1673458479146},{"id":"ZudT","timestamp":1673458494431},{"id":"1JvO","timestamp":1673458516594},{"id":"w5Iq","timestamp":1673458565266},{"id":"8cnA","timestamp":1673458663071},{"id":"WxaE","timestamp":1673458696472},{"id":"idZf","timestamp":1673458783000},{"id":"cLnf","timestamp":1673458812794},{"id":"x4yj","timestamp":1673458837034},{"id":"S7ql","timestamp":1673458858633}]}
{"version":1,"resource":"file:///Users/marknotton/Downloads/image.svg","entries":[{"id":"BYlH.svg","timestamp":1652779408853}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/search/search-results.twig","entries":[{"id":"MRaj.twig","timestamp":1653319379942},{"id":"Yj2t.twig","timestamp":1654760860328},{"id":"fUH1.twig","timestamp":1654760940290},{"id":"cC8l.twig","timestamp":1654789624276},{"id":"trQV.twig","timestamp":1654790461430},{"id":"jddt.twig","timestamp":1654790493238},{"id":"D6ON.twig","timestamp":1655106374903},{"id":"ySKN.twig","timestamp":1655106522515},{"id":"JmEZ.twig","timestamp":1655106543011},{"id":"cNPG.twig","timestamp":1655107578157},{"id":"6goG.twig","timestamp":1656598348081},{"id":"JkXB.twig","timestamp":1656598836912},{"id":"dPuk.twig","timestamp":1656599069328},{"id":"YvDp.twig","timestamp":1656599081141},{"id":"tnGu.twig","timestamp":1656599101943},{"id":"pnqZ.twig","timestamp":1656599657056},{"id":"gmti.twig","timestamp":1656599697241},{"id":"t2sx.twig","timestamp":1656601510086},{"id":"7FU1.twig","timestamp":1656603052613},{"id":"UEXd.twig","timestamp":1656603157420},{"id":"lneB.twig","timestamp":1656603180157},{"id":"Bbne.twig","timestamp":1656603191476},{"id":"lCLT.twig","timestamp":1656603393060},{"id":"v4Wh.twig","timestamp":1656603429898},{"id":"HF5j.twig","timestamp":1656603462669},{"id":"B2PZ.twig","timestamp":1656603484622},{"id":"I07b.twig","timestamp":1656603511293},{"id":"9Drc.twig","timestamp":1656603534917},{"id":"mvD0.twig","timestamp":1657187656128},{"id":"q154.twig","timestamp":1657545984808},{"id":"AV6A.twig","timestamp":1658324740726},{"id":"OVWn.twig","timestamp":1658324762346},{"id":"id2r.twig","timestamp":1658325224486},{"id":"FBbM.twig","timestamp":1658325803740},{"id":"IrDV.twig","timestamp":1658325943863},{"id":"UFHM.twig","timestamp":1660560670100},{"id":"Jxl2.twig","timestamp":1660833654751}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/pages/block-sidebar.css.map","entries":[{"id":"v02X.map","source":"Workspace Edit","timestamp":1657185474121}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/progress-bar.twig","entries":[{"id":"EMmw.twig","timestamp":1652261051991},{"id":"Dqhz.twig","timestamp":1652261127681},{"id":"bXl3.twig","timestamp":1652265684333},{"id":"P7x2.twig","timestamp":1652773110114},{"id":"Rqoz.twig","timestamp":1652776403398},{"id":"o1QG.twig","timestamp":1652777033738},{"id":"Kbxh.twig","source":"Workspace Edit","timestamp":1652960240148},{"id":"4EXd.twig","timestamp":1653485356625},{"id":"K8vs.twig","timestamp":1653485484732},{"id":"bLaV.twig","timestamp":1653485575657}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/.env","entries":[{"id":"Z2PB","timestamp":1655722503442},{"id":"szRE","timestamp":1655723022193},{"id":"GNpc","timestamp":1655724577868},{"id":"CSza","timestamp":1655794088802},{"id":"6n0I","timestamp":1655883499045},{"id":"YPme","timestamp":1655994148552},{"id":"dY6R","timestamp":1655994212950},{"id":"vlDh","timestamp":1657314589397},{"id":"UHnQ","source":"undoRedo.source","timestamp":1657521683562},{"id":"PiJT","timestamp":1657571665350},{"id":"S0EF","timestamp":1657707887886},{"id":"iesI","timestamp":1657708768470},{"id":"q0V7","source":"undoRedo.source","timestamp":1657708778084},{"id":"9jtr","timestamp":1657708874048},{"id":"2Dde","timestamp":1657710463010},{"id":"uPxo","timestamp":1658343821797},{"id":"2DwO","timestamp":1658343990412},{"id":"6i8h","source":"undoRedo.source","timestamp":1658387110096},{"id":"O2WQ","timestamp":1658387641565},{"id":"bJur","timestamp":1658412933765},{"id":"yhUJ","timestamp":1658442427724},{"id":"1tdq","timestamp":1658735600386},{"id":"ykEn","timestamp":1658743069760},{"id":"CsVv","timestamp":1659371714767},{"id":"t5jf","timestamp":1659371767666},{"id":"Cj7Z","timestamp":1660213709774},{"id":"bGTj","source":"undoRedo.source","timestamp":1660545688705},{"id":"3Fz7","timestamp":1660547690938},{"id":"uFSy","timestamp":1660549871709},{"id":"B8y1","source":"undoRedo.source","timestamp":1660549885080},{"id":"WuCp","timestamp":1660549898108},{"id":"on7b","source":"undoRedo.source","timestamp":1660549910936},{"id":"as9k","timestamp":1660549947108},{"id":"F4Tg","timestamp":1660549957483},{"id":"hSTY","source":"undoRedo.source","timestamp":1660549962385},{"id":"dSiF","timestamp":1660595118534},{"id":"wRW7","source":"undoRedo.source","timestamp":1660636958662},{"id":"NnE8","timestamp":1660637240290},{"id":"O7UK","timestamp":1660663351357},{"id":"x6WQ","timestamp":1660681062284},{"id":"mIOv","timestamp":1660718402531},{"id":"u0kI","timestamp":1660834264247},{"id":"h4ia","source":"undoRedo.source","timestamp":1660835091581},{"id":"4BRR","source":"undoRedo.source","timestamp":1660835471654},{"id":"xEcF","timestamp":1660835482736},{"id":"9hRq","timestamp":1660856039991},{"id":"V5F4","timestamp":1660856526495},{"id":"nKju","timestamp":1661030825620},{"id":"S6qT","source":"undoRedo.source","timestamp":1661031570071},{"id":"0aWU","timestamp":1661031681448}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/src/models/Symbol.php","entries":[{"id":"K59W.php","timestamp":1673864025000},{"id":"VsxZ.php","timestamp":1673865578018},{"id":"wD53.php","timestamp":1673865708616},{"id":"3hfo.php","timestamp":1673865743588},{"id":"Wb7T.php","timestamp":1673865764230},{"id":"f0Gw.php","timestamp":1673866419587},{"id":"8hhC.php","timestamp":1673866632765},{"id":"dZ6g.php","timestamp":1673866649813},{"id":"L9Kg.php","source":"undoRedo.source","timestamp":1673866653067},{"id":"wk5e.php","timestamp":1673866681008},{"id":"28ZJ.php","source":"undoRedo.source","timestamp":1673866703653},{"id":"SRgb.php","timestamp":1673866945969},{"id":"DgBh.php","source":"undoRedo.source","timestamp":1673867149136},{"id":"RMiI.php","timestamp":1673867222198},{"id":"jHgB.php","timestamp":1673867276345},{"id":"n8yh.php","timestamp":1673867313222},{"id":"z2HP.php","source":"undoRedo.source","timestamp":1673867333047},{"id":"Y8WI.php","timestamp":1673867338278},{"id":"Gf9P.php","timestamp":1673868045354},{"id":"N9Lb.php","timestamp":1673868110734},{"id":"GHcj.php","source":"undoRedo.source","timestamp":1673868185481},{"id":"w8rS.php","timestamp":1673868289125},{"id":"2y0y.php","source":"undoRedo.source","timestamp":1673868291152},{"id":"yvwm.php","timestamp":1673868306126},{"id":"twA9.php","timestamp":1673868340641},{"id":"f3sv.php","timestamp":1673868364300},{"id":"ID7a.php","timestamp":1673868668469},{"id":"0NrX.php","timestamp":1673868818988},{"id":"RN4Q.php","source":"undoRedo.source","timestamp":1673868822012},{"id":"b3Ze.php","timestamp":1673868824707},{"id":"wfDs.php","timestamp":1673868840361}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/account/rate-cards-list.twig","entries":[{"id":"Im60.twig","timestamp":1658828912247},{"id":"AWMe.twig","timestamp":1658829196561},{"id":"1N0P.twig","source":"undoRedo.source","timestamp":1658830045287},{"id":"oaAw.twig","timestamp":1658839115712},{"id":"ls5f.twig","timestamp":1658839910651},{"id":"kC0V.twig","timestamp":1658839955267},{"id":"8SKW.twig","timestamp":1658839969729},{"id":"V239.twig","timestamp":1658839983615},{"id":"nMVj.twig","timestamp":1658840158823},{"id":"dGKj.twig","timestamp":1658840998526},{"id":"lwDD.twig","timestamp":1658845923698},{"id":"GK0u.twig","timestamp":1658847035329},{"id":"S0qv.twig","timestamp":1658847071703},{"id":"r96Y.twig","timestamp":1658847095251},{"id":"7oaK.twig","timestamp":1658847153564},{"id":"FhT3.twig","timestamp":1658847245668},{"id":"oM4c.twig","timestamp":1658847571560},{"id":"K149.twig","timestamp":1658848367260},{"id":"TXNm.twig","timestamp":1658848780875},{"id":"9PZ9.twig","timestamp":1658850877166},{"id":"AOjG.twig","timestamp":1658850973616},{"id":"NIyF.twig","timestamp":1658852218483},{"id":"Zac6.twig","timestamp":1658907931129},{"id":"Sg6k.twig","timestamp":1658907963898},{"id":"0IOb.twig","timestamp":1658908225647},{"id":"wZI8.twig","timestamp":1658908358523},{"id":"sgvS.twig","timestamp":1658917128796},{"id":"rJvI.twig","timestamp":1658917153513},{"id":"UvlR.twig","timestamp":1658917265748},{"id":"ItBw.twig","timestamp":1658928210344},{"id":"V6tZ.twig","timestamp":1658928315511},{"id":"fIlH.twig","timestamp":1658930334246},{"id":"eML5.twig","timestamp":1658930385109},{"id":"I0U1.twig","timestamp":1658930483245},{"id":"8ZyJ.twig","timestamp":1658930598919},{"id":"TxJV.twig","timestamp":1658930610259},{"id":"wkjU.twig","timestamp":1658930642106},{"id":"ibAt.twig","timestamp":1658930748949},{"id":"bMkH.twig","timestamp":1658932422187},{"id":"oEep.twig","timestamp":1658933128219},{"id":"WmzB.twig","timestamp":1658935270926},{"id":"4rH4.twig","timestamp":1658935351756},{"id":"QJTD.twig","timestamp":1658935409716},{"id":"0D9z.twig","timestamp":1659001265572},{"id":"1oRn.twig","source":"renamed.source","timestamp":1659001273030},{"id":"VW1T.twig","timestamp":1659001442770},{"id":"YgqO.twig","timestamp":1659001543796},{"id":"nlt3.twig","timestamp":1659001828578},{"id":"sZNe.twig","timestamp":1659002037348},{"id":"u7OL.twig","timestamp":1659002072087}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/config/helpers.php","entries":[{"id":"akQz.php","timestamp":1658997687816}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/README.md","entries":[{"id":"zMvu.md","timestamp":1658696753316},{"id":"MhQG.md","timestamp":1661113662175}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/index.php","entries":[{"id":"Ua3U.php","timestamp":1652128598600},{"id":"8bnQ.php","timestamp":1652128614461},{"id":"Z5wZ.php","source":"undoRedo.source","timestamp":1652128631044}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/recommendation.js","entries":[{"id":"86WD.js","timestamp":1659620725292},{"id":"uETE.js","timestamp":1659624268809},{"id":"QYrV.js","timestamp":1659624627523},{"id":"f1EL.js","timestamp":1659624655541},{"id":"B8JR.js","timestamp":1659624717866},{"id":"okdi.js","timestamp":1659624758485},{"id":"lNuY.js","timestamp":1659624978750},{"id":"JObb.js","timestamp":1659625036738},{"id":"bV8F.js","timestamp":1659625200375},{"id":"2b5a.js","timestamp":1659625294828},{"id":"TlXl.js","timestamp":1659625486188},{"id":"cSlK.js","timestamp":1659625618069},{"id":"YLTC.js","timestamp":1659625683185},{"id":"BoZK.js","timestamp":1659626091881},{"id":"72su.js","timestamp":1659626106823},{"id":"mHwZ.js","timestamp":1659626736855},{"id":"jvdS.js","timestamp":1659627273844},{"id":"bJ5E.js","timestamp":1659630361235},{"id":"lpAE.js","timestamp":1659630440077},{"id":"g6yD.js","timestamp":1659631411350}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/symbols/src/templates/settings.twig","entries":[{"id":"cc6n.twig","timestamp":1658444003027},{"id":"MqM2.twig","timestamp":1658444076628},{"id":"ROEo.twig","source":"undoRedo.source","timestamp":1658572011637}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/js/creative.js","entries":[{"id":"sgaa.js","timestamp":1649325746395}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/controllers/HelpersController.php","entries":[{"id":"035L.php","timestamp":1654682650690},{"id":"EY4s.php","timestamp":1654682916843},{"id":"ieaq.php","timestamp":1654683069307},{"id":"TgXD.php","timestamp":1654683109082},{"id":"26Ad.php","timestamp":1654683270141},{"id":"AmeN.php","timestamp":1654683608323},{"id":"ERb3.php","timestamp":1654683714188},{"id":"VFkH.php","timestamp":1654683807399},{"id":"PWjp.php","timestamp":1654683839610},{"id":"InEN.php","timestamp":1654684098396},{"id":"vTPN.php","timestamp":1654684235370},{"id":"IAGb.php","timestamp":1654685173661},{"id":"MjNy.php","timestamp":1654685358281},{"id":"K4hj.php","timestamp":1654685400674},{"id":"Gb5p.php","timestamp":1654685477424},{"id":"9oMi.php","timestamp":1659000163328}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/pages/_contact.scss","entries":[{"id":"TKv3.scss","source":"searchReplace.source","timestamp":1672841998728},{"id":"chhc.scss","timestamp":1672847281452},{"id":"iVrf.scss","timestamp":1672847356558},{"id":"DZRn.scss","source":"moved.source","timestamp":1672847554032},{"id":"5sr8.scss","source":"moved.source","timestamp":1672847626123}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/placeholder.twig","entries":[{"id":"fFid.twig","timestamp":1658241209508},{"id":"knoq.twig","source":"undoRedo.source","timestamp":1658241528254},{"id":"Sw4K.twig","timestamp":1658305741662},{"id":"JMGu.twig","timestamp":1658305760416},{"id":"RhcY.twig","timestamp":1658305838018},{"id":"xUSF.twig","source":"undoRedo.source","timestamp":1658305844441},{"id":"6Ygo.twig","timestamp":1658305856896},{"id":"Skpz.twig","timestamp":1658305947865},{"id":"ewe7.twig","timestamp":1658306217207},{"id":"BkfP.twig","source":"undoRedo.source","timestamp":1658306224285},{"id":"SrKM.twig","timestamp":1658306227287},{"id":"JcA2.twig","timestamp":1658307181997},{"id":"jTBd.twig","timestamp":1658307880911},{"id":"90i8.twig","timestamp":1658307894555},{"id":"4FFY.twig","timestamp":1658308101189},{"id":"Mfp5.twig","timestamp":1658308769675},{"id":"0Xis.twig","timestamp":1658308791400},{"id":"SgPl.twig","timestamp":1658315577045},{"id":"EH0D.twig","source":"undoRedo.source","timestamp":1658315581632},{"id":"n87w.twig","timestamp":1658320255315},{"id":"mb0h.twig","timestamp":1658320373415},{"id":"p5S2.twig","timestamp":1658320400990},{"id":"IY2n.twig","timestamp":1658321024496},{"id":"D229.twig","timestamp":1658321879790},{"id":"kpQB.twig","timestamp":1658322149332},{"id":"CkBV.twig","timestamp":1658322296619},{"id":"zXGR.twig","timestamp":1658322335840},{"id":"m9o5.twig","timestamp":1658322409416},{"id":"OexA.twig","timestamp":1658322449951},{"id":"TEEA.twig","timestamp":1658323684135}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/gulp/browser-sync.js","entries":[{"id":"r4GV.js","timestamp":1672393172986},{"id":"lPL7.js","timestamp":1672393203085},{"id":"kU0n.js","timestamp":1672395718730},{"id":"jTyS.js","source":"undoRedo.source","timestamp":1672734638582},{"id":"tUvX.js","timestamp":1672734653091},{"id":"ir04.js","timestamp":1672736251235},{"id":"496i.js","timestamp":1672736795761},{"id":"QPLm.js","timestamp":1672736924214},{"id":"9NWF.js","timestamp":1672737734811},{"id":"tMpX.js","timestamp":1672737766671},{"id":"Tyrp.js","timestamp":1672737874282},{"id":"2brq.js","timestamp":1672849232949},{"id":"ZFCx.js","timestamp":1672849453543},{"id":"Yfsq.js","timestamp":1672849975462},{"id":"41SP.js","timestamp":1672850105751}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/sections/header.scss","entries":[{"id":"Xwzs.scss","timestamp":1672915874167},{"id":"JxKA.scss","timestamp":1672917383785},{"id":"O0sf.scss","timestamp":1672917406905},{"id":"6aDc.scss","timestamp":1672917419932},{"id":"xCV6.scss","timestamp":1672917590665},{"id":"dmtr.scss","timestamp":1672917604231},{"id":"MyEf.scss","timestamp":1672917632672},{"id":"azqY.scss","timestamp":1672917650357},{"id":"ybkZ.scss","timestamp":1672917917329},{"id":"kj3A.scss","timestamp":1672917944996},{"id":"ZGpM.scss","timestamp":1672917987453},{"id":"CUXv.scss","timestamp":1672918622981},{"id":"IM8k.scss","timestamp":1672918634030},{"id":"qtPc.scss","timestamp":1672918679532},{"id":"GFye.scss","timestamp":1672918693948},{"id":"qL04.scss","timestamp":1672918705397},{"id":"Hicf.scss","timestamp":1672918715478},{"id":"VxrG.scss","timestamp":1672918748464},{"id":"KtB0.scss","timestamp":1672918782803},{"id":"D8YV.scss","timestamp":1672919069770},{"id":"xV65.scss","timestamp":1672919290406},{"id":"CCzj.scss","source":"searchReplace.source","timestamp":1672919734244},{"id":"j4qK.scss","source":"searchReplace.source","timestamp":1672919746808},{"id":"P8cY.scss","source":"searchReplace.source","timestamp":1672919781855},{"id":"xWE1.scss","source":"searchReplace.source","timestamp":1672919802246},{"id":"qIJg.scss","source":"searchReplace.source","timestamp":1672919862345},{"id":"q762.scss","source":"searchReplace.source","timestamp":1672919873623},{"id":"qEhV.scss","timestamp":1672920053368},{"id":"Z54v.scss","timestamp":1672920141526},{"id":"lf9n.scss","timestamp":1672920154112},{"id":"LRhu.scss","timestamp":1672920178005},{"id":"UDIF.scss","timestamp":1672920617490},{"id":"SHld.scss","timestamp":1672920647215},{"id":"GFAH.scss","timestamp":1672920802833},{"id":"G511.scss","timestamp":1672920961292},{"id":"bJZa.scss","timestamp":1672920997566},{"id":"ja5E.scss","timestamp":1672921009939},{"id":"FAIO.scss","timestamp":1672921022021},{"id":"gzXy.scss","timestamp":1672921053971},{"id":"2MHG.scss","timestamp":1672921091263},{"id":"XmO6.scss","timestamp":1672921109653},{"id":"7JsM.scss","timestamp":1672921515700},{"id":"BfAK.scss","timestamp":1672921555931},{"id":"JI6m.scss","timestamp":1672922650432},{"id":"a3SQ.scss","timestamp":1672924757750},{"id":"omoz.scss","timestamp":1672924844714},{"id":"cQFy.scss","timestamp":1672924877092},{"id":"wywc.scss","timestamp":1672924900068},{"id":"coW5.scss","timestamp":1672924927964},{"id":"6Bn0.scss","timestamp":1672924950629}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/utilities/Dialog.js","entries":[{"id":"rqRL.js","timestamp":1652105183593},{"id":"Rdts.js","timestamp":1652105288525},{"id":"4L4i.js","timestamp":1652105432409},{"id":"8Z1o.js","source":"undoRedo.source","timestamp":1652105536640},{"id":"piBk.js","timestamp":1652106969682},{"id":"i9gd.js","timestamp":1652107004162},{"id":"xVkV.js","timestamp":1652107826032},{"id":"Ph3L.js","timestamp":1652107888540},{"id":"rhyt.js","timestamp":1654776914538},{"id":"8ytg.js","timestamp":1654777149139},{"id":"5mDh.js","timestamp":1657027248403},{"id":"phDy.js","timestamp":1657710577290},{"id":"QvkN.js","timestamp":1657810747840},{"id":"s4mc.js","timestamp":1657810795673},{"id":"jRn5.js","timestamp":1657810845685},{"id":"yKso.js","timestamp":1657811358363},{"id":"bia9.js","timestamp":1659363668650},{"id":"duVj.js","timestamp":1659436101518},{"id":"wYtT.js","source":"undoRedo.source","timestamp":1659436195398},{"id":"SwXD.js","timestamp":1659436203057},{"id":"RSnF.js","timestamp":1659436271692},{"id":"ti0h.js","timestamp":1659437060987}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/vendor/yellostudio/symbols/src/services/Data.php","entries":[{"id":"LBX5.php","timestamp":1673436837514}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/models/Settings.php","entries":[{"id":"kUeO.php","timestamp":1657534298890},{"id":"WOf1.php","timestamp":1657534371648},{"id":"M25c.php","timestamp":1657536246476},{"id":"c5Wu.php","timestamp":1658224594025}]}
{"version":1,"resource":"file:///Users/marknotton/Desktop/triangle.svg","entries":[{"id":"AeDd.svg","timestamp":1652110624026},{"id":"Zq0q.svg","timestamp":1652110657781},{"id":"XAAH.svg","source":"undoRedo.source","timestamp":1652110664787}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/google-map.scss","entries":[{"id":"bYaj.scss","timestamp":1655214287872},{"id":"xkbJ.scss","timestamp":1655215090044}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/pages/_news.scss","entries":[{"id":"J7oI.scss","source":"searchReplace.source","timestamp":1672841171576},{"id":"m1HS.scss","source":"searchReplace.source","timestamp":1672842006238},{"id":"k3ED.scss","timestamp":1672847300027},{"id":"xc2V.scss","source":"moved.source","timestamp":1672847554033},{"id":"rZYs.scss","source":"moved.source","timestamp":1672847626122}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/src/templates/settings.twig","entries":[{"id":"QyeX.twig","timestamp":1673438947957},{"id":"qxUL.twig","timestamp":1673445413430},{"id":"QNuC.twig","timestamp":1673445440171},{"id":"xGf5.twig","timestamp":1673449541052},{"id":"Nb4m.twig","timestamp":1673449586154},{"id":"JLvX.twig","timestamp":1673452928913},{"id":"hPrW.twig","timestamp":1673452942997},{"id":"PyoC.twig","timestamp":1673453027107},{"id":"q4d7.twig","timestamp":1673453041293},{"id":"ovMT.twig","timestamp":1673453148564},{"id":"OOZX.twig","timestamp":1673453399442},{"id":"CJKu.twig","timestamp":1673453760906},{"id":"770l.twig","timestamp":1673453884891},{"id":"pxEI.twig","timestamp":1673453911792},{"id":"DsJ1.twig","timestamp":1673453931940},{"id":"pid9.twig","timestamp":1673453971114}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/favourites-container.twig","entries":[{"id":"qCmq.twig","timestamp":1660560555091},{"id":"wGiR.twig","timestamp":1660560636744},{"id":"vHu0.twig","timestamp":1660560664494},{"id":"CVyt.twig","timestamp":1660560701444}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/models/api/v202109/elementapi/UsersUserTransformer.php","entries":[{"id":"6EUi.php","timestamp":1656516384395},{"id":"uy27.php","source":"undoRedo.source","timestamp":1656521296651},{"id":"YuiU.php","timestamp":1656572868209}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/input-field.js","entries":[{"id":"y4GD.js","timestamp":1656340834038},{"id":"RYmK.js","timestamp":1656340852092},{"id":"GdAP.js","timestamp":1656340915199},{"id":"HJSW.js","timestamp":1656505995861},{"id":"lAQx.js","source":"undoRedo.source","timestamp":1656512128852},{"id":"A75O.js","timestamp":1658391009716},{"id":"LDjX.js","timestamp":1658391277460},{"id":"MYTp.js","timestamp":1658391313548},{"id":"qmHq.js","timestamp":1658391400588},{"id":"S5nf.js","timestamp":1658391524066},{"id":"cxFD.js","timestamp":1658391554983},{"id":"XN3i.js","timestamp":1658391756291},{"id":"8v6u.js","timestamp":1658391898078},{"id":"dCaI.js","timestamp":1658392155299},{"id":"PIJR.js","timestamp":1658393652787},{"id":"y70a.js","timestamp":1658393729332},{"id":"Bq3z.js","timestamp":1658396837265},{"id":"EptL.js","timestamp":1658397362393},{"id":"IvSK.js","timestamp":1658911248847},{"id":"KNcy.js","timestamp":1658911552379},{"id":"QSSl.js","timestamp":1658912159679},{"id":"nhd0.js","timestamp":1658912182585},{"id":"JhLL.js","timestamp":1658913150282},{"id":"Tyex.js","timestamp":1658913224443},{"id":"rdZ1.js","timestamp":1658913256775},{"id":"8kod.js","timestamp":1658913312611},{"id":"LN8a.js","timestamp":1658913370266},{"id":"uc5U.js","timestamp":1658913435559},{"id":"lWe4.js","timestamp":1658913465035},{"id":"ifNm.js","timestamp":1658913781420},{"id":"Gz3U.js","timestamp":1658913806722},{"id":"1R0a.js","timestamp":1658913831170},{"id":"GFS6.js","timestamp":1658913843488},{"id":"LUwh.js","timestamp":1658913989910},{"id":"PGvO.js","timestamp":1658914010937},{"id":"ZGec.js","timestamp":1658914129825},{"id":"Yv6d.js","timestamp":1658914229685},{"id":"UIYC.js","timestamp":1658914256459},{"id":"Qm9g.js","timestamp":1658914415597},{"id":"6WNv.js","timestamp":1658914527722},{"id":"X5Ks.js","timestamp":1658914731457},{"id":"swId.js","timestamp":1658915152298},{"id":"ABPS.js","timestamp":1658915309347},{"id":"L3q4.js","timestamp":1658917665102},{"id":"gh0D.js","timestamp":1658926062362},{"id":"4Z0m.js","timestamp":1658926095464},{"id":"3DJF.js","timestamp":1659340912485},{"id":"MGFX.js","timestamp":1659340955576},{"id":"eBKk.js","timestamp":1659341980175},{"id":"hIhC.js","source":"undoRedo.source","timestamp":1659361828163}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Assets/featured-image.svg","entries":[{"id":"bPF3.svg","timestamp":1672911524539},{"id":"Li1D.svg","timestamp":1672911554015},{"id":"1fS3.svg","timestamp":1672911571841},{"id":"ywhn.svg","timestamp":1672911590915},{"id":"YukM.svg","timestamp":1672911601818},{"id":"XbXN.svg","source":"undoRedo.source","timestamp":1672911632158}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/src/templates/settings.twig","entries":[{"id":"vsEL.twig","timestamp":1657834090732},{"id":"PI4A.twig","timestamp":1658229315274},{"id":"u9iw.twig","timestamp":1658233279250},{"id":"rfXx.twig","timestamp":1658442876751},{"id":"boes.twig","timestamp":1658442988610},{"id":"POFg.twig","timestamp":1658443148288},{"id":"m1gY.twig","timestamp":1658443162766},{"id":"HBsM.twig","timestamp":1658443292736},{"id":"uMRA.twig","timestamp":1658443313289},{"id":"BqbT.twig","timestamp":1658443328841},{"id":"X2mE.twig","timestamp":1658443547970},{"id":"pGAB.twig","timestamp":1658443664816},{"id":"9tqY.twig","timestamp":1658444204648}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/sections/_header.scss","entries":[{"id":"tqIk.scss","timestamp":1672763685853},{"id":"5KWD.scss","timestamp":1672763701918},{"id":"YPzw.scss","timestamp":1672763724952},{"id":"hnpU.scss","timestamp":1672763888468},{"id":"pzy4.scss","timestamp":1672763903099},{"id":"7gqg.scss","source":"undoRedo.source","timestamp":1672763913612},{"id":"ctdQ.scss","timestamp":1672763924553},{"id":"JHXx.scss","timestamp":1672763937390},{"id":"pGTM.scss","timestamp":1672763953624},{"id":"wFp4.scss","timestamp":1672764003331},{"id":"gGAf.scss","timestamp":1672764371141},{"id":"khau.scss","timestamp":1672764490130},{"id":"d08n.scss","timestamp":1672764526147},{"id":"z0uZ.scss","timestamp":1672765071078},{"id":"2npy.scss","timestamp":1672765166604},{"id":"WHXk.scss","timestamp":1672765185984},{"id":"XgDr.scss","timestamp":1672765265035},{"id":"U3rT.scss","timestamp":1672765321938},{"id":"auXx.scss","timestamp":1672765332392},{"id":"ENtK.scss","source":"undoRedo.source","timestamp":1672765339561},{"id":"ZXZD.scss","timestamp":1672765633183},{"id":"zrR4.scss","timestamp":1672765690029},{"id":"wqKU.scss","timestamp":1672765719445},{"id":"pbPg.scss","timestamp":1672765732361},{"id":"p0LR.scss","source":"undoRedo.source","timestamp":1672765738661},{"id":"cTQW.scss","timestamp":1672765764693},{"id":"gDIE.scss","timestamp":1672765785847},{"id":"dw5X.scss","timestamp":1672765858935},{"id":"GGXv.scss","timestamp":1672765886373},{"id":"e0VE.scss","timestamp":1672818559895},{"id":"Kmpa.scss","timestamp":1672818580289},{"id":"4aT2.scss","timestamp":1672818619708},{"id":"MzPU.scss","timestamp":1672818674398},{"id":"CYs2.scss","timestamp":1672818694674},{"id":"RRai.scss","timestamp":1672818725339},{"id":"4DSl.scss","timestamp":1672818735690},{"id":"Tk00.scss","timestamp":1672818747481},{"id":"S3ls.scss","timestamp":1672818775815},{"id":"rXed.scss","timestamp":1672818823334},{"id":"gATL.scss","timestamp":1672818968344},{"id":"wsd5.scss","timestamp":1672819861483},{"id":"64lP.scss","timestamp":1672819886163},{"id":"of54.scss","timestamp":1672819902364},{"id":"tFzS.scss","source":"moved.source","timestamp":1672840325647},{"id":"42Fu.scss","timestamp":1672842727349},{"id":"3uUP.scss","timestamp":1672844736201},{"id":"xRNL.scss","source":"moved.source","timestamp":1672844918223},{"id":"g7fk.scss","timestamp":1672845522099},{"id":"jkzG.scss","source":"moved.source","timestamp":1672847559712},{"id":"O9uj.scss","source":"moved.source","timestamp":1672847621481}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/_loader.scss","entries":[{"id":"NUO6.scss","timestamp":1672746227942},{"id":"Z4tO.scss","timestamp":1672746565373},{"id":"XYVq.scss","timestamp":1672746872442},{"id":"zLN9.scss","timestamp":1672746884861},{"id":"xfrX.scss","timestamp":1672746905519},{"id":"6sZ8.scss","timestamp":1672746929953},{"id":"oOmZ.scss","timestamp":1672746941381},{"id":"CUsY.scss","timestamp":1672846698160},{"id":"B0ln.scss","source":"moved.source","timestamp":1672847559712},{"id":"lVim.scss","source":"moved.source","timestamp":1672847621481}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/blocks/_tabbed-content.scss","entries":[{"id":"H3Mj.scss","timestamp":1672820668754},{"id":"4KnV.scss","source":"undoRedo.source","timestamp":1672820672510},{"id":"ZDJa.scss","timestamp":1672820724601},{"id":"apxL.scss","source":"undoRedo.source","timestamp":1672820728561},{"id":"d4Tr.scss","timestamp":1672842721633},{"id":"TMv3.scss","timestamp":1672844696977},{"id":"9H1e.scss","timestamp":1672845841590},{"id":"NEQ4.scss","timestamp":1672846067790},{"id":"YLXW.scss","timestamp":1672846745345},{"id":"ZoJO.scss","timestamp":1672847196839},{"id":"bsx4.scss","timestamp":1672847224782},{"id":"kpxv.scss","timestamp":1672847236495},{"id":"S4Vo.scss","source":"moved.source","timestamp":1672847559700},{"id":"2neU.scss","source":"moved.source","timestamp":1672847621465}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/timing-grid.scss","entries":[{"id":"7F5Y.scss","timestamp":1649749419089},{"id":"j4Q7.scss","timestamp":1649749435060},{"id":"uVWh.scss","timestamp":1649749984833},{"id":"Rzk3.scss","timestamp":1649750292820},{"id":"2v7z.scss","timestamp":1649755138103},{"id":"HhMz.scss","timestamp":1649838849876},{"id":"9SIM.scss","timestamp":1649839034812},{"id":"9bZL.scss","timestamp":1649839062185},{"id":"cLex.scss","timestamp":1649839120446},{"id":"P8y5.scss","timestamp":1649839246087},{"id":"2F19.scss","timestamp":1649839358114},{"id":"5zCt.scss","timestamp":1649839490413},{"id":"t5cG.scss","timestamp":1649839514128},{"id":"la34.scss","timestamp":1649839567765},{"id":"yriV.scss","timestamp":1649839673742},{"id":"yb5F.scss","timestamp":1649839691235},{"id":"K2iC.scss","timestamp":1649840021803},{"id":"BwKt.scss","source":"undoRedo.source","timestamp":1649840024016},{"id":"JGH1.scss","timestamp":1649840135086},{"id":"o4c2.scss","timestamp":1649840234608},{"id":"z6Mq.scss","timestamp":1649840414972},{"id":"a0Dg.scss","timestamp":1657177523990},{"id":"Fu0i.scss","timestamp":1657177560461},{"id":"OPTF.scss","source":"undoRedo.source","timestamp":1657177563660},{"id":"HHz3.scss","timestamp":1657177609129},{"id":"XWdQ.scss","timestamp":1657177620944},{"id":"3RBC.scss","timestamp":1657177645625},{"id":"D8MR.scss","timestamp":1657177677734},{"id":"4sVP.scss","source":"undoRedo.source","timestamp":1657177680345},{"id":"5SbC.scss","timestamp":1657177697696},{"id":"vrc2.scss","timestamp":1657177731058},{"id":"jpmg.scss","timestamp":1657177820385},{"id":"dgBJ.scss","timestamp":1657184482780},{"id":"aqL5.scss","timestamp":1657184516778},{"id":"CmiY.scss","source":"undoRedo.source","timestamp":1657184526060},{"id":"6FTW.scss","timestamp":1657184598028},{"id":"mpAF.scss","timestamp":1657184643444},{"id":"Ltry.scss","timestamp":1657184658948},{"id":"MelC.scss","timestamp":1657184681515},{"id":"OX4k.scss","timestamp":1657184699149},{"id":"A5y3.scss","timestamp":1658411558913},{"id":"w6J8.scss","timestamp":1659364468380},{"id":"ZttX.scss","timestamp":1659365170401},{"id":"FqXL.scss","timestamp":1659365190429},{"id":"PYB5.scss","timestamp":1659441504907},{"id":"7k2F.scss","timestamp":1659441521705},{"id":"ZRUt.scss","timestamp":1659445125170},{"id":"DirB.scss","timestamp":1659513249255},{"id":"cb6M.scss","timestamp":1659513262437},{"id":"DN5z.scss","timestamp":1659541256487}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/src/Agent.php","entries":[{"id":"NoGz.php","timestamp":1657314231478},{"id":"bEhA.php","timestamp":1657485517916},{"id":"qzTZ.php","timestamp":1657485681006},{"id":"B33V.php","timestamp":1657486372028},{"id":"26jP.php","source":"undoRedo.source","timestamp":1657486376404},{"id":"Em5h.php","timestamp":1657486410481},{"id":"qyfA.php","timestamp":1657486529866},{"id":"709F.php","timestamp":1657533575282},{"id":"OVCD.php","timestamp":1657533693585},{"id":"JLxA.php","timestamp":1657533919928},{"id":"wvkH.php","timestamp":1657535014947},{"id":"6c7d.php","timestamp":1657535106702},{"id":"mIlT.php","timestamp":1657535334324},{"id":"ALrZ.php","timestamp":1657535347503},{"id":"sQgW.php","timestamp":1657536198912},{"id":"21et.php","timestamp":1657536672751},{"id":"p7Ek.php","source":"undoRedo.source","timestamp":1657536675280},{"id":"PX2t.php","timestamp":1657536942907},{"id":"KY1s.php","timestamp":1657537131777},{"id":"3NQI.php","timestamp":1657572442747},{"id":"Wv6Z.php","timestamp":1657616405956},{"id":"FzAv.php","timestamp":1657616573082},{"id":"mabA.php","timestamp":1657617376405},{"id":"hktI.php","timestamp":1657834051040},{"id":"eBMd.php","timestamp":1658090510381},{"id":"1DgB.php","timestamp":1658091004200},{"id":"pWOz.php","timestamp":1658091229775},{"id":"h5d4.php","timestamp":1658091281987},{"id":"Oy5S.php","timestamp":1658229425177},{"id":"Fpp6.php","timestamp":1658571978251},{"id":"5uMe.php","timestamp":1659387847011},{"id":"8u4v.php","timestamp":1659388199027},{"id":"qfuX.php","timestamp":1659597120563}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Righton%20Blackburns/Website/modules/righton/src/assets/scripts/content-blocks.js","entries":[{"id":"PtPs.js","timestamp":1657549856196},{"id":"hY9r.js","source":"undoRedo.source","timestamp":1657549865870}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/scripts/utilities/scroll-transitions.js","entries":[{"id":"7Ygm.js","timestamp":1672853265023},{"id":"h8lG.js","timestamp":1672866443671},{"id":"531I.js","timestamp":1672869457483}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/sections/footer.scss","entries":[{"id":"LefU.scss","source":"searchReplace.source","timestamp":1672919772127},{"id":"arfX.scss","source":"searchReplace.source","timestamp":1672919811608},{"id":"VXL9.scss","source":"searchReplace.source","timestamp":1672919848167},{"id":"eKYo.scss","source":"searchReplace.source","timestamp":1672919882063},{"id":"yY9O.scss","timestamp":1672925929202},{"id":"OAFd.scss","timestamp":1672926628750},{"id":"8yze.scss","timestamp":1672926689498},{"id":"L4Lx.scss","timestamp":1672926700885},{"id":"l5DO.scss","timestamp":1672926721133},{"id":"Fj34.scss","timestamp":1672926765528},{"id":"rn0c.scss","timestamp":1672926782965},{"id":"prBx.scss","timestamp":1672926811785},{"id":"2nUN.scss","timestamp":1672926830240},{"id":"qSIB.scss","timestamp":1672926860009},{"id":"08Qb.scss","timestamp":1672926874922},{"id":"GHvY.scss","timestamp":1672926960918},{"id":"wMlM.scss","timestamp":1672926993974},{"id":"BgFH.scss","timestamp":1672927355929},{"id":"gfNM.scss","timestamp":1672927397104},{"id":"0sjJ.scss","timestamp":1672927419353},{"id":"RO7b.scss","timestamp":1672927450630},{"id":"ISBY.scss","timestamp":1672927490087},{"id":"e0eV.scss","source":"undoRedo.source","timestamp":1672927494836},{"id":"st5M.scss","timestamp":1672927503832},{"id":"Wc1T.scss","timestamp":1672927514276},{"id":"jmGp.scss","timestamp":1672927616267},{"id":"iYrg.scss","timestamp":1672927682603},{"id":"BvXn.scss","timestamp":1672927776833},{"id":"bTOR.scss","timestamp":1672927791505},{"id":"qCXx.scss","timestamp":1672927834970},{"id":"zEPa.scss","timestamp":1672927877991},{"id":"kt7G.scss","timestamp":1672927917503},{"id":"tirh.scss","timestamp":1672927962682},{"id":"rw5h.scss","timestamp":1672927973302},{"id":"zloz.scss","timestamp":1672928005636},{"id":"o6tz.scss","timestamp":1672928027685},{"id":"JRtc.scss","timestamp":1672928080447},{"id":"yNmS.scss","timestamp":1672928141156},{"id":"Fr8I.scss","timestamp":1672928165188},{"id":"Ptar.scss","timestamp":1672928202918}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/RSG%20Consulting/Website/src/sass/base.scss","entries":[{"id":"mmr7.scss","timestamp":1672840306381},{"id":"ieTi.scss","source":"undoRedo.source","timestamp":1672840413087}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/craft","entries":[{"id":"eFoz","timestamp":1673436319853}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/models/Settings.php","entries":[{"id":"izWJ.php","timestamp":1673388516655},{"id":"Ufn6.php","timestamp":1673389041437},{"id":"vhJ6.php","timestamp":1673389081949},{"id":"Afa6.php","source":"undoRedo.source","timestamp":1673389087528},{"id":"Yj1C.php","timestamp":1673389104426},{"id":"DT7W.php","timestamp":1673389152047},{"id":"9ITJ.php","timestamp":1673389170880},{"id":"nTb3.php","timestamp":1673389199770},{"id":"IGSL.php","timestamp":1673389348258},{"id":"cud2.php","timestamp":1673389386228},{"id":"9TLh.php","timestamp":1673390128133},{"id":"SdUT.php","timestamp":1673427902677}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/_elements/button.scss","entries":[{"id":"Ibmb.scss","timestamp":1650385079533},{"id":"iLRd.scss","timestamp":1652089758333},{"id":"hiPG.scss","timestamp":1652699274519},{"id":"Q7C0.scss","source":"undoRedo.source","timestamp":1652699288372},{"id":"7wey.scss","timestamp":1652699316136},{"id":"61Qu.scss","timestamp":1652699402930},{"id":"QQ3C.scss","timestamp":1652699479581},{"id":"HgCJ.scss","timestamp":1652705953475},{"id":"6ptb.scss","timestamp":1652706000020},{"id":"axAW.scss","timestamp":1657036387854},{"id":"LaYQ.scss","timestamp":1657036420962},{"id":"XKz6.scss","timestamp":1657036453720},{"id":"e9nf.scss","timestamp":1659512094104},{"id":"9HLi.scss","timestamp":1659514917739},{"id":"CIvf.scss","timestamp":1659514976959}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/config/project/project.yaml","entries":[{"id":"LKPx.yaml","source":"Workspace Edit","timestamp":1658135735795},{"id":"QV47.yaml","timestamp":1659372295478},{"id":"HLoh.yaml","source":"Workspace Edit","timestamp":1660825523093}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/node_modules/%40marknotton/lumberjack/index.js","entries":[{"id":"Rj5y.js","timestamp":1660567258084},{"id":"JnF2.js","timestamp":1660567272333},{"id":"nkBH.js","timestamp":1660567469635},{"id":"1Gs4.js","timestamp":1660567518236},{"id":"DLUz.js","timestamp":1660567578962},{"id":"FbKY.js","source":"undoRedo.source","timestamp":1660567613270}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/logo-stacked.svg","entries":[{"id":"X423.svg","timestamp":1657199949895}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/account/care-requests.twig","entries":[{"id":"i4rp.twig","source":"undoRedo.source","timestamp":1649834686609},{"id":"mTRZ.twig","timestamp":1649836975938},{"id":"tRiF.twig","timestamp":1650554132534},{"id":"ir4u.twig","timestamp":1650554421802},{"id":"c42W.twig","timestamp":1650555129724},{"id":"EFBd.twig","timestamp":1650555293050},{"id":"GrpZ.twig","timestamp":1650555399023},{"id":"vZK2.twig","timestamp":1651746553689},{"id":"F4wj.twig","timestamp":1653491282725},{"id":"qN8h.twig","timestamp":1653492169044},{"id":"aeEc.twig","timestamp":1654525914821},{"id":"wklM.twig","timestamp":1654777959050},{"id":"BZnQ.twig","timestamp":1654778066598},{"id":"zut5.twig","timestamp":1654778407610},{"id":"BBjl.twig","timestamp":1654778422681},{"id":"UDld.twig","timestamp":1654778488760},{"id":"3ymg.twig","timestamp":1654785764649},{"id":"CJlt.twig","timestamp":1654786209151},{"id":"jIDm.twig","timestamp":1654786301686},{"id":"xDYD.twig","timestamp":1654786361513},{"id":"cJfh.twig","timestamp":1655997330100},{"id":"Ytfc.twig","timestamp":1655997361855},{"id":"uZog.twig","timestamp":1655997430880},{"id":"2D7F.twig","timestamp":1655997673554},{"id":"9UvZ.twig","timestamp":1655998312906},{"id":"mUZD.twig","timestamp":1655999378734},{"id":"5XIU.twig","timestamp":1656597569731},{"id":"p590.twig","timestamp":1656602118391},{"id":"7VDv.twig","timestamp":1656602414482},{"id":"RAjn.twig","timestamp":1657552301370},{"id":"7Axm.twig","timestamp":1657552328454},{"id":"qV11.twig","timestamp":1657552396407},{"id":"WpCK.twig","timestamp":1657552708397},{"id":"zRWZ.twig","timestamp":1658321167238},{"id":"4b7h.twig","timestamp":1658321201741},{"id":"W0Qv.twig","timestamp":1658321266757},{"id":"x0OJ.twig","timestamp":1658321279311},{"id":"FnmZ.twig","timestamp":1658321294946},{"id":"4CxJ.twig","timestamp":1660638180333},{"id":"Ky7U.twig","timestamp":1660641844427},{"id":"dYyQ.twig","timestamp":1660642031366},{"id":"EKnW.twig","timestamp":1660642441486},{"id":"IsT9.twig","source":"undoRedo.source","timestamp":1660642535916}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/controllers/UserController.php","entries":[{"id":"i4as.php","timestamp":1656942731972},{"id":"UxEM.php","timestamp":1656942759718},{"id":"uhI4.php","timestamp":1656942770629},{"id":"IC0S.php","source":"undoRedo.source","timestamp":1656942785592},{"id":"5Sza.php","timestamp":1656942795242},{"id":"T34e.php","timestamp":1656942822544},{"id":"Boub.php","timestamp":1656942929257},{"id":"0txt.php","timestamp":1656942943314},{"id":"v4Ad.php","source":"undoRedo.source","timestamp":1656942957454},{"id":"DIsH.php","timestamp":1656942972412},{"id":"v6CD.php","timestamp":1656943001751},{"id":"2cgd.php","timestamp":1656943018427},{"id":"UyFY.php","timestamp":1656943076862},{"id":"oiiC.php","timestamp":1656943282181},{"id":"BowR.php","timestamp":1656943318584},{"id":"kv29.php","timestamp":1656943609099},{"id":"Ok8E.php","timestamp":1656943680999},{"id":"gjdV.php","source":"undoRedo.source","timestamp":1656943689594},{"id":"fTc5.php","source":"undoRedo.source","timestamp":1656943704060},{"id":"bfrj.php","timestamp":1656943717162},{"id":"dVZ8.php","timestamp":1656943747535},{"id":"7s5J.php","source":"undoRedo.source","timestamp":1656943781510},{"id":"V8Xn.php","timestamp":1656945194604},{"id":"AfzS.php","timestamp":1656945225436},{"id":"uWr1.php","timestamp":1656945307636},{"id":"o8k6.php","timestamp":1656945327968},{"id":"1PRI.php","timestamp":1656945354600},{"id":"CCgE.php","source":"undoRedo.source","timestamp":1656945357052},{"id":"CgJQ.php","timestamp":1656945367122},{"id":"qfeN.php","timestamp":1656945390012},{"id":"3oMk.php","timestamp":1656945404406},{"id":"QKst.php","source":"undoRedo.source","timestamp":1656945421109},{"id":"kI66.php","timestamp":1656945488953},{"id":"dfjp.php","timestamp":1656945507973},{"id":"P0ob.php","timestamp":1656945604747},{"id":"qpHK.php","timestamp":1656945618927},{"id":"LWcZ.php","timestamp":1656945804158},{"id":"qSZK.php","timestamp":1656945825916},{"id":"MYr6.php","timestamp":1656945858673},{"id":"QUbj.php","timestamp":1656945881716},{"id":"2370.php","timestamp":1656945907052},{"id":"E9KO.php","timestamp":1656946050642},{"id":"TvfJ.php","timestamp":1656946091286},{"id":"oWqY.php","timestamp":1656946360083},{"id":"MCgs.php","timestamp":1656946609679},{"id":"2aUi.php","timestamp":1656946646815},{"id":"OXo4.php","timestamp":1656947207837},{"id":"8cT8.php","timestamp":1656947222518},{"id":"24fo.php","timestamp":1656947234277},{"id":"9wlg.php","source":"undoRedo.source","timestamp":1656947237043}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/news-aside.scss","entries":[{"id":"wiz9.scss","source":"searchReplace.source","timestamp":1672919781855},{"id":"FWRs.scss","source":"searchReplace.source","timestamp":1672919855666},{"id":"x2ov.scss","source":"undoRedo.source","timestamp":1672928415751}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/templates/redirect.twig","entries":[{"id":"hu0P.twig","timestamp":1659822481500},{"id":"m8yl.twig","timestamp":1659822530165}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/controllers/DefaultController.php","entries":[{"id":"sPSR.php","timestamp":1657320018097},{"id":"Kj1i.php","timestamp":1657320098949},{"id":"U9wo.php","timestamp":1657320192830},{"id":"uV9Z.php","timestamp":1657320812509},{"id":"FtaB.php","timestamp":1657320843543},{"id":"0pj8.php","timestamp":1657320941901},{"id":"AqiO.php","timestamp":1657321583952},{"id":"HvTt.php","timestamp":1657321657707},{"id":"e4hT.php","timestamp":1657321688354},{"id":"QSDh.php","timestamp":1657321782240},{"id":"uQkr.php","timestamp":1657321818118},{"id":"TvRV.php","timestamp":1657323384685},{"id":"fSgp.php","timestamp":1657323398622},{"id":"S5C7.php","source":"renamed.source","timestamp":1657323443201},{"id":"DpU0.php","timestamp":1657323455042},{"id":"cMxE.php","timestamp":1657401833111},{"id":"OA89.php","timestamp":1657404499333},{"id":"Eocr.php","timestamp":1657404541637},{"id":"5KBr.php","timestamp":1657484732879},{"id":"rR1F.php","source":"undoRedo.source","timestamp":1657484789075},{"id":"zSqX.php","timestamp":1657522599493},{"id":"KdsY.php","timestamp":1657522638372},{"id":"K3ft.php","timestamp":1657522684713},{"id":"xqal.php","timestamp":1657522706583},{"id":"stQL.php","timestamp":1657523482895},{"id":"xRQU.php","timestamp":1657523497296},{"id":"yPEh.php","timestamp":1657523525048},{"id":"LNXn.php","timestamp":1657523541615},{"id":"SIEN.php","timestamp":1657523566091},{"id":"oJM0.php","timestamp":1657523629667},{"id":"oUp3.php","timestamp":1657523685274},{"id":"Kzvg.php","timestamp":1657523759438},{"id":"KeVz.php","timestamp":1657523772353},{"id":"NX3B.php","timestamp":1657523928187},{"id":"nzZp.php","timestamp":1657523944613},{"id":"sXJE.php","timestamp":1657529758492},{"id":"8kvk.php","timestamp":1657530058880},{"id":"WRSJ.php","timestamp":1657536338070},{"id":"dfqD.php","timestamp":1657536383531},{"id":"fgVW.php","source":"undoRedo.source","timestamp":1657536387304},{"id":"WGjx.php","timestamp":1657536398859},{"id":"ctKG.php","source":"undoRedo.source","timestamp":1657536402270},{"id":"O8Xa.php","timestamp":1657536413416},{"id":"Le8L.php","timestamp":1658224599556}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/sections/footer.css.map","entries":[{"id":"jCKM.map","source":"Workspace Edit","timestamp":1657185474176}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/account/base-table.css.map","entries":[{"id":"5myG.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Downloads/Untitled-1.svg","entries":[{"id":"HzI6.svg","source":"textFileCreate.source","timestamp":1673276946511}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/services/Chat.php","entries":[{"id":"LWeW.php","timestamp":1658344241630},{"id":"JotL.php","timestamp":1658344663397},{"id":"SDVl.php","timestamp":1658344684595}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/search/search-availability.js","entries":[{"id":"McaB.js","timestamp":1650616636615},{"id":"4Lhk.js","timestamp":1650620439647},{"id":"5VYX.js","timestamp":1653575415185},{"id":"i0ys.js","timestamp":1653575444230}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/modal.scss","entries":[{"id":"lZMN.scss","timestamp":1658842845347},{"id":"LuZz.scss","timestamp":1658842886912},{"id":"Jjsh.scss","timestamp":1658842908909},{"id":"X7Yg.scss","timestamp":1658842934535},{"id":"eOhS.scss","timestamp":1658843023124},{"id":"0WpM.scss","timestamp":1658843047848},{"id":"F9MX.scss","timestamp":1658843070910},{"id":"LX3m.scss","timestamp":1658843085600},{"id":"vjmW.scss","timestamp":1658843472315},{"id":"KVeS.scss","timestamp":1658843507012},{"id":"Mk2v.scss","timestamp":1658843537503},{"id":"1Lrg.scss","timestamp":1658843547666},{"id":"zBgn.scss","timestamp":1658843752103},{"id":"XZRt.scss","timestamp":1658843865863},{"id":"wsYN.scss","timestamp":1658844173942},{"id":"vphj.scss","timestamp":1658844266167},{"id":"lI9i.scss","timestamp":1658844291477},{"id":"3UY2.scss","timestamp":1658844322148},{"id":"FlrT.scss","timestamp":1658844342020},{"id":"3q0y.scss","timestamp":1658844370314},{"id":"7Zdn.scss","timestamp":1658844388433},{"id":"pK5W.scss","timestamp":1658844612692},{"id":"UO2T.scss","timestamp":1658844630109},{"id":"Hngq.scss","timestamp":1658844638144},{"id":"UAZW.scss","timestamp":1658844664759},{"id":"VO49.scss","timestamp":1658844703097},{"id":"HkAx.scss","timestamp":1658844715766},{"id":"Dw0I.scss","timestamp":1658905358354},{"id":"xKEf.scss","timestamp":1658905372550},{"id":"teXF.scss","timestamp":1658905639830},{"id":"Nqmw.scss","source":"undoRedo.source","timestamp":1658905732788},{"id":"lPu6.scss","timestamp":1658905785945},{"id":"XEA0.scss","timestamp":1658905953595},{"id":"9BR9.scss","timestamp":1658905983645},{"id":"l77Y.scss","timestamp":1658906127185},{"id":"TOrt.scss","timestamp":1658906543925},{"id":"wduH.scss","timestamp":1658906559459},{"id":"99un.scss","timestamp":1658906654378},{"id":"3DRi.scss","timestamp":1658906666438},{"id":"UYc2.scss","timestamp":1658906714553},{"id":"oW0O.scss","timestamp":1659436347759},{"id":"EScL.scss","timestamp":1659540927845},{"id":"MitL.scss","source":"undoRedo.source","timestamp":1659540937137},{"id":"M5go.scss","timestamp":1659540977998},{"id":"CUaf.scss","timestamp":1659541019985},{"id":"sNmZ.scss","timestamp":1659541113834},{"id":"jVRy.scss","timestamp":1659541173110},{"id":"O5yp.scss","timestamp":1659541188716},{"id":"nLyG.scss","timestamp":1659541295152},{"id":"0KN2.scss","timestamp":1660648288529}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/sections/_footer.scss","entries":[{"id":"vPWD.scss","timestamp":1672840579179},{"id":"xCGA.scss","source":"searchReplace.source","timestamp":1672842119061},{"id":"jovd.scss","timestamp":1672844716537},{"id":"KErY.scss","source":"moved.source","timestamp":1672844918232},{"id":"7LW7.scss","timestamp":1672845855389},{"id":"iMaR.scss","timestamp":1672846080269},{"id":"ezQm.scss","timestamp":1672846094399},{"id":"4vxw.scss","timestamp":1672846176139},{"id":"kWDG.scss","source":"moved.source","timestamp":1672847559708},{"id":"4Ixz.scss","source":"moved.source","timestamp":1672847621471}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Symbols/gulpfile.js","entries":[{"id":"ytfu.js","timestamp":1658309821592},{"id":"3Aab.js","timestamp":1658309913281},{"id":"aNwa.js","timestamp":1658309956163},{"id":"ky1H.js","timestamp":1658310040407},{"id":"DQps.js","timestamp":1658310078094},{"id":"ndWC.js","timestamp":1658310112124},{"id":"Z4tE.js","timestamp":1658310680198}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/config/general.php","entries":[{"id":"f9tj.php","timestamp":1673436606250},{"id":"qWUr.php","timestamp":1673437953121},{"id":"mh3U.php","timestamp":1673533075231},{"id":"NNl7.php","timestamp":1673866334738}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/location-rating.css.map","entries":[{"id":"C9Cr.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/care-homes.svg","entries":[{"id":"FAfn.svg","timestamp":1657695546772}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/css/inc/_font.scss","entries":[{"id":"1a9s.scss","timestamp":1649325637404}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/test.css","entries":[{"id":"96Xl.css","timestamp":1660818956936}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Newton%20Abbot%20College/Website/templates/_sections/navigation.twig","entries":[{"id":"KkFt.twig","timestamp":1654508958372}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/web/assets/images/west-one-logo.svg","entries":[{"id":"TRRV.svg","timestamp":1672937873215}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/agent.twig","entries":[{"id":"gGE6.twig","timestamp":1657402199869},{"id":"4TYn.twig","timestamp":1657402213315},{"id":"kwXg.twig","timestamp":1657402438634},{"id":"d2CU.twig","timestamp":1657402633890},{"id":"iTl7.twig","timestamp":1657402680083},{"id":"H69Q.twig","timestamp":1657402834882},{"id":"L8OW.twig","timestamp":1657402852597},{"id":"qNno.twig","timestamp":1657403510203},{"id":"l8hQ.twig","timestamp":1657403526878}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/src/Agent.php","entries":[{"id":"KpaX.php","timestamp":1654377364931},{"id":"P3Dk.php","timestamp":1654377430010},{"id":"ecxi.php","timestamp":1654378447664}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/resources/src/scripts/ui.js","entries":[{"id":"mAUW.js","timestamp":1673265028959},{"id":"415G.js","timestamp":1673265110884},{"id":"3foS.js","timestamp":1673265132310},{"id":"wOmw.js","timestamp":1673265160476},{"id":"iMUz.js","timestamp":1673265190632},{"id":"iiPO.js","timestamp":1673265362711},{"id":"NZHk.js","timestamp":1673362782591},{"id":"XIMR.js","timestamp":1673362825616},{"id":"4sMi.js","timestamp":1673362909239},{"id":"hm2y.js","timestamp":1673362988472},{"id":"Qd3C.js","source":"moved.source","timestamp":1673367468716},{"id":"BgzY.js","source":"moved.source","timestamp":1673367923405},{"id":"vGVj.js","timestamp":1673388625888},{"id":"1V3N.js","timestamp":1673388784184}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/models/Symbol.php","entries":[{"id":"UnxC.php","timestamp":1673282099335},{"id":"FyV8.php","timestamp":1673282276397},{"id":"CoK5.php","timestamp":1673282342792},{"id":"sV9U.php","source":"undoRedo.source","timestamp":1673282360574},{"id":"26Ng.php","timestamp":1673282650483},{"id":"6lxA.php","timestamp":1673282686602},{"id":"kPpX.php","timestamp":1673282776612},{"id":"Q4E2.php","timestamp":1673282977438},{"id":"8MuF.php","timestamp":1673283090839},{"id":"CHw7.php","timestamp":1673283188477},{"id":"jt30.php","timestamp":1673283211388},{"id":"6SHv.php","timestamp":1673285412784},{"id":"R19k.php","timestamp":1673286297704},{"id":"7NYh.php","timestamp":1673352113058},{"id":"DaQZ.php","timestamp":1673352143687},{"id":"fYJg.php","timestamp":1673352255461},{"id":"TPkJ.php","timestamp":1673352278423},{"id":"f7w8.php","timestamp":1673352380235},{"id":"kLDT.php","timestamp":1673352399112},{"id":"YalP.php","source":"undoRedo.source","timestamp":1673362641013}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/sections/_navigation.scss","entries":[{"id":"GdZS.scss","timestamp":1672756844642},{"id":"j4OT.scss","timestamp":1672756863192},{"id":"Trpu.scss","timestamp":1672756922697},{"id":"bSGZ.scss","timestamp":1672756953485},{"id":"qOZc.scss","timestamp":1672756998789},{"id":"YCfB.scss","timestamp":1672757028569},{"id":"kEdP.scss","timestamp":1672757058677},{"id":"W4Xg.scss","timestamp":1672757101150},{"id":"Ohef.scss","timestamp":1672757424336},{"id":"GOEk.scss","timestamp":1672757788882},{"id":"of7u.scss","timestamp":1672757891147},{"id":"gIrt.scss","timestamp":1672758193470},{"id":"FpPQ.scss","timestamp":1672758211489},{"id":"bYdL.scss","timestamp":1672758348748},{"id":"qpDw.scss","timestamp":1672758372569},{"id":"5eRm.scss","timestamp":1672758429065},{"id":"IbFa.scss","timestamp":1672758447369},{"id":"3Tvm.scss","source":"undoRedo.source","timestamp":1672758507742},{"id":"ZXE2.scss","source":"undoRedo.source","timestamp":1672758528814},{"id":"8xMd.scss","timestamp":1672764017199},{"id":"V9i9.scss","timestamp":1672765650529},{"id":"PGQ8.scss","timestamp":1672818467238},{"id":"Adwn.scss","timestamp":1672819004818},{"id":"psr2.scss","timestamp":1672819026865},{"id":"c6MF.scss","source":"undoRedo.source","timestamp":1672819031595},{"id":"bswY.scss","timestamp":1672819132802},{"id":"dEJp.scss","timestamp":1672819163405},{"id":"EITx.scss","timestamp":1672819179674},{"id":"7K4C.scss","timestamp":1672819200734},{"id":"hvBE.scss","timestamp":1672819246706},{"id":"ngbK.scss","timestamp":1672819262431},{"id":"eQPQ.scss","timestamp":1672819299239},{"id":"o0UT.scss","timestamp":1672819316298},{"id":"0zte.scss","timestamp":1672819367326},{"id":"f8ea.scss","timestamp":1672819392463},{"id":"PWI7.scss","source":"moved.source","timestamp":1672840325649},{"id":"ZCzl.scss","timestamp":1672842732027},{"id":"QDEz.scss","timestamp":1672844873551},{"id":"IXJZ.scss","source":"moved.source","timestamp":1672844918226},{"id":"0GlU.scss","timestamp":1672844950382},{"id":"oqsY.scss","timestamp":1672845286958},{"id":"hyeM.scss","timestamp":1672845299916},{"id":"8Q0j.scss","timestamp":1672845367799},{"id":"4JbD.scss","timestamp":1672845386900},{"id":"LT5a.scss","timestamp":1672845405967},{"id":"lLPY.scss","timestamp":1672845418363},{"id":"dU2O.scss","timestamp":1672845434832},{"id":"wmHa.scss","timestamp":1672845505852},{"id":"46aI.scss","source":"moved.source","timestamp":1672847559709},{"id":"gGkO.scss","source":"moved.source","timestamp":1672847621479}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/main.js","entries":[{"id":"KLPU.js","timestamp":1673541956035},{"id":"WLti.js","source":"moved.source","timestamp":1673541994712}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/errors.scss","entries":[{"id":"Ldua.scss","timestamp":1655901928471},{"id":"iwVr.scss","timestamp":1655901970419},{"id":"ce57.scss","timestamp":1655902000199},{"id":"5fnB.scss","timestamp":1655903187433},{"id":"0TIY.scss","timestamp":1655903221065},{"id":"kWut.scss","timestamp":1655903233467},{"id":"bvnM.scss","timestamp":1655903274526},{"id":"QYTR.scss","timestamp":1655903300464},{"id":"8iRP.scss","timestamp":1655903355678},{"id":"7WEJ.scss","timestamp":1655903367019},{"id":"g9tK.scss","timestamp":1655903782397},{"id":"NuoK.scss","timestamp":1655903800544},{"id":"wrGK.scss","timestamp":1655903824732},{"id":"UrT7.scss","timestamp":1655903902889},{"id":"ULmi.scss","source":"undoRedo.source","timestamp":1655903907893},{"id":"VW7K.scss","timestamp":1655903910090},{"id":"nNUj.scss","timestamp":1655903930291},{"id":"bF9M.scss","timestamp":1655903945729},{"id":"fVE3.scss","timestamp":1655904003427},{"id":"oQOK.scss","timestamp":1655904018943},{"id":"bnzY.scss","timestamp":1655904263936},{"id":"ijK4.scss","timestamp":1655904365819},{"id":"xWL8.scss","timestamp":1655905924180},{"id":"LTIk.scss","timestamp":1655905981767},{"id":"CC0U.scss","timestamp":1655906081785},{"id":"YPU4.scss","timestamp":1655906405570},{"id":"gpPe.scss","timestamp":1655906424031},{"id":"FJPG.scss","timestamp":1655906562430},{"id":"rW1l.scss","timestamp":1655906576793},{"id":"gMf0.scss","timestamp":1655906646692},{"id":"lbOB.scss","timestamp":1655906679237},{"id":"XDVm.scss","timestamp":1655906904419},{"id":"wbG1.scss","timestamp":1655906952972},{"id":"XkSo.scss","timestamp":1655907064360},{"id":"oWX8.scss","timestamp":1655907113377},{"id":"IdCh.scss","timestamp":1655908411919}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/src/events/DomParsedEvent.php","entries":[{"id":"44te.php","timestamp":1673859174657}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/_variables/z-index.scss","entries":[{"id":"Fx2n.scss","timestamp":1660632683550},{"id":"8qhZ.scss","timestamp":1660832298419}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/src/icon.svg","entries":[{"id":"ai4N.svg","timestamp":1657315073566}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/RSG%20Consulting/Website/modules/debug/Debug.php","entries":[{"id":"HGTi.php","timestamp":1673874896607},{"id":"mrA3.php","timestamp":1673874938354}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/controllers/RateCardRatesController.php","entries":[{"id":"sZWg.php","timestamp":1658757572927},{"id":"jxF5.php","timestamp":1658757614517},{"id":"DLQ9.php","source":"undoRedo.source","timestamp":1658757729396},{"id":"aJBN.php","timestamp":1658757733502},{"id":"eyxJ.php","timestamp":1659019680077},{"id":"hVAG.php","source":"undoRedo.source","timestamp":1659019691043},{"id":"a9Ta.php","timestamp":1659019697639},{"id":"ifk6.php","timestamp":1659019739769},{"id":"YsnF.php","source":"undoRedo.source","timestamp":1659019747192},{"id":"leau.php","source":"undoRedo.source","timestamp":1659019810184},{"id":"Mykf.php","timestamp":1659019959673},{"id":"XKlw.php","timestamp":1659373083203},{"id":"9Bc2.php","timestamp":1659373121505},{"id":"ex0w.php","timestamp":1659608941477},{"id":"WckA.php","timestamp":1659608961522},{"id":"nDPj.php","timestamp":1660665598411},{"id":"01qA.php","timestamp":1660666320808},{"id":"hYWB.php","timestamp":1660666480297},{"id":"TL33.php","timestamp":1660666501834},{"id":"E4Qi.php","timestamp":1660666592287},{"id":"h4jz.php","timestamp":1660667173004},{"id":"Uu0E.php","timestamp":1660667257848},{"id":"YupQ.php","timestamp":1660667319696},{"id":"J0g6.php","timestamp":1660667436920},{"id":"bd6R.php","timestamp":1660668082807}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/services/Data.php","entries":[{"id":"3Okl.php","timestamp":1673371820517},{"id":"QtEg.php","timestamp":1673371833600},{"id":"hB9x.php","timestamp":1673371850464},{"id":"uowe.php","timestamp":1673372069018},{"id":"839x.php","timestamp":1673372093688},{"id":"gJ1i.php","timestamp":1673372135053},{"id":"8f5e.php","timestamp":1673372149869},{"id":"A3kB.php","timestamp":1673372202367},{"id":"xmiA.php","timestamp":1673372219643},{"id":"q8ho.php","timestamp":1673372249027},{"id":"WLUn.php","timestamp":1673372288199},{"id":"NKvG.php","timestamp":1673372302959},{"id":"pQwt.php","timestamp":1673372314232},{"id":"DzIC.php","timestamp":1673372330536},{"id":"SSkJ.php","timestamp":1673372367815},{"id":"5Uby.php","timestamp":1673389283632},{"id":"2VLJ.php","timestamp":1673389446268},{"id":"10d9.php","timestamp":1673389776779},{"id":"Y4la.php","timestamp":1673389869356},{"id":"Nmmn.php","timestamp":1673390055821},{"id":"fVGV.php","timestamp":1673390167620},{"id":"fawU.php","source":"undoRedo.source","timestamp":1673390187425},{"id":"RMaP.php","timestamp":1673390247363},{"id":"Peea.php","timestamp":1673390265978},{"id":"uYjH.php","source":"undoRedo.source","timestamp":1673390268919},{"id":"gJeE.php","timestamp":1673390289661},{"id":"AFHT.php","timestamp":1673390304690},{"id":"p7Ph.php","timestamp":1673390334289},{"id":"4c4Q.php","timestamp":1673390358892},{"id":"9owj.php","timestamp":1673390379413},{"id":"cb3w.php","source":"undoRedo.source","timestamp":1673390389910},{"id":"JMxe.php","timestamp":1673390403173},{"id":"ncmM.php","timestamp":1673390415107},{"id":"6GL0.php","timestamp":1673390454686},{"id":"5Qsx.php","timestamp":1673390817957},{"id":"OpOX.php","timestamp":1673390845135},{"id":"WZGX.php","timestamp":1673390990173},{"id":"IHH6.php","timestamp":1673391014841},{"id":"mEEm.php","timestamp":1673391170945},{"id":"l0CM.php","timestamp":1673391212095},{"id":"Iql8.php","timestamp":1673391250529},{"id":"OOrZ.php","source":"undoRedo.source","timestamp":1673391255563},{"id":"8rAY.php","timestamp":1673391269769},{"id":"GD7u.php","source":"undoRedo.source","timestamp":1673391288285},{"id":"c41V.php","timestamp":1673391309503},{"id":"YeRt.php","timestamp":1673391407749},{"id":"SUwS.php","timestamp":1673429037423},{"id":"0vlr.php","timestamp":1673429334980},{"id":"xJWK.php","timestamp":1673429413393},{"id":"gR3A.php","timestamp":1673429439656}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Symbols/src/controllers/DefaultController.php","entries":[{"id":"ZSl1.php","timestamp":1658244022453},{"id":"QmqW.php","timestamp":1658308986661}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/html/index.mustache","entries":[{"id":"2TVI.mustache","timestamp":1649325268795},{"id":"b0XY.mustache","timestamp":1649325402286},{"id":"qk66.mustache","timestamp":1649325842512}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/dropdown-menu.js","entries":[{"id":"Tqlz.js","timestamp":1649679965024},{"id":"JTf1.js","timestamp":1649681107940},{"id":"RxV0.js","timestamp":1649684132645},{"id":"dvW8.js","timestamp":1649684308620},{"id":"up6i.js","timestamp":1649685809185},{"id":"sOKE.js","timestamp":1649685919016},{"id":"GF9f.js","timestamp":1649750207617},{"id":"IA9Q.js","timestamp":1649760346462},{"id":"ModM.js","timestamp":1649760411561},{"id":"rpOC.js","timestamp":1649771871100},{"id":"D8gA.js","timestamp":1649833755938},{"id":"NaTp.js","source":"undoRedo.source","timestamp":1649833933215},{"id":"CmiH.js","timestamp":1649853545407},{"id":"OZSl.js","timestamp":1649854999441},{"id":"hDaE.js","timestamp":1649855061543},{"id":"0JOi.js","timestamp":1649855323310},{"id":"FG9J.js","timestamp":1649856936226},{"id":"rB9H.js","timestamp":1649857010934},{"id":"2fg3.js","timestamp":1649857070074},{"id":"ChWj.js","timestamp":1649857100560},{"id":"5BHN.js","timestamp":1649857178458},{"id":"e0rv.js","timestamp":1649857705460},{"id":"aZec.js","timestamp":1649857792106},{"id":"6tdR.js","timestamp":1649857857415},{"id":"uHTW.js","timestamp":1649857935384},{"id":"d2WU.js","timestamp":1649857969369},{"id":"6Vqq.js","timestamp":1649858096283},{"id":"D4VL.js","timestamp":1649858133474},{"id":"MCIO.js","timestamp":1649862155442},{"id":"XgMR.js","timestamp":1651572709290},{"id":"dl8K.js","source":"undoRedo.source","timestamp":1651572848168},{"id":"oyjx.js","timestamp":1651573086205},{"id":"2F60.js","timestamp":1656505995883},{"id":"6n7H.js","timestamp":1656517987970},{"id":"Lwr6.js","timestamp":1656519533253},{"id":"beWX.js","timestamp":1659515864744},{"id":"J9H3.js","timestamp":1659518217032},{"id":"EVSf.js","timestamp":1659518247017},{"id":"WPxS.js","source":"undoRedo.source","timestamp":1659518413287},{"id":"FRXq.js","timestamp":1659521368241},{"id":"vQEa.js","timestamp":1659521494184},{"id":"TZDu.js","timestamp":1659521712892},{"id":"hF79.js","timestamp":1659521778825},{"id":"wubN.js","timestamp":1659521928957},{"id":"nRXw.js","timestamp":1659521975612},{"id":"WzsU.js","timestamp":1659522367925},{"id":"I7M2.js","timestamp":1659522633014},{"id":"JsPD.js","timestamp":1659522770199},{"id":"QiZs.js","timestamp":1659523155897}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/details/_entry.twig","entries":[{"id":"h5Ut.twig","timestamp":1649340470706},{"id":"crUv.twig","timestamp":1649777067753},{"id":"mc7q.twig","timestamp":1649777080852},{"id":"XAI5.twig","source":"undoRedo.source","timestamp":1649777090143},{"id":"HIii.twig","timestamp":1649777155769},{"id":"eyAD.twig","timestamp":1650445378453},{"id":"hFm7.twig","timestamp":1650445439176},{"id":"kRXl.twig","timestamp":1650445772936},{"id":"KCZv.twig","timestamp":1650448059236},{"id":"Kmsb.twig","source":"undoRedo.source","timestamp":1650448065318},{"id":"7vER.twig","timestamp":1652972844455},{"id":"VPra.twig","timestamp":1652974583884},{"id":"ibOQ.twig","source":"undoRedo.source","timestamp":1652974615999},{"id":"AWBH.twig","timestamp":1652974622536},{"id":"22a2.twig","source":"undoRedo.source","timestamp":1652975172675},{"id":"1SLV.twig","timestamp":1653290193289},{"id":"36u9.twig","timestamp":1653290232065},{"id":"HFq2.twig","timestamp":1653290257045},{"id":"jKIc.twig","timestamp":1653290273493},{"id":"Buzd.twig","timestamp":1653290339699},{"id":"O1jC.twig","timestamp":1653291787212},{"id":"HDLD.twig","source":"undoRedo.source","timestamp":1653292454650},{"id":"Dxvy.twig","timestamp":1653321936606},{"id":"vz6J.twig","timestamp":1653321963976},{"id":"3fTD.twig","timestamp":1653322040388},{"id":"nGrS.twig","timestamp":1653322510464},{"id":"cTBi.twig","timestamp":1653322604135},{"id":"SSRS.twig","timestamp":1653382655363},{"id":"sbZo.twig","timestamp":1653383573003},{"id":"FxUB.twig","timestamp":1653383920072},{"id":"Ycds.twig","timestamp":1653384013466},{"id":"TWn5.twig","timestamp":1653384139917},{"id":"0kWx.twig","timestamp":1653384266231},{"id":"ybHQ.twig","timestamp":1653384379946},{"id":"TQp3.twig","timestamp":1653384427780},{"id":"2JxP.twig","timestamp":1653384484681},{"id":"uRxi.twig","timestamp":1653384889482},{"id":"aso3.twig","timestamp":1653387677591},{"id":"qyWm.twig","timestamp":1653387794955},{"id":"Bw3f.twig","source":"undoRedo.source","timestamp":1653387865177},{"id":"9FLJ.twig","timestamp":1653387885517},{"id":"BDnl.twig","timestamp":1653387941318},{"id":"dC83.twig","timestamp":1653387978334},{"id":"L0zL.twig","timestamp":1653388005331},{"id":"x6dp.twig","timestamp":1653388025592},{"id":"1qfE.twig","timestamp":1653388701933},{"id":"m3WK.twig","timestamp":1653388997748},{"id":"zRQ2.twig","timestamp":1653394914040}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/config/app.php","entries":[{"id":"GKqd.php","timestamp":1673860969223},{"id":"x3dy.php","timestamp":1673861267138}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/js/survey.js","entries":[{"id":"hwky.js","timestamp":1649325551475},{"id":"9oP7.js","timestamp":1649325770734}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/css/inc/_popup.scss","entries":[{"id":"uaDp.scss","timestamp":1658831477465}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/blocks/tiled-content.scss","entries":[{"id":"oPvy.scss","source":"searchReplace.source","timestamp":1672919734253},{"id":"RQQn.scss","source":"searchReplace.source","timestamp":1672919746810},{"id":"x783.scss","source":"searchReplace.source","timestamp":1672919781863},{"id":"C1le.scss","source":"searchReplace.source","timestamp":1672919802247},{"id":"ldc9.scss","source":"searchReplace.source","timestamp":1672919819704},{"id":"Hru0.scss","source":"searchReplace.source","timestamp":1672919855679},{"id":"Dhva.scss","source":"searchReplace.source","timestamp":1672919873628},{"id":"lFEx.scss","source":"searchReplace.source","timestamp":1672919887159},{"id":"2E6K.scss","source":"undoRedo.source","timestamp":1672928425178}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Widget/src/utils/symbols.js","entries":[{"id":"WB91.js","timestamp":1656495108781},{"id":"tEto.js","timestamp":1656495157016},{"id":"vP3v.js","timestamp":1656495394076},{"id":"xrXZ.js","timestamp":1656495423798},{"id":"QrnL.js","source":"undoRedo.source","timestamp":1656495547592},{"id":"aZHN.js","timestamp":1656495671273},{"id":"IqyH.js","timestamp":1656495771399},{"id":"8m4m.js","timestamp":1656495885201},{"id":"8iYa.js","timestamp":1656495910400},{"id":"Jsna.js","timestamp":1656496052798},{"id":"wl9y.js","timestamp":1656496100928},{"id":"kjUq.js","timestamp":1656496157529},{"id":"Q4Y8.js","timestamp":1656496194531},{"id":"53Q1.js","timestamp":1656498829118},{"id":"j6Ly.js","timestamp":1656498935018},{"id":"rKOg.js","timestamp":1656508945829},{"id":"pOJf.js","timestamp":1656508978453}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/gulpfile.js","entries":[{"id":"rmow.js","timestamp":1672839968114},{"id":"spLs.js","timestamp":1672839985887},{"id":"UomP.js","timestamp":1672849926740},{"id":"Mn6D.js","timestamp":1672849941712}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/templates/index.twig","entries":[{"id":"NpYG.twig","timestamp":1673443898960},{"id":"pKpp.twig","timestamp":1673443909888},{"id":"t3BQ.twig","source":"undoRedo.source","timestamp":1673443912643},{"id":"Xd1r.twig","source":"undoRedo.source","timestamp":1673443927263},{"id":"qDim.twig","timestamp":1673454104119},{"id":"kqNx.twig","timestamp":1673860205617},{"id":"coZe.twig","timestamp":1673862227764},{"id":"XfvF.twig","timestamp":1673862239734},{"id":"obql.twig","timestamp":1673862250198},{"id":"SluL.twig","timestamp":1673862261085},{"id":"h76D.twig","timestamp":1673862884341},{"id":"3Rhk.twig","timestamp":1673862898326},{"id":"Mha4.twig","timestamp":1673862946779},{"id":"bCH8.twig","timestamp":1673862963362},{"id":"5fc6.twig","timestamp":1673862995607},{"id":"zM4J.twig","timestamp":1673863037831},{"id":"rDxN.twig","timestamp":1673863124749},{"id":"gY20.twig","timestamp":1673863144403},{"id":"h1N9.twig","timestamp":1673863201463},{"id":"ySP4.twig","timestamp":1673863264700},{"id":"cS0N.twig","timestamp":1673863279724},{"id":"EKcU.twig","timestamp":1673863298341},{"id":"9k3p.twig","timestamp":1673863311931},{"id":"hdrb.twig","timestamp":1673863331438},{"id":"leUI.twig","timestamp":1673863347731},{"id":"nY8H.twig","timestamp":1673863443611},{"id":"u1uK.twig","timestamp":1673863460579},{"id":"pIiL.twig","timestamp":1673863473901},{"id":"nB2g.twig","timestamp":1673863894873},{"id":"a4it.twig","timestamp":1673863948761},{"id":"rzFv.twig","timestamp":1673864195750},{"id":"cKVj.twig","timestamp":1673864207980},{"id":"GwSr.twig","source":"undoRedo.source","timestamp":1673864220039},{"id":"R1TO.twig","timestamp":1673865285956},{"id":"Nzhk.twig","timestamp":1673866290491},{"id":"EcaD.twig","timestamp":1673866407719},{"id":"Z3pS.twig","timestamp":1673866430908},{"id":"5P7B.twig","timestamp":1673866487805},{"id":"4ejv.twig","timestamp":1673866615190},{"id":"kV87.twig","timestamp":1673866721440},{"id":"e0jD.twig","timestamp":1673866958311},{"id":"CoAD.twig","timestamp":1673867531321},{"id":"MLo2.twig","timestamp":1673867967420},{"id":"wQqJ.twig","timestamp":1673868227196},{"id":"XqM6.twig","source":"undoRedo.source","timestamp":1673868232753},{"id":"XbfO.twig","timestamp":1673868265051},{"id":"keXK.twig","timestamp":1673868313258},{"id":"5EIx.twig","timestamp":1673868350461},{"id":"Aetf.twig","timestamp":1673868388117},{"id":"TDsp.twig","timestamp":1673868403639}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/help/index.twig","entries":[{"id":"uGnG.twig","timestamp":1651590719139},{"id":"KSkB.twig","timestamp":1654525934057},{"id":"TEWN.twig","timestamp":1657547398854}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/js/ukplc.js","entries":[{"id":"eWzI.js","timestamp":1649325792203}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/plugins/agent/composer.json","entries":[{"id":"UZap.json","timestamp":1657136893731},{"id":"Ohog.json","timestamp":1657137123266}]}
{
"name": "marknotton/agent",
"description": "Query server-side information from the users agent data.",
"type": "craft-plugin",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"agent"
],
"support": {
"docs": "https://github.com/marknotton/craft-plugin-agent/blob/master/README.md",
"issues": "https://github.com/marknotton/craft-plugin-agent/issues"
},
"license": "MIT",
"authors": [
{
"name": "Mark Notton",
"homepage": "https://github.com/marknotton/craft-plugin-agent"
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"jenssegers/agent": "^2.6.4"
},
"autoload": {
"psr-4": {
"marknotton\\agent\\": "src/"
}
},
"extra": {
"name": "Agent",
"handle": "agent",
"changelogUrl": "https://github.com/marknotton/craft-plugin-agent/blob/master/CHANGELOG.md",
"class": "marknotton\\agent\\Agent"
}
}
{
"name": "marknotton/agent",
"description": "Query the server-side information from the users agent data.",
"type": "craft-plugin",
"version": "4.0.0",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"agent"
],
"support": {
"docs": "https://github.com/marknotton/craft-plugin-agent/blob/master/README.md",
"issues": "https://github.com/marknotton/craft-plugin-agent/issues"
},
"license": "MIT",
"authors": [
{
"name": "Mark Notton",
"homepage": "https://github.com/marknotton/craft-plugin-agent"
}
],
"require": {
"php": "^8.0.2",
"craftcms/cms": "^4.0.0",
"jenssegers/agent": "^2.6.4"
},
"autoload": {
"psr-4": {
"marknotton\\agent\\": "src/"
}
},
"extra": {
"name": "Agent",
"handle": "agent",
"changelogUrl": "https://github.com/marknotton/craft-plugin-agent/blob/master/CHANGELOG.md",
"class": "marknotton\\agent\\Agent"
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Assets/special-arrow.svg","entries":[{"id":"M0JW.svg","timestamp":1652779492785},{"id":"oIlq.svg","timestamp":1652779508441},{"id":"eqhX.svg","timestamp":1652779541863},{"id":"1Z6e.svg","timestamp":1652779567134},{"id":"iBB4.svg","timestamp":1652779612396},{"id":"t66p.svg","timestamp":1652779656030},{"id":"2duq.svg","timestamp":1652779778731}]}
{
"require": {
"craftcms/cms": "3.7.25.1",
"nystudio107/craft-vite": "^1.0",
"symfony/var-dumper": "^5.2.2",
"vlucas/phpdotenv": "^3.4.0",
"yellostudio/symbols": "^4.0"
},
"repositories": [
{
"type": "path",
"url": "../Plugins/Symbols",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" }
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/composer.json","entries":[{"id":"JQcC.json","timestamp":1673436393708},{"id":"SU3k.json","timestamp":1673436498134},{"id":"3bfQ.json","timestamp":1673862493048}]}
{
"require": {
"craftcms/cms": "3.7.25.1",
"symfony/var-dumper": "^6.0",
"vlucas/phpdotenv": "^3.4.0",
"yellostudio/symbols": "^4.0",
"yellostudio/requestevents": "1.1.0"
},
"repositories": [
{
"type": "path",
"url": "../Plugins/Symbols",
"options": { "symlink": true }
},
{
"type": "path",
"url": "../Plugins/Request Events",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" }
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"craftcms/cms": "3.7.25.1",
"symfony/var-dumper": "^5.2.2",
"vlucas/phpdotenv": "^3.4.0",
"yellostudio/symbols": "^4.0",
"yellostudio/requestevents": "1.1.0"
},
"repositories": [
{
"type": "path",
"url": "../Plugins/Symbols",
"options": { "symlink": true }
},
{
"type": "path",
"url": "../Plugins/Request Events",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/"
}
},
"config": {
"allow-plugins": {
"craftcms/plugin-installer": true,
"yiisoft/yii2-composer": true
},
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" }
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/assets/Agent.js","entries":[{"id":"iRHe.js","timestamp":1657486656337},{"id":"GaTo.js","timestamp":1657486723480},{"id":"HJeI.js","timestamp":1657487168655},{"id":"pPxp.js","timestamp":1657487226115},{"id":"XkaZ.js","timestamp":1657487279139},{"id":"1Fv8.js","timestamp":1657525272888},{"id":"e9MO.js","timestamp":1657525548655},{"id":"kObA.js","timestamp":1657525711184},{"id":"IEOB.js","timestamp":1657525723370},{"id":"JaI8.js","timestamp":1657525828578},{"id":"BvRg.js","timestamp":1657526629657},{"id":"HHOg.js","timestamp":1657526921610},{"id":"JcdM.js","timestamp":1657527192712},{"id":"u35l.js","timestamp":1657527209576},{"id":"NCQf.js","timestamp":1657527224081},{"id":"y7IO.js","source":"undoRedo.source","timestamp":1657527234959},{"id":"CShm.js","timestamp":1657527264075},{"id":"bk5n.js","timestamp":1657529868890},{"id":"2LXA.js","timestamp":1657529901755},{"id":"CAZJ.js","timestamp":1657529957387},{"id":"fTIs.js","timestamp":1657529991140},{"id":"Zfnw.js","timestamp":1657530009159},{"id":"ZXdC.js","timestamp":1657530133897},{"id":"hFU6.js","source":"undoRedo.source","timestamp":1657530307252},{"id":"fccB.js","timestamp":1657530910996},{"id":"qmqJ.js","timestamp":1657530955832},{"id":"8VRk.js","timestamp":1657530972003},{"id":"Teg2.js","timestamp":1657532522315},{"id":"dWTU.js","timestamp":1657532618889},{"id":"RkA0.js","timestamp":1657532638922},{"id":"DB3B.js","source":"undoRedo.source","timestamp":1657532816618},{"id":"5sA0.js","timestamp":1657536423378},{"id":"SXvQ.js","timestamp":1657705957344},{"id":"nu5X.js","timestamp":1657706272147},{"id":"C65i.js","timestamp":1657706283223},{"id":"16L4.js","timestamp":1657706296220},{"id":"6FVV.js","timestamp":1657706321939},{"id":"11yJ.js","timestamp":1657706353985}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/notification-bar.scss","entries":[{"id":"hxCf.scss","timestamp":1660832256279},{"id":"ha7q.scss","source":"undoRedo.source","timestamp":1660832261097},{"id":"ZalQ.scss","timestamp":1660832311377},{"id":"QuqZ.scss","source":"undoRedo.source","timestamp":1660832332445}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/gulp/scripts.js","entries":[{"id":"ZdOV.js","timestamp":1672839922531}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/pages/details.css.map","entries":[{"id":"rAZZ.map","source":"Workspace Edit","timestamp":1657185474042}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/account/rate-card.twig","entries":[{"id":"6K2M.twig","timestamp":1659001677493},{"id":"d1sJ.twig","source":"renamed.source","timestamp":1659009765212},{"id":"BPDw.twig","timestamp":1659009830507},{"id":"JEPW.twig","timestamp":1659011330166},{"id":"sSEU.twig","timestamp":1659011340660},{"id":"hiRj.twig","timestamp":1659011398993},{"id":"UivX.twig","timestamp":1659014226309},{"id":"kZ79.twig","source":"undoRedo.source","timestamp":1659014259390},{"id":"aM98.twig","timestamp":1659015738379},{"id":"Jvjm.twig","timestamp":1659016056761},{"id":"Xmqv.twig","timestamp":1659018053018},{"id":"7EJR.twig","timestamp":1659026265884},{"id":"Gmgr.twig","timestamp":1659028688644},{"id":"OHms.twig","timestamp":1659437635287},{"id":"Nb4R.twig","timestamp":1660554135348},{"id":"Trc0.twig","timestamp":1660569386757},{"id":"6gIe.twig","timestamp":1660570255724},{"id":"rRCv.twig","timestamp":1660598258112},{"id":"CrK1.twig","timestamp":1660598283916},{"id":"PGLi.twig","timestamp":1660598297845},{"id":"rfvJ.twig","timestamp":1660662081993},{"id":"JO0m.twig","timestamp":1660662107683},{"id":"O2Wd.twig","timestamp":1660662290111},{"id":"n42p.twig","timestamp":1660662329235},{"id":"yru5.twig","timestamp":1660662345873},{"id":"fLEa.twig","timestamp":1660662403410},{"id":"9PfA.twig","timestamp":1660667458953},{"id":"q6Nr.twig","timestamp":1660667479108}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/messages/chat-messages-indicator.js","entries":[{"id":"u6Ox.js","timestamp":1650614905710}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_variables/_themes.scss","entries":[{"id":"NsLx.scss","timestamp":1672757645143},{"id":"AAee.scss","timestamp":1672757655909}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/search/search-results.js","entries":[{"id":"ZTvj.js","timestamp":1655192234186},{"id":"a9Ko.js","timestamp":1655192626883},{"id":"swhB.js","timestamp":1655192712338},{"id":"sAzI.js","source":"undoRedo.source","timestamp":1655194339035},{"id":"H3dV.js","timestamp":1655194365107},{"id":"X8Bf.js","timestamp":1655194408187},{"id":"mIwD.js","timestamp":1655194651262},{"id":"8QzS.js","timestamp":1655197122211},{"id":"tehn.js","timestamp":1655197234336},{"id":"T3AH.js","timestamp":1655197259636},{"id":"OujA.js","timestamp":1655197532339},{"id":"6TNp.js","source":"undoRedo.source","timestamp":1655197760545},{"id":"q3O4.js","timestamp":1655365014344},{"id":"5URc.js","timestamp":1655365064620},{"id":"RDHw.js","timestamp":1655365294301},{"id":"J1O7.js","source":"undoRedo.source","timestamp":1655365929105},{"id":"ac0a.js","timestamp":1656598381315},{"id":"mZLr.js","timestamp":1656598402703},{"id":"rqz0.js","timestamp":1656598485987},{"id":"LHlE.js","timestamp":1656598537396},{"id":"JHdP.js","timestamp":1656598614935},{"id":"3i4P.js","timestamp":1656598643364},{"id":"RXTT.js","timestamp":1656598689039},{"id":"dv3B.js","timestamp":1656598781516},{"id":"P79L.js","timestamp":1656598824750},{"id":"mVMK.js","source":"undoRedo.source","timestamp":1656598849592},{"id":"4g1U.js","timestamp":1656598868377},{"id":"m8dX.js","timestamp":1656598932645},{"id":"lHEC.js","timestamp":1656599134702},{"id":"3mI1.js","timestamp":1656599346952},{"id":"YZvQ.js","timestamp":1656599435671},{"id":"bL1b.js","timestamp":1656599480509},{"id":"J6ta.js","timestamp":1656601725334},{"id":"d8Kx.js","timestamp":1656601936484},{"id":"mDrJ.js","timestamp":1656602110403},{"id":"uyWt.js","source":"Workspace Edit","timestamp":1657185537274},{"id":"vH8X.js","timestamp":1657188183352},{"id":"YEPy.js","timestamp":1657545212691},{"id":"6lIv.js","timestamp":1657545232651},{"id":"bHy9.js","timestamp":1657545843572},{"id":"d7Qf.js","timestamp":1657545866522},{"id":"HrnQ.js","timestamp":1658325241468},{"id":"SyBA.js","timestamp":1660560349870},{"id":"Kkk6.js","timestamp":1660560423660},{"id":"pTCF.js","timestamp":1660560442464},{"id":"JAOi.js","timestamp":1660560473913},{"id":"sMqy.js","timestamp":1660560806558},{"id":"bJHM.js","timestamp":1660560831890},{"id":"fD8Z.js","timestamp":1660560846871},{"id":"GUdZ.js","timestamp":1660560949373}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Farley%20Sport/Website/gulpfile.js","entries":[{"id":"Wvyo.js","timestamp":1651569398334},{"id":"AJdD.js","timestamp":1651569498250},{"id":"G6C7.js","timestamp":1651569808874},{"id":"Kmre.js","timestamp":1652217382649},{"id":"Djfe.js","timestamp":1652217443897}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/get-help-fast.twig","entries":[{"id":"HpVS.twig","timestamp":1656407509152},{"id":"BVop.twig","timestamp":1657547488627}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/provider/homecare-request-form.twig","entries":[{"id":"lyjG.twig","timestamp":1650529981274},{"id":"jEYk.twig","timestamp":1650530226233},{"id":"HDlN.twig","timestamp":1650530248109},{"id":"H8Z3.twig","timestamp":1650530265004},{"id":"0K0F.twig","timestamp":1650530483323},{"id":"tPli.twig","timestamp":1650531904372},{"id":"EeUe.twig","timestamp":1650532004692},{"id":"wIJK.twig","timestamp":1650548146639},{"id":"SYIl.twig","source":"undoRedo.source","timestamp":1650548685378},{"id":"13ry.twig","timestamp":1654524038897},{"id":"Rula.twig","timestamp":1654524398832},{"id":"DfXM.twig","timestamp":1654526035995},{"id":"BbWl.twig","timestamp":1654526322566},{"id":"DXjl.twig","timestamp":1654526359938},{"id":"nmcv.twig","timestamp":1654526565120},{"id":"BqEA.twig","timestamp":1654526612409},{"id":"Ilq0.twig","timestamp":1654526641982},{"id":"NwEt.twig","timestamp":1654526664255},{"id":"KqGM.twig","timestamp":1654526739925},{"id":"IXhz.twig","timestamp":1654526784535},{"id":"9tbD.twig","timestamp":1654527095451},{"id":"WigA.twig","timestamp":1654527312808},{"id":"lCgE.twig","timestamp":1654528538394},{"id":"B1wE.twig","timestamp":1654529638744},{"id":"Mzn6.twig","timestamp":1654530563063},{"id":"0kTB.twig","timestamp":1654531850777},{"id":"qxhc.twig","timestamp":1654532646970},{"id":"qxhp.twig","source":"undoRedo.source","timestamp":1654532656174},{"id":"ejrU.twig","timestamp":1654586342870},{"id":"Sykx.twig","timestamp":1654589632617},{"id":"R5kF.twig","timestamp":1654591906801},{"id":"kWJp.twig","timestamp":1654610866490},{"id":"ncFL.twig","timestamp":1654611362920},{"id":"aYZc.twig","source":"undoRedo.source","timestamp":1654611430043},{"id":"ul4x.twig","timestamp":1654614729312},{"id":"05u9.twig","source":"Workspace Edit","timestamp":1654615436637},{"id":"bZpy.twig","source":"Workspace Edit","timestamp":1654615546802},{"id":"Be6C.twig","timestamp":1655895433959},{"id":"lFXr.twig","timestamp":1656931332640},{"id":"XbHT.twig","timestamp":1656950520467},{"id":"rNHU.twig","timestamp":1657031411810},{"id":"nZW5.twig","timestamp":1657031616478},{"id":"qw0j.twig","timestamp":1657033236313},{"id":"WaAJ.twig","timestamp":1657033705687},{"id":"Zs36.twig","timestamp":1657033728401},{"id":"9SM9.twig","timestamp":1657033774346},{"id":"2j4Y.twig","timestamp":1657033918917},{"id":"2toX.twig","timestamp":1657033983911},{"id":"aULB.twig","timestamp":1657033995160},{"id":"S4ej.twig","timestamp":1660830470746}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/symbols/chat.svg","entries":[{"id":"C8tf.svg","timestamp":1660647099551},{"id":"sDhs.svg","timestamp":1660647320404},{"id":"5Mpc.svg","timestamp":1660647334783}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/location-map.js","entries":[{"id":"WNkw.js","timestamp":1655213034345},{"id":"0tCR.js","timestamp":1655213068335},{"id":"iCco.js","timestamp":1655213088286},{"id":"8XMM.js","timestamp":1655213134493},{"id":"BV7j.js","timestamp":1655213468715},{"id":"QqNy.js","timestamp":1655213482203},{"id":"OKVX.js","timestamp":1655213560171},{"id":"oH3a.js","timestamp":1655214892791},{"id":"910L.js","timestamp":1655214903559},{"id":"FAQy.js","timestamp":1655218787603},{"id":"ANjD.js","timestamp":1655218808182},{"id":"gPBW.js","timestamp":1655219376660},{"id":"IqyB.js","timestamp":1655219390203},{"id":"dX5l.js","timestamp":1655219424300},{"id":"QWnj.js","timestamp":1655219456865},{"id":"lWGa.js","timestamp":1655219790570},{"id":"jFTu.js","timestamp":1655219813358},{"id":"j15N.js","timestamp":1655223431756},{"id":"XoKk.js","timestamp":1655223496209},{"id":"FJVs.js","timestamp":1655223548206},{"id":"1G6q.js","timestamp":1655223632638},{"id":"2gEV.js","timestamp":1655223909230},{"id":"zdi8.js","timestamp":1655223930469},{"id":"rlyV.js","timestamp":1655224226995},{"id":"HfJi.js","timestamp":1655224267193},{"id":"YHps.js","timestamp":1655224282104},{"id":"6OTC.js","timestamp":1655224295026},{"id":"xjv8.js","timestamp":1655224379830},{"id":"0T9c.js","timestamp":1655224390091},{"id":"YuYq.js","timestamp":1655224404730},{"id":"5JhD.js","timestamp":1655224417121},{"id":"jyJn.js","timestamp":1655224430097},{"id":"zQFD.js","timestamp":1655224477678},{"id":"pHyS.js","timestamp":1655224512252},{"id":"uLn9.js","timestamp":1655225497164},{"id":"LDXT.js","timestamp":1655225586377},{"id":"vQwp.js","timestamp":1655280497326},{"id":"rqtX.js","timestamp":1655280622042},{"id":"p6ZK.js","timestamp":1655291084344},{"id":"jrKp.js","timestamp":1655291140151},{"id":"bIgN.js","timestamp":1655291195846},{"id":"Po1t.js","timestamp":1655291243007},{"id":"50jm.js","source":"renamed.source","timestamp":1655293042291},{"id":"Uq6a.js","timestamp":1655293058375},{"id":"sCRC.js","timestamp":1655293684801},{"id":"QsKD.js","timestamp":1655293710233},{"id":"yGeH.js","timestamp":1655293726429},{"id":"XDjB.js","timestamp":1655364774197},{"id":"RBjg.js","source":"undoRedo.source","timestamp":1655364875843},{"id":"FG8c.js","timestamp":1655384086510}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/blocks/split-content.scss","entries":[{"id":"2Jkd.scss","source":"searchReplace.source","timestamp":1672919734253},{"id":"VsNZ.scss","source":"searchReplace.source","timestamp":1672919746808},{"id":"EzYs.scss","source":"searchReplace.source","timestamp":1672919781863},{"id":"iRhr.scss","source":"searchReplace.source","timestamp":1672919802247},{"id":"nXzK.scss","source":"searchReplace.source","timestamp":1672919819708},{"id":"uWti.scss","source":"searchReplace.source","timestamp":1672919855679},{"id":"VdSF.scss","source":"searchReplace.source","timestamp":1672919873636},{"id":"JZM2.scss","source":"searchReplace.source","timestamp":1672919887172},{"id":"88L3.scss","source":"undoRedo.source","timestamp":1672928424121}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/recommendation.scss","entries":[{"id":"hjqw.scss","timestamp":1659625401165},{"id":"IxLi.scss","timestamp":1659625414679},{"id":"94f3.scss","timestamp":1659625436582},{"id":"38JB.scss","timestamp":1659625526717},{"id":"NBUF.scss","timestamp":1659627048437},{"id":"zI5b.scss","timestamp":1659627810989},{"id":"tjl3.scss","timestamp":1659627940892},{"id":"7Vwo.scss","timestamp":1659627952813},{"id":"6nil.scss","timestamp":1659627972609},{"id":"nhPz.scss","source":"undoRedo.source","timestamp":1659627976749},{"id":"Z9nj.scss","timestamp":1659628019297},{"id":"rO30.scss","timestamp":1659628058314},{"id":"pULi.scss","timestamp":1659628071385},{"id":"d4Lv.scss","timestamp":1659628102904},{"id":"VURy.scss","timestamp":1659628114815},{"id":"PCMx.scss","timestamp":1659628130387},{"id":"WG7I.scss","timestamp":1659628230229},{"id":"qagb.scss","timestamp":1659628249902},{"id":"p07q.scss","timestamp":1659628406364},{"id":"ruIm.scss","timestamp":1659628488491},{"id":"lEOG.scss","timestamp":1659628514241},{"id":"AjkD.scss","timestamp":1659628565174},{"id":"TyAo.scss","timestamp":1659628619562},{"id":"edag.scss","timestamp":1659628659122},{"id":"7M9e.scss","timestamp":1659628692184},{"id":"BBSf.scss","timestamp":1659628720627},{"id":"cji1.scss","timestamp":1659628741879},{"id":"Ou8z.scss","timestamp":1659628756805},{"id":"HyaH.scss","timestamp":1659628767590},{"id":"hi8S.scss","timestamp":1659628795575},{"id":"bB52.scss","timestamp":1659629157842},{"id":"ZjIf.scss","timestamp":1659629179441},{"id":"T8XH.scss","timestamp":1659629193556},{"id":"F3ZV.scss","timestamp":1659629334710},{"id":"efwR.scss","timestamp":1659629398493},{"id":"k7Rm.scss","timestamp":1659629419179},{"id":"e7rn.scss","timestamp":1659630816879},{"id":"RiFX.scss","timestamp":1659630867122},{"id":"w6QB.scss","timestamp":1659630886212},{"id":"z826.scss","timestamp":1659630900244},{"id":"GwcL.scss","timestamp":1659630926271},{"id":"E3KA.scss","timestamp":1659630954420},{"id":"ysoJ.scss","timestamp":1659630965968},{"id":"sSNt.scss","timestamp":1659631003261},{"id":"XcYP.scss","timestamp":1659631040374},{"id":"mMix.scss","timestamp":1659631094118},{"id":"KsKR.scss","timestamp":1659631105442},{"id":"Kqfg.scss","timestamp":1659631152167},{"id":"bXtv.scss","source":"undoRedo.source","timestamp":1659631155048},{"id":"Pbdv.scss","timestamp":1659631182605}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_themes.scss","entries":[{"id":"9mRq.scss","timestamp":1672846888139},{"id":"Ge6X.scss","timestamp":1672846898409}]}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "path",
"url": "../Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "/Users/marknotton/Projects/Craft CMS/Plugins/Agent/Public/src/Agent.php",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^2.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore": "^1.4",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.1.7"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "8.0.8" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "path",
"url": "../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/composer.json","entries":[{"id":"bcV0.json","timestamp":1654373392694},{"id":"nEC9.json","timestamp":1654373574885},{"id":"rRmQ.json","timestamp":1657543698934},{"id":"NyRi.json","timestamp":1657618591576},{"id":"qc7n.json","timestamp":1657622003087},{"id":"tmY1.json","timestamp":1657623377059},{"id":"077y.json","timestamp":1657623417660},{"id":"o656.json","timestamp":1659472473868},{"id":"sTSC.json","timestamp":1659472500431},{"id":"Tyiz.json","timestamp":1659472562625},{"id":"2OgW.json","timestamp":1659472616064},{"id":"XGwD.json","timestamp":1659472634248},{"id":"QMf0.json","timestamp":1659472652934},{"id":"vdBb.json","timestamp":1659472672466},{"id":"ZOG6.json","timestamp":1659472692656},{"id":"PKv3.json","timestamp":1659472726031},{"id":"TcJ4.json","timestamp":1660213003884},{"id":"rRx7.json","timestamp":1660213033016},{"id":"vEvA.json","timestamp":1660213056953},{"id":"7qEm.json","timestamp":1660213072445},{"id":"KptC.json","source":"undoRedo.source","timestamp":1660545830431},{"id":"0zb7.json","timestamp":1661031052119},{"id":"y3Ba.json","timestamp":1661031229379},{"id":"emYl.json","timestamp":1661031298184}]}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^2.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore": "^1.4",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.1.7"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "8.0.8" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
},
"minimum-stability": "dev",
"prefer-stable": true
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore": "^1.4",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.7"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../Plugins/Agent/Public",
"options": { "symlink": true }
}
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"marknotton/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.7"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore": "^1.4",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.1.7"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../Craft CMS/Plugins/Agent/Public/src/Agent.php",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "path",
"url": "../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"benauld345/uk-postcode-parser": "^0.1.0",
"born05/craft-sentry": "1.1.2",
"craftcms/cms": "3.7.25.1",
"craftcms/element-api": "2.8.4",
"craftcms/redactor": "^2.8.7",
"deployer/deployer": "^6.4",
"deployer/recipes": "^6.2",
"dukt/social": "2.0.3",
"dukt/social-linkedin": "3.0.4",
"kevinrob/guzzle-cache-middleware": "^3.3",
"league/csv": "^9.7",
"nystudio107/craft-seomatic": "3.4.20",
"proj4php/proj4php": "^2.0",
"sendpulse/rest-api": "^1.0",
"supercool/tablemaker": "^2.0",
"verbb/field-manager": "^2.2",
"verbb/formie": "1.5.7",
"verbb/image-resizer": "^2.1",
"verbb/navigation": "1.4.22",
"verbb/super-table": "2.7.0",
"verbb/vizy": "^1.0.9",
"verbb/wishlist": "1.4.11",
"vlucas/phpdotenv": "^3.4.0",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "^1.3",
"yellostudio/agent": "^4.0",
"yellostudio/components": "^1.0",
"yellostudio/helpers": "^1.0",
"yellostudio/imgix": "^1.0",
"yellostudio/manticore-installer": "^5.0",
"yellostudio/picture-it": "^1.0",
"yellostudio/requestevents": "1.0.4",
"yellostudio/symbols": "^1.2.8"
},
"require-dev": {
"yiisoft/yii2-shell": "^2.0.3",
"fakerphp/faker": "^1.14"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "path",
"url": "../../../../Craft CMS/Plugins/Agent/Public",
"options": { "symlink": true }
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore-installer.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/requestevents.git"
},
{
"type": "path",
"url": "./plugins/components",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/helpers",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/picture-it",
"options": { "symlink": true }
},
{
"type": "path",
"url": "./plugins/imgix",
"options": { "symlink": true }
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\carescout\\": "modules/carescout/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": { "php": "7.4" },
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/account/dashboard/_client.twig","entries":[{"id":"ozSE.twig","timestamp":1651755260572},{"id":"gSou.twig","timestamp":1651755278015},{"id":"2mQ3.twig","timestamp":1652188895001},{"id":"fUNW.twig","timestamp":1652188926340},{"id":"gYD4.twig","timestamp":1652188939049},{"id":"qhr6.twig","timestamp":1653491336384},{"id":"ze8c.twig","timestamp":1653491369803},{"id":"xAwL.twig","timestamp":1653493400214},{"id":"QL2h.twig","timestamp":1656597923813},{"id":"EAqf.twig","source":"undoRedo.source","timestamp":1656597928485}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_errors/503.twig","entries":[{"id":"jcbm.twig","timestamp":1655912050188},{"id":"mJ8w.twig","timestamp":1655912064417},{"id":"wDfH.twig","timestamp":1655912078414},{"id":"P0fF.twig","timestamp":1655912102387},{"id":"syFy.twig","timestamp":1655912254677},{"id":"N3yZ.twig","timestamp":1655912303922},{"id":"3k9J.twig","timestamp":1655912398431},{"id":"jZ0Z.twig","timestamp":1655912411841},{"id":"nVOC.twig","timestamp":1655912481948},{"id":"7okK.twig","timestamp":1655912526119},{"id":"oUon.twig","timestamp":1655912626308},{"id":"uMMl.twig","timestamp":1655912678950},{"id":"XIXZ.twig","timestamp":1655912861706},{"id":"HxUj.twig","timestamp":1655912966796},{"id":"PfWJ.twig","timestamp":1655913010398},{"id":"ySlY.twig","timestamp":1655913335506},{"id":"aImk.twig","timestamp":1655913615488},{"id":"sknv.twig","timestamp":1655913645994},{"id":"hmQM.twig","timestamp":1655913733645},{"id":"trqV.twig","timestamp":1655913754411},{"id":"CsaD.twig","timestamp":1655913767520},{"id":"rqfh.twig","timestamp":1655913784337},{"id":"f55P.twig","timestamp":1655913882987},{"id":"ORGt.twig","timestamp":1655914085223},{"id":"j2y2.twig","timestamp":1655914115972},{"id":"g6gb.twig","source":"undoRedo.source","timestamp":1655914126251},{"id":"qm9o.twig","timestamp":1655990745925},{"id":"KQIh.twig","timestamp":1655990817633},{"id":"8y9z.twig","source":"undoRedo.source","timestamp":1655990826587},{"id":"2w7Y.twig","timestamp":1655991412837}]}
{"version":1,"resource":"file:///private/var/folders/yy/t19rsjx51r78n2b_hmn6snsc0000gn/T/fz3temp-2/index.html","entries":[{"id":"GWHu.html","timestamp":1650147538758},{"id":"lRmP.html","timestamp":1650489282017},{"id":"gT85.html","timestamp":1650489373637},{"id":"Wf0Q.html","timestamp":1650489421993},{"id":"iu78.html","timestamp":1650489637811},{"id":"waWh.html","timestamp":1650489694077},{"id":"tzvS.html","timestamp":1650575081941},{"id":"fMi4.html","timestamp":1650575544808},{"id":"j7YF.html","timestamp":1650575668576},{"id":"e6FU.html","timestamp":1650836834585}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/account/email-verification.scss","entries":[{"id":"jC9v.scss","timestamp":1649694886824}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/article.scss","entries":[{"id":"BfAG.scss","timestamp":1649682079135},{"id":"9qr9.scss","timestamp":1649682129943},{"id":"N6VX.scss","timestamp":1649682143259},{"id":"wZQV.scss","timestamp":1658139877129},{"id":"qA7A.scss","timestamp":1658139889145},{"id":"9Frn.scss","timestamp":1658139903864},{"id":"65t3.scss","timestamp":1658139983826},{"id":"xiZG.scss","timestamp":1658140329408},{"id":"YdVU.scss","timestamp":1658140348563},{"id":"qRzL.scss","timestamp":1658140363316},{"id":"vD2P.scss","timestamp":1658140385007},{"id":"Zii2.scss","source":"undoRedo.source","timestamp":1658140389553},{"id":"V6Kf.scss","timestamp":1658140405462},{"id":"CX8U.scss","timestamp":1658140525211},{"id":"OLhF.scss","timestamp":1658140557135},{"id":"pbJ6.scss","timestamp":1658140605667},{"id":"cYYi.scss","timestamp":1658140624202},{"id":"TpmV.scss","timestamp":1658140635062},{"id":"Dcg7.scss","timestamp":1658141092817},{"id":"6zEJ.scss","timestamp":1658141123079}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Righton%20Blackburns/Website/.env","entries":[{"id":"bTxX","timestamp":1657544062439},{"id":"9YmU","timestamp":1657547689126},{"id":"Hvhx","timestamp":1657547862960},{"id":"mooO","source":"undoRedo.source","timestamp":1657547866134}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/account/location/edit.scss","entries":[{"id":"bY46.scss","timestamp":1649255568646},{"id":"QKSw.scss","timestamp":1649255656847},{"id":"yuQe.scss","timestamp":1649255940039},{"id":"AO2I.scss","timestamp":1649256079066},{"id":"7xNa.scss","timestamp":1650462843805},{"id":"UuDh.scss","timestamp":1650462862958},{"id":"z8Ba.scss","timestamp":1650462872968},{"id":"G1Tg.scss","timestamp":1650462904149},{"id":"dUmO.scss","timestamp":1650462930942},{"id":"aHTN.scss","timestamp":1651735858442},{"id":"KdDN.scss","timestamp":1651735892416},{"id":"rwpt.scss","timestamp":1651735924951},{"id":"o5W4.scss","timestamp":1652179697687},{"id":"CaXw.scss","timestamp":1652179715460},{"id":"7dFt.scss","timestamp":1653486310654},{"id":"crya.scss","timestamp":1653486407892},{"id":"M21j.scss","timestamp":1653486439683},{"id":"x6Mz.scss","timestamp":1653486450078},{"id":"eQ1c.scss","timestamp":1653486495925},{"id":"yIE1.scss","timestamp":1653488553168},{"id":"yWz1.scss","timestamp":1653488944441},{"id":"Qf0i.scss","timestamp":1655998842809},{"id":"mnLX.scss","timestamp":1655998878399},{"id":"HP9G.scss","timestamp":1655998961258},{"id":"zWFJ.scss","source":"undoRedo.source","timestamp":1660636880390},{"id":"NirS.scss","timestamp":1660648784309}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/account/care-request-table.js","entries":[{"id":"Iv1z.js","timestamp":1649660554149}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/deployer/notify.php","entries":[{"id":"ehaf.php","timestamp":1672831366578}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/templates/pages/our-brands.twig","entries":[{"id":"9Qeo.twig","source":"searchReplace.source","timestamp":1672747737507},{"id":"V2w4.twig","timestamp":1672753384377},{"id":"10uo.twig","source":"searchReplace.source","timestamp":1672826108210},{"id":"lYUx.twig","timestamp":1672934853917},{"id":"Of4b.twig","source":"undoRedo.source","timestamp":1672934877750}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/templates/index.twig","entries":[{"id":"xxv8.twig","timestamp":1673265427877}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/article.css.map","entries":[{"id":"EquJ.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/help/entry.scss","entries":[{"id":"DWgb.scss","timestamp":1651591017121}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/check-availability.js","entries":[{"id":"aSM9.js","timestamp":1650618285073},{"id":"WbeB.js","source":"moved.source","timestamp":1650618355564},{"id":"RHr6.js","source":"Workspace Edit","timestamp":1650618364059},{"id":"4Ago.js","timestamp":1650618371287},{"id":"QhRl.js","source":"undoRedo.source","timestamp":1650618384833},{"id":"H3Aa.js","timestamp":1650618417631},{"id":"T8Ne.js","timestamp":1650619032365},{"id":"OE0x.js","timestamp":1650619068197},{"id":"MiSi.js","timestamp":1650619084221},{"id":"BadO.js","timestamp":1650619111640},{"id":"x8Ez.js","timestamp":1650619321367},{"id":"Pq9n.js","timestamp":1650619336270},{"id":"CjY3.js","timestamp":1650619358299},{"id":"IwiS.js","timestamp":1650619630188},{"id":"ovC1.js","timestamp":1650619789855},{"id":"zgBB.js","timestamp":1650619837727}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/modules/universal/Universal.php","entries":[{"id":"5JRo.php","timestamp":1673861128170},{"id":"W7Rt.php","timestamp":1673861300864},{"id":"4YRG.php","timestamp":1673861324880},{"id":"jfO0.php","timestamp":1673861342602},{"id":"qlTP.php","timestamp":1673861414380},{"id":"lrzo.php","timestamp":1673861939138}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Righton%20Blackburns/Website/gulpfile.js","entries":[{"id":"uazd.js","timestamp":1656926123066},{"id":"DmF1.js","source":"undoRedo.source","timestamp":1656926156172}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/config/general.php","entries":[{"id":"izHz.php","timestamp":1673435294678},{"id":"Blxr.php","timestamp":1673541069951},{"id":"qlK9.php","timestamp":1673541084729},{"id":"LMnc.php","timestamp":1673541123971},{"id":"AIZL.php","timestamp":1673859782121},{"id":"FFBm.php","timestamp":1673859845821},{"id":"Fh7F.php","timestamp":1673859890761},{"id":"ertI.php","source":"undoRedo.source","timestamp":1673859938152},{"id":"BQVV.php","timestamp":1673860012438},{"id":"Wnn9.php","timestamp":1673860027321},{"id":"jN4r.php","timestamp":1673860045598}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/search/search-availability.css.map","entries":[{"id":"hc3x.map","source":"Workspace Edit","timestamp":1657185474235}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_errors/500.twig","entries":[{"id":"fsa8.twig","timestamp":1655911888006},{"id":"XMyr.twig","timestamp":1655993796284},{"id":"qkNh.twig","source":"renamed.source","timestamp":1655993820785},{"id":"RpY2.twig","source":"renamed.source","timestamp":1655993857180},{"id":"fMT2.twig","timestamp":1655996683397},{"id":"IJKj.twig","source":"undoRedo.source","timestamp":1655996701808},{"id":"y6TD.twig","source":"renamed.source","timestamp":1655996717019},{"id":"inlG.twig","source":"renamed.source","timestamp":1655996735299}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/helpers/src/twigextensions/TwigExtensions.php","entries":[{"id":"W7mL.php","timestamp":1655827486362},{"id":"RBcQ.php","timestamp":1655827566429}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/search/filter-group.js","entries":[{"id":"Pxuz.js","timestamp":1655304327762}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/templates/_components/blocks/_text-content.twig","entries":[{"id":"Qnwk.twig","source":"searchReplace.source","timestamp":1672826108202},{"id":"Q4ou.twig","source":"undoRedo.source","timestamp":1673261378666}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/progress-bar.css.map","entries":[{"id":"vXcY.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_core/global.scss","entries":[{"id":"s6Zo.scss","timestamp":1672840551562},{"id":"nIxA.scss","timestamp":1672840780069},{"id":"TjoE.scss","source":"searchReplace.source","timestamp":1672842006238},{"id":"n7fH.scss","timestamp":1672842331647},{"id":"QryK.scss","timestamp":1672844669810},{"id":"119o.scss","timestamp":1672844852964},{"id":"vStP.scss","timestamp":1672846367843},{"id":"ogUl.scss","timestamp":1672848554712},{"id":"r83p.scss","source":"undoRedo.source","timestamp":1672849524992},{"id":"ktjD.scss","timestamp":1672869904395},{"id":"o8dY.scss","timestamp":1672869986292},{"id":"F6VX.scss","timestamp":1672870002549},{"id":"SRW2.scss","timestamp":1672918578005},{"id":"kl65.scss","timestamp":1672919204365},{"id":"5rVv.scss","timestamp":1672919228126},{"id":"RuCu.scss","timestamp":1672919253798},{"id":"ggYv.scss","source":"searchReplace.source","timestamp":1672919793346},{"id":"ZxOT.scss","source":"searchReplace.source","timestamp":1672919819696},{"id":"mrFd.scss","source":"searchReplace.source","timestamp":1672919862345},{"id":"2XCA.scss","source":"searchReplace.source","timestamp":1672919887153},{"id":"Gt8v.scss","timestamp":1672925265489},{"id":"oBPC.scss","timestamp":1672926753564},{"id":"cjS5.scss","timestamp":1672927640302},{"id":"6RGh.scss","timestamp":1672935531028},{"id":"ZxPU.scss","timestamp":1672935584443},{"id":"eSdA.scss","timestamp":1672936901635},{"id":"nfLr.scss","timestamp":1672939999731},{"id":"zFbl.scss","timestamp":1672941272737},{"id":"QQ5D.scss","timestamp":1672941283163}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/sections/navigation-bar.scss","entries":[{"id":"50n7.scss","timestamp":1651647663859},{"id":"KF1I.scss","timestamp":1651656480231},{"id":"cP0w.scss","timestamp":1651656616682},{"id":"tdly.scss","timestamp":1651656641326},{"id":"EtFv.scss","timestamp":1651656683149},{"id":"ZU6Q.scss","timestamp":1651656706548},{"id":"rPJQ.scss","timestamp":1651656729348},{"id":"CIdV.scss","timestamp":1651656766200},{"id":"VqEg.scss","timestamp":1651656790190},{"id":"ZejP.scss","timestamp":1655882036244},{"id":"P1ij.scss","timestamp":1655882053612},{"id":"lfIw.scss","timestamp":1655882085586},{"id":"6reM.scss","timestamp":1655882116564},{"id":"PdBA.scss","timestamp":1655904548383},{"id":"MJpN.scss","timestamp":1655904574607},{"id":"dKjx.scss","timestamp":1655904647834},{"id":"wxJT.scss","timestamp":1655991262674},{"id":"qKHs.scss","timestamp":1655991677439},{"id":"Mf9M.scss","timestamp":1657176909816},{"id":"CWVJ.scss","timestamp":1657177073507},{"id":"g9an.scss","timestamp":1657552004268},{"id":"LrbG.scss","timestamp":1657552038959},{"id":"zJy6.scss","timestamp":1657552061803},{"id":"7n9p.scss","timestamp":1657637273554},{"id":"xlid.scss","timestamp":1657637322521},{"id":"5YFN.scss","timestamp":1657637333862},{"id":"rvyK.scss","source":"undoRedo.source","timestamp":1657637344224},{"id":"CIHC.scss","timestamp":1657637358742},{"id":"uzp2.scss","timestamp":1657637382305},{"id":"cfQ7.scss","timestamp":1657637465173},{"id":"CDGB.scss","source":"undoRedo.source","timestamp":1657637580993},{"id":"uvXn.scss","timestamp":1657637606047},{"id":"DakX.scss","timestamp":1657637643431},{"id":"ZW0x.scss","timestamp":1657637656089},{"id":"0scX.scss","timestamp":1657637679468},{"id":"sGJM.scss","timestamp":1657637695937},{"id":"7tOS.scss","timestamp":1657637708850},{"id":"GVik.scss","timestamp":1657637735908},{"id":"QW7R.scss","timestamp":1657637756920},{"id":"44J2.scss","timestamp":1657637771033},{"id":"c2Av.scss","timestamp":1657637796480},{"id":"X82f.scss","timestamp":1657637869479},{"id":"Sy9N.scss","timestamp":1657637895772},{"id":"wjEG.scss","timestamp":1657637919937},{"id":"CCMY.scss","timestamp":1657638162538},{"id":"UNpw.scss","source":"undoRedo.source","timestamp":1657638171881},{"id":"MHVY.scss","timestamp":1657638205247},{"id":"pjJS.scss","timestamp":1657698060882},{"id":"GHki.scss","timestamp":1657698103779},{"id":"toql.scss","timestamp":1657708080958}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Widget/index.html","entries":[{"id":"NaRj.html","source":"textFileCreate.source","timestamp":1656410979833}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/care-type.svg","entries":[{"id":"cpH0.svg","timestamp":1657695555604}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/pages/account/email-verification.css.map","entries":[{"id":"Vban.map","source":"Workspace Edit","timestamp":1657185474042}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/marknotton/agent/src/Agent.php","entries":[{"id":"HiXg.php","timestamp":1658132332891},{"id":"qJMQ.php","timestamp":1658132395244},{"id":"ngJf.php","timestamp":1658132412688},{"id":"NIfe.php","source":"undoRedo.source","timestamp":1658132444662},{"id":"K1kL.php","timestamp":1658612186492},{"id":"TO16.php","timestamp":1658612224812},{"id":"cVwJ.php","timestamp":1658612268937},{"id":"6gxG.php","timestamp":1658612308833},{"id":"1Kub.php","timestamp":1658612386556},{"id":"IADF.php","timestamp":1658613608975},{"id":"dhTL.php","timestamp":1658613630294},{"id":"2Xlq.php","timestamp":1658613680393},{"id":"HzGt.php","timestamp":1658613738003},{"id":"X0r7.php","timestamp":1658613768521},{"id":"Y6qp.php","timestamp":1658613837681},{"id":"EzpB.php","timestamp":1658613908127},{"id":"zysK.php","timestamp":1658613925047},{"id":"XiyX.php","timestamp":1658613986407},{"id":"cy6K.php","timestamp":1658614000035},{"id":"hjHX.php","source":"undoRedo.source","timestamp":1658614583877},{"id":"lqw8.php","timestamp":1658736261066},{"id":"UKT2.php","timestamp":1658736423317},{"id":"ub13.php","timestamp":1658736492193},{"id":"6a5G.php","source":"undoRedo.source","timestamp":1658736511183},{"id":"UJ44.php","timestamp":1658740840464},{"id":"NWJV.php","timestamp":1658740854809},{"id":"LAij.php","timestamp":1658740978400},{"id":"qT6K.php","timestamp":1658740999831},{"id":"wT3t.php","timestamp":1658741143333},{"id":"Laj6.php","timestamp":1658741168706},{"id":"eVcA.php","timestamp":1658741196135},{"id":"T6yj.php","timestamp":1658741306605},{"id":"Agxi.php","timestamp":1658741344643},{"id":"TAnm.php","timestamp":1658741765231},{"id":"NOOp.php","timestamp":1658741781204},{"id":"pT2W.php","source":"undoRedo.source","timestamp":1658741787089},{"id":"sA7U.php","timestamp":1658741803706},{"id":"Kik1.php","timestamp":1658741831964},{"id":"TCly.php","timestamp":1659387966228},{"id":"a4z8.php","timestamp":1659387993642},{"id":"55fQ.php","timestamp":1659388013607},{"id":"fFOs.php","timestamp":1659388043709},{"id":"zjB3.php","source":"undoRedo.source","timestamp":1659388049603},{"id":"O0Ys.php","timestamp":1659388096759},{"id":"gUy0.php","timestamp":1659472273207},{"id":"xXrA.php","timestamp":1659559189349},{"id":"dfbO.php","timestamp":1659598719950},{"id":"5Aul.php","timestamp":1659598799313},{"id":"F9o4.php","timestamp":1659598831211},{"id":"4kJu.php","timestamp":1661113225683}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/models/api/v202109/team/PostcodeDistrictRates.php","entries":[{"id":"JyP1.php","timestamp":1658757443594},{"id":"P5kU.php","timestamp":1658757464296}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/config/redactor/Simple.json","entries":[{"id":"inOr.json","timestamp":1672830396996}]}
{
"buttons": ["bold", "italic", "link"],
"toolbarFixed": true
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/yellostudio/symbols/src/assets/Assets.php","entries":[{"id":"mH2D.php","timestamp":1673367455440},{"id":"6wzx.php","timestamp":1673367950910},{"id":"VQOc.php","timestamp":1673371007927},{"id":"6xSG.php","timestamp":1673371019179},{"id":"8QlW.php","timestamp":1673371078825},{"id":"TbWB.php","timestamp":1673371159768},{"id":"bN1I.php","timestamp":1673371241097}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/plugins/agent/src/controllers/DefaultController.php","entries":[{"id":"Cyr8.php","timestamp":1658060269734}]}
{
"name": "pairly",
"version": "0.0.1",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/yellostudio/pairly.co.uk#readme",
"private": true,
"dependencies": {
"@ungap/custom-elements": "^1.1.0",
"@ungap/url-search-params": "github:ungap/url-search-params",
"air-datepicker": "^3.2.0",
"check-password-strength": "^2.0.5",
"glightbox": "^3.2.0",
"js-cookie": "^3.0.1",
"markdown-it": "^13.0.1",
"markdown-it-remove": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@doggistyle/sass": "^0.6.1",
"@marknotton/dependencies": "^1.0.9",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-keylistener": "^0.1.11",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-run-command": "0.0.10",
"minimatch": "^5.1.0",
"postcss": "^8.4.14",
"rollup": "^2.75.5",
"rollup-plugin-terser": "^7.0.2",
"svgo": "2.8.0"
},
"aliases": {
"gulp-dart-sass": "sass",
"gulp-run-command": "run",
"gulp-postcss": "postcssGulp",
"postcss": "postcss-postcss",
"@rollup/plugin-commonjs": "@rollup/commonjs",
"@rollup/plugin-node-resolve": "@rollup/resolve",
"@rollup/plugin-multi-entry": "@rollup/multi",
"@rollup/plugin-alias": "@rollup/alias",
"@rollup/plugin-babel": "@rollup/babel",
"@rollup/plugin-json": "@rollup/json"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:yellostudio/pairly.co.uk.git"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11",
"maintained node versions"
]
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/package.json","entries":[{"id":"MKdi.json","timestamp":1656594300568},{"id":"6gfl.json","timestamp":1656594344114}]}
{
"name": "pairly",
"version": "0.0.1",
"license": "UNLICENSED",
"homepage": "https://bitbucket.org/yellostudio/pairly.co.uk#readme",
"private": true,
"dependencies": {
"@ungap/custom-elements": "^1.1.0",
"@ungap/url-search-params": "github:ungap/url-search-params",
"air-datepicker": "^3.2.0",
"check-password-strength": "^2.0.5",
"glightbox": "^3.2.0",
"js-cookie": "^3.0.1",
"markdown-it": "^13.0.1",
"markdown-it-remove": "^1.0.2"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/preset-env": "^7.18.2",
"@doggistyle/sass": "^0.6.1",
"@marknotton/dependencies": "^1.0.9",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^22.0.0",
"@rollup/plugin-multi-entry": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-json": "^4.1.0",
"@rollup/stream": "^2.0.0",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.27.10",
"gulp": "^4.0.2",
"gulp-dart-sass": "^1.0.2",
"gulp-keylistener": "^0.1.11",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-run-command": "0.0.10",
"minimatch": "^5.1.0",
"postcss": "^8.4.14",
"rollup": "^2.75.5",
"rollup-plugin-terser": "^7.0.2",
"svgo": "2.8.0"
},
"aliases": {
"gulp-dart-sass": "sass",
"gulp-run-command": "run",
"gulp-postcss": "postcssGulp",
"postcss": "postcss-postcss",
"@rollup/plugin-commonjs": "@rollup/commonjs",
"@rollup/plugin-node-resolve": "@rollup/resolve",
"@rollup/plugin-multi-entry": "@rollup/multi",
"@rollup/plugin-alias": "@rollup/alias",
"@rollup/plugin-babel": "@rollup/babel"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:yellostudio/pairly.co.uk.git"
},
"browserslist": [
"defaults",
"not IE 11",
"not IE_Mob 11",
"maintained node versions"
]
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Widget/src/components/input-field.js","entries":[{"id":"7ze0.js","timestamp":1656500014720},{"id":"u4Tu.js","timestamp":1656500728245},{"id":"fk43.js","timestamp":1656504961367},{"id":"Yldl.js","timestamp":1656505059090},{"id":"nimu.js","timestamp":1656505072922},{"id":"Lxrc.js","timestamp":1656505157245},{"id":"bRf0.js","timestamp":1656505318645},{"id":"6AaP.js","timestamp":1656505573924},{"id":"3ZTA.js","timestamp":1656505599149},{"id":"jheI.js","timestamp":1656506134649},{"id":"TqLs.js","timestamp":1656506355052},{"id":"kM1b.js","timestamp":1656506390144},{"id":"sX8a.js","timestamp":1656506417056},{"id":"5Ws1.js","timestamp":1656506751309},{"id":"FCs3.js","timestamp":1656506781785},{"id":"W6AI.js","timestamp":1656506962332},{"id":"Qhax.js","timestamp":1656507038738},{"id":"IViv.js","timestamp":1656507050115},{"id":"iIHH.js","timestamp":1656507107223},{"id":"CrMp.js","timestamp":1656507412449},{"id":"Dd4s.js","timestamp":1656507503799},{"id":"CtO9.js","timestamp":1656507712177},{"id":"hQUo.js","timestamp":1656507786428},{"id":"yGvt.js","timestamp":1656507827855},{"id":"D2Kx.js","timestamp":1656507980031},{"id":"47x4.js","timestamp":1656508006308},{"id":"7UkR.js","timestamp":1656508056646},{"id":"ibqL.js","timestamp":1656508078222},{"id":"qEs5.js","timestamp":1656508088567},{"id":"EshV.js","timestamp":1656508131595},{"id":"ilIz.js","timestamp":1656508188824},{"id":"EJZj.js","timestamp":1656508402370},{"id":"41DR.js","timestamp":1656508419574},{"id":"cVVz.js","timestamp":1656508537398},{"id":"lRxT.js","timestamp":1656508581275},{"id":"rFia.js","timestamp":1656508612398},{"id":"Zkfp.js","timestamp":1656508624699},{"id":"lEba.js","timestamp":1656508645801},{"id":"kzmV.js","timestamp":1656508681648},{"id":"IPVe.js","timestamp":1656508713403},{"id":"2wEO.js","timestamp":1656508754849},{"id":"9BzP.js","timestamp":1656508845848},{"id":"s9YP.js","timestamp":1656509130456},{"id":"9VBC.js","timestamp":1656509177584},{"id":"FXNS.js","timestamp":1656509319283},{"id":"uo5h.js","timestamp":1656509349658},{"id":"DjGu.js","timestamp":1656510077205},{"id":"DLeA.js","timestamp":1656510122160},{"id":"Zv6X.js","source":"undoRedo.source","timestamp":1656510138036},{"id":"Z2OV.js","timestamp":1656510231043}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/templates/_components/blocks/_heading-content.twig","entries":[{"id":"XlN9.twig","source":"searchReplace.source","timestamp":1672826108202},{"id":"vEcW.twig","timestamp":1672940497310}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/public/index.html","entries":[{"id":"osVu.html","timestamp":1649325200184}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Symbols/src/models/Symbol.php","entries":[{"id":"2bGQ.php","timestamp":1658308907042}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/pages/_our-story.scss","entries":[{"id":"zCwH.scss","source":"searchReplace.source","timestamp":1672842006238},{"id":"qulj.scss","timestamp":1672847309396},{"id":"zqQZ.scss","source":"moved.source","timestamp":1672847554033},{"id":"Th57.scss","source":"moved.source","timestamp":1672847626124}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/src/controllers/DefaultController.php","entries":[{"id":"N0Gs.php","timestamp":1657523989094},{"id":"9h9q.php","timestamp":1657533612511},{"id":"rkl5.php","timestamp":1658090640648},{"id":"GnIi.php","timestamp":1658090654980},{"id":"SD6O.php","timestamp":1658090680147},{"id":"u3hr.php","timestamp":1658090695494},{"id":"fTDc.php","timestamp":1658229443043},{"id":"Dzj2.php","timestamp":1658229628701}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/news-pagination.scss","entries":[{"id":"mWAD.scss","source":"searchReplace.source","timestamp":1672919765067},{"id":"XCrh.scss","source":"searchReplace.source","timestamp":1672919839213},{"id":"8caD.scss","source":"undoRedo.source","timestamp":1672928383554},{"id":"V0Ij.scss","timestamp":1672928436069}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/templates/settings.twig","entries":[{"id":"cXTQ.twig","timestamp":1658994270230}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/deploy.php","entries":[{"id":"yJOl.php","timestamp":1657722820572}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Symbols/src/services/Data.php","entries":[{"id":"v4mD.php","timestamp":1658308931558},{"id":"O1Kf.php","timestamp":1658411702791}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Newton%20Abbot%20College/Website/.env","entries":[{"id":"iWZV","timestamp":1654508700681},{"id":"adh8","timestamp":1654508719105}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Private/src/assets/agent.js","entries":[{"id":"XzUQ.js","timestamp":1657486610550},{"id":"s70C.js","timestamp":1657487037828},{"id":"7B6j.js","timestamp":1657533596535},{"id":"oF19.js","timestamp":1657536455301},{"id":"Womo.js","timestamp":1657706026491},{"id":"sroJ.js","timestamp":1657706368084},{"id":"Xpe4.js","timestamp":1657707466577},{"id":"sbqf.js","source":"renamed.source","timestamp":1657834021052},{"id":"OnV7.js","timestamp":1658229281985}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Public/src/assets/agent.min.js","entries":[{"id":"CCKH.js","timestamp":1657707521479},{"id":"EY5R.js","source":"renamed.source","timestamp":1657834013504},{"id":"tDzi.js","timestamp":1659598219039},{"id":"PdaW.js","timestamp":1659598321533},{"id":"2Ekd.js","timestamp":1659598337988},{"id":"J8lw.js","source":"undoRedo.source","timestamp":1659598394703},{"id":"7oxL.js","timestamp":1659598401339},{"id":"IqyN.js","timestamp":1659598559631},{"id":"UVdY.js","timestamp":1659598591607}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/related-articles.css.map","entries":[{"id":"1IzX.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/marknotton/agent/src/Agent.php","entries":[{"id":"GPVF.php","timestamp":1659473256176},{"id":"psuW.php","timestamp":1659473271044},{"id":"P8CN.php","timestamp":1659473368295},{"id":"UZJo.php","timestamp":1659473391164},{"id":"XLzS.php","source":"undoRedo.source","timestamp":1659473406549},{"id":"zvTl.php","timestamp":1659473454596},{"id":"7cxr.php","timestamp":1659473477911},{"id":"XMjp.php","timestamp":1659473497750},{"id":"N29H.php","timestamp":1659473515952},{"id":"eLje.php","timestamp":1659473651390},{"id":"yRxK.php","timestamp":1659473753274},{"id":"437h.php","timestamp":1659473792947},{"id":"VvJp.php","timestamp":1659473908959},{"id":"NtVk.php","timestamp":1659474017360},{"id":"qnEb.php","source":"undoRedo.source","timestamp":1659474092114},{"id":"smxi.php","timestamp":1659474113623},{"id":"ZV1s.php","timestamp":1659474132270},{"id":"zeQj.php","timestamp":1659474157908},{"id":"oY0E.php","timestamp":1659474219706},{"id":"bnK4.php","timestamp":1659474230100},{"id":"wccG.php","timestamp":1659474268876},{"id":"Xb7X.php","timestamp":1660213536824},{"id":"fOGl.php","timestamp":1660213554828},{"id":"y7rC.php","timestamp":1660215059734},{"id":"ZSrz.php","timestamp":1660333850088},{"id":"9hIv.php","timestamp":1660333863030},{"id":"Y0Va.php","source":"undoRedo.source","timestamp":1660333866795},{"id":"NsMs.php","timestamp":1660333896822},{"id":"oDR9.php","source":"undoRedo.source","timestamp":1660333906638},{"id":"QdS2.php","timestamp":1660394110444},{"id":"Go8x.php","timestamp":1660395910408},{"id":"nDlI.php","timestamp":1660395947866},{"id":"lUap.php","timestamp":1660396031792},{"id":"yKCD.php","timestamp":1660396055162},{"id":"9k9f.php","timestamp":1660396193415},{"id":"bOjm.php","timestamp":1660396234039},{"id":"MNRw.php","timestamp":1660396276476},{"id":"ujdh.php","timestamp":1660508405691},{"id":"o7Gg.php","timestamp":1661032218624},{"id":"BhVq.php","timestamp":1661032228816},{"id":"sU0n.php","timestamp":1661036105778},{"id":"MhD8.php","timestamp":1661113331240}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/about-provider.twig","entries":[{"id":"XTUD.twig","timestamp":1650445342831},{"id":"ybWs.twig","timestamp":1650445361318},{"id":"O7cc.twig","timestamp":1650445446703},{"id":"RKq5.twig","timestamp":1650446785536},{"id":"3hFU.twig","timestamp":1650447681386}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Farley%20Sport/Website/.gitignore","entries":[{"id":"WhAK","source":"Workspace Edit","timestamp":1652734245678},{"id":"Co6p","timestamp":1652734318919}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/blocks/_brands.scss","entries":[{"id":"kBKF.scss","source":"searchReplace.source","timestamp":1672841998728},{"id":"MJQr.scss","timestamp":1672846071855},{"id":"onqX.scss","timestamp":1672846720341},{"id":"tl3A.scss","timestamp":1672847042419},{"id":"JaKo.scss","source":"moved.source","timestamp":1672847559706},{"id":"wFoy.scss","source":"moved.source","timestamp":1672847621469}]}
{"version":1,"resource":"file:///private/var/folders/yy/t19rsjx51r78n2b_hmn6snsc0000gn/T/fz3temp-2/.env","entries":[{"id":"k0aS","timestamp":1652079184520},{"id":"pNBs","source":"undoRedo.source","timestamp":1652080733596},{"id":"bLPI","timestamp":1652081057760},{"id":"7Qz3","source":"undoRedo.source","timestamp":1652081889344}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/symbols/src/templates/fields/input.twig","entries":[{"id":"0vwB.twig","timestamp":1657619664040}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_elements/button.scss","entries":[{"id":"djYo.scss","timestamp":1672842399877},{"id":"BaQl.scss","source":"renamed.source","timestamp":1672847674064}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/messages/chat-messages.css.map","entries":[{"id":"NJ7w.map","source":"Workspace Edit","timestamp":1657185474272}]}
{
"require": {
"born05/craft-sentry": "^1.1.2",
"born05/craft-twofactorauthentication": "^2.10.0",
"craftcms/cms": "^3.7.30.1",
"craftcms/commerce": "^3.4.10.1",
"craftcms/feed-me": "^4.4.1.1",
"craftcms/redactor": "^2.9.1",
"deployer/deployer": "^6.8.0",
"deployer/recipes": "^6.2.2",
"elivz/craft-single-cat": "^1.2.1",
"imgix/imgix-php": "^3.3.1",
"league/csv": "^9.7",
"nystudio107/craft-retour": "^3.1.70",
"nystudio107/craft-seomatic": "^3.4.23",
"putyourlightson/craft-blitz": "^3.11.1",
"solspace/craft-freeform": "^3.12.13",
"supercool/tablemaker": "^3.0.1",
"symfony/var-dumper": "^5.3.3",
"verbb/field-manager": "^2.2.4",
"verbb/navigation": "^1.4.24",
"verbb/super-table": "^2.7.1",
"vlucas/phpdotenv": "^3.6.8",
"wbrowar/craft-little-layout": "^1.1.0",
"wrav/oembed": "^1.3.13",
"yellostudio/agent": "^2.0.2",
"yellostudio/manticore": "^1.3.4",
"yellostudio/symbols": "^1.0.11"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\imgix\\": "modules/imgix/src/",
"modules\\image\\": "modules/image/src/",
"modules\\helpers\\": "modules/helpers/src/",
"modules\\righton\\": "modules/righton/src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Righton%20Blackburns/Website/composer.json","entries":[{"id":"jV93.json","timestamp":1657547949936},{"id":"a6jJ.json","timestamp":1657548057906},{"id":"HUR1.json","timestamp":1657550321801}]}
{
"require": {
"born05/craft-sentry": "1.1.2",
"born05/craft-twofactorauthentication": "2.10.0",
"craftcms/cms": "^3.7.30.1",
"craftcms/commerce": "3.4.10.1",
"craftcms/feed-me": "4.4.1.1",
"craftcms/redactor": "2.9.1",
"deployer/deployer": "6.8.0",
"deployer/recipes": "6.2.2",
"elivz/craft-single-cat": "1.2.1",
"imgix/imgix-php": "3.3.1",
"league/csv": "^9.7",
"nystudio107/craft-retour": "3.1.70",
"nystudio107/craft-seomatic": "3.4.23",
"putyourlightson/craft-blitz": "3.11.1",
"solspace/craft-freeform": "3.12.13",
"supercool/tablemaker": "2.0.1",
"symfony/var-dumper": "5.3.3",
"verbb/field-manager": "2.2.4",
"verbb/navigation": "1.4.24",
"verbb/super-table": "2.7.1",
"vlucas/phpdotenv": "3.6.8",
"wbrowar/craft-little-layout": "1.1.0",
"wrav/oembed": "1.3.13",
"yellostudio/agent": "2.0.2",
"yellostudio/manticore": "1.3.4",
"yellostudio/symbols": "^1.0.11"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\imgix\\": "modules/imgix/src/",
"modules\\image\\": "modules/image/src/",
"modules\\helpers\\": "modules/helpers/src/",
"modules\\righton\\": "modules/righton/src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{
"require": {
"born05/craft-sentry": "^1.1.2",
"born05/craft-twofactorauthentication": "^2.10.0",
"craftcms/cms": "^3.7.30.1",
"craftcms/commerce": "^3.4.10.1",
"craftcms/feed-me": "^4.4.1.1",
"craftcms/redactor": "^2.9.1",
"deployer/deployer": "^6.8.0",
"deployer/recipes": "^6.2.2",
"elivz/craft-single-cat": "^1.2.1",
"imgix/imgix-php": "^3.3.1",
"league/csv": "^9.7",
"nystudio107/craft-retour": "^3.1.70",
"nystudio107/craft-seomatic": "^3.4.23",
"putyourlightson/craft-blitz": "^3.11.1",
"solspace/craft-freeform": "^3.12.13",
"supercool/tablemaker": "^2.0.1",
"symfony/var-dumper": "^5.3.3",
"verbb/field-manager": "^2.2.4",
"verbb/navigation": "^1.4.24",
"verbb/super-table": "^2.7.1",
"vlucas/phpdotenv": "^3.6.8",
"wbrowar/craft-little-layout": "^1.1.0",
"wrav/oembed": "^1.3.13",
"yellostudio/agent": "^2.0.2",
"yellostudio/manticore": "^1.3.4",
"yellostudio/symbols": "^1.0.11"
},
"repositories": [
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/symbols.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/agent.git"
},
{
"type": "vcs",
"url": "https://yelloserver:[email protected]/yellostudio/manticore.git"
}
],
"autoload": {
"psr-4": {
"modules\\": "modules/",
"modules\\imgix\\": "modules/imgix/src/",
"modules\\image\\": "modules/image/src/",
"modules\\helpers\\": "modules/helpers/src/",
"modules\\righton\\": "modules/righton/src/"
}
},
"config": {
"sort-packages": true,
"optimize-autoloader": true,
"platform": {
"php": "7.4"
},
"allow-plugins": {
"yiisoft/yii2-composer": true,
"craftcms/plugin-installer": true
}
},
"scripts": {
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
]
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Farley%20Sport/Website/src/sass/doggistyle/src/sass/collections/layout/breakpoints/_breakpoint.scss","entries":[{"id":"vQIi.scss","timestamp":1651570843616},{"id":"4Ig1.scss","source":"searchReplace.source","timestamp":1651608841933},{"id":"XODs.scss","source":"searchReplace.source","timestamp":1651610052602}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/_elements/form/password.scss","entries":[{"id":"1xoi.scss","timestamp":1653577534859},{"id":"F73y.scss","timestamp":1653579695916},{"id":"6TCx.scss","timestamp":1653579840003},{"id":"41aH.scss","timestamp":1653579850497},{"id":"RngV.scss","timestamp":1653579947498},{"id":"zQlc.scss","source":"undoRedo.source","timestamp":1653579984712}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Farley%20Sport/Website/src/sass/doggistyle/src/sass/collections/styling/gradients/_gradient.scss","entries":[{"id":"XJHh.scss","source":"searchReplace.source","timestamp":1651608841857}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Craft%204/.env","entries":[{"id":"U4Xf","timestamp":1652091158175}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/README.md","entries":[{"id":"4lwS.md","timestamp":1673455881176}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/tab-content.js","entries":[{"id":"mC94.js","timestamp":1650467575318},{"id":"lSpW.js","timestamp":1650467737652},{"id":"rnQb.js","timestamp":1650467777245},{"id":"UAPK.js","timestamp":1650467791923},{"id":"ss7h.js","timestamp":1650467912583},{"id":"H46w.js","timestamp":1650468037965},{"id":"CTTn.js","timestamp":1650468063542},{"id":"fnWk.js","timestamp":1650468165844},{"id":"gtwx.js","source":"undoRedo.source","timestamp":1650468188180},{"id":"TUEb.js","timestamp":1650468229045},{"id":"pt0n.js","timestamp":1650468474123},{"id":"QhVP.js","timestamp":1650468521945},{"id":"4E4c.js","timestamp":1650468534583},{"id":"ijWw.js","timestamp":1650468567289},{"id":"MuK2.js","timestamp":1650468626151},{"id":"uvua.js","timestamp":1650468639218},{"id":"VYpl.js","timestamp":1650468740210},{"id":"8EE5.js","timestamp":1650468760853},{"id":"3kqy.js","timestamp":1650469144718},{"id":"jrLI.js","timestamp":1650469209742},{"id":"gcp9.js","timestamp":1650469241168},{"id":"LjOA.js","timestamp":1650469278751},{"id":"RnQp.js","timestamp":1650469662298},{"id":"bzHL.js","timestamp":1650469905022},{"id":"QXAY.js","timestamp":1650469972204},{"id":"oH4g.js","timestamp":1650469992581},{"id":"w31w.js","timestamp":1650470189713},{"id":"x9LP.js","timestamp":1650470246729},{"id":"QB0w.js","timestamp":1650470338585},{"id":"rtKF.js","timestamp":1650470467690},{"id":"BDYK.js","timestamp":1650470576451},{"id":"d5ez.js","timestamp":1650470601041},{"id":"JiG8.js","timestamp":1650470752689},{"id":"cTI1.js","timestamp":1650470765679},{"id":"xyYT.js","timestamp":1650470787727},{"id":"EA3H.js","timestamp":1650470812482},{"id":"hRlA.js","timestamp":1650470837379},{"id":"f5nU.js","timestamp":1650470871804},{"id":"7PWF.js","timestamp":1650471034755},{"id":"mvO6.js","timestamp":1650471056681},{"id":"c6ir.js","timestamp":1650471099344},{"id":"5fUG.js","timestamp":1650471183083},{"id":"XTmo.js","timestamp":1650471200337},{"id":"jHI4.js","timestamp":1650471327840},{"id":"FkqW.js","timestamp":1650471492663},{"id":"zZIZ.js","timestamp":1650471574037},{"id":"s6JU.js","timestamp":1653381380014},{"id":"rtrJ.js","timestamp":1653381392298},{"id":"lGqp.js","timestamp":1653386780077},{"id":"geX3.js","source":"undoRedo.source","timestamp":1653386824493}]}
{"version":1,"resource":"file:///Volumes/Data/%E2%80%A2%20Clients/Loan%20On%20Your%20Car/Loan%20on%20Your%20Crypto/Email%20Footers/footer-mark.html","entries":[{"id":"QhJe.html","timestamp":1673368196000}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/js/download.js","entries":[{"id":"tQ0y.js","timestamp":1658831079867},{"id":"UD0i.js","timestamp":1658831091364},{"id":"BWCO.js","timestamp":1658831101780},{"id":"2ISl.js","timestamp":1658831382998},{"id":"QobB.js","timestamp":1658831760965},{"id":"sy62.js","timestamp":1658831823109},{"id":"f0tH.js","timestamp":1658832019115},{"id":"G3tu.js","timestamp":1658832136779},{"id":"Alfw.js","timestamp":1658832213911},{"id":"henH.js","timestamp":1658832235480},{"id":"sz6P.js","timestamp":1658832250329},{"id":"xlCj.js","timestamp":1658832304746},{"id":"6YYu.js","timestamp":1658832379635},{"id":"5Ey3.js","timestamp":1658832839085},{"id":"IVev.js","timestamp":1658832905452},{"id":"CnW9.js","timestamp":1658833139575},{"id":"1ABG.js","timestamp":1658833661063},{"id":"fsJ4.js","timestamp":1658833673776},{"id":"FITP.js","timestamp":1658833695989},{"id":"57p5.js","timestamp":1658833782062},{"id":"wkVZ.js","timestamp":1658833809870},{"id":"FCre.js","timestamp":1658833904024}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/index.html","entries":[{"id":"BIdc.html","timestamp":1673859020179}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/src/templates/index.twig","entries":[{"id":"pKtq.twig","timestamp":1673454231622},{"id":"rBKO.twig","timestamp":1673456100512},{"id":"bpBm.twig","timestamp":1673456717775},{"id":"9pq3.twig","timestamp":1673456750159},{"id":"3HMn.twig","timestamp":1673456771483},{"id":"TfTk.twig","timestamp":1673456869619}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/variables/Variable.php","entries":[{"id":"KNmz.php","timestamp":1657318262015},{"id":"9Bvq.php","timestamp":1657318303049},{"id":"Ust0.php","timestamp":1657318364620},{"id":"nrEz.php","timestamp":1657318383704},{"id":"akNx.php","timestamp":1657318506609},{"id":"zcIU.php","timestamp":1657318641922},{"id":"4tSN.php","timestamp":1657318706729},{"id":"6Zzz.php","timestamp":1657318770051},{"id":"z72a.php","timestamp":1657318906895},{"id":"HL1b.php","timestamp":1657318917999},{"id":"43Lt.php","timestamp":1657319149953},{"id":"4XSg.php","source":"undoRedo.source","timestamp":1657319162964},{"id":"CEUI.php","timestamp":1657319180691},{"id":"jFPs.php","timestamp":1657319350052},{"id":"IDob.php","timestamp":1657319378066},{"id":"mgdJ.php","timestamp":1657319408202},{"id":"6Yw1.php","timestamp":1657319471062},{"id":"GaWE.php","timestamp":1657319486135},{"id":"KP93.php","source":"undoRedo.source","timestamp":1657319530107},{"id":"8byG.php","timestamp":1657319780798},{"id":"vcrK.php","source":"undoRedo.source","timestamp":1657319785333},{"id":"cEEF.php","timestamp":1657319791427},{"id":"8Vav.php","timestamp":1657320286685},{"id":"UeuS.php","source":"renamed.source","timestamp":1657326207963},{"id":"Lmnc.php","source":"moved.source","timestamp":1657401705591},{"id":"GgfN.php","source":"renamed.source","timestamp":1657401715684},{"id":"uiPO.php","timestamp":1657401805254},{"id":"eJGz.php","source":"renamed.source","timestamp":1657401912389},{"id":"rW6c.php","timestamp":1657401954267},{"id":"hLnP.php","timestamp":1657401967073},{"id":"LmhU.php","timestamp":1657402233028},{"id":"LLEH.php","timestamp":1657402397763},{"id":"aHBf.php","timestamp":1657402615962},{"id":"Ktpv.php","timestamp":1657402726788},{"id":"i4x4.php","source":"undoRedo.source","timestamp":1657402732575},{"id":"X4h9.php","timestamp":1657612025070},{"id":"KlRl.php","timestamp":1657612212696},{"id":"6fmp.php","timestamp":1657612494494},{"id":"cb0C.php","timestamp":1657613665579},{"id":"mZ35.php","timestamp":1657614513217},{"id":"y82g.php","timestamp":1658224589050},{"id":"OzFa.php","timestamp":1658224648565},{"id":"z4iX.php","timestamp":1658224743964},{"id":"CmLH.php","timestamp":1658224772651},{"id":"vWpe.php","timestamp":1658224839342},{"id":"Xvva.php","timestamp":1658225278974},{"id":"RN15.php","timestamp":1658226874115},{"id":"UBDL.php","timestamp":1658227817077},{"id":"A1rL.php","timestamp":1658228001718},{"id":"bwrr.php","timestamp":1658228090013}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/account/rate-cards-livein.js","entries":[{"id":"lR1x.js","timestamp":1658906432685},{"id":"Z2W4.js","timestamp":1658906458355},{"id":"B3ZC.js","timestamp":1658906478378},{"id":"nuX2.js","timestamp":1658906610929},{"id":"8aHp.js","source":"undoRedo.source","timestamp":1658906804746},{"id":"7zYL.js","timestamp":1658906847452},{"id":"PNXN.js","timestamp":1658909212615},{"id":"ySsZ.js","timestamp":1658909957209},{"id":"v5sr.js","timestamp":1658909994298},{"id":"MxHi.js","timestamp":1658910402135},{"id":"XR3j.js","source":"undoRedo.source","timestamp":1658910471874},{"id":"x009.js","timestamp":1658910650671},{"id":"uanz.js","timestamp":1658910724562},{"id":"gGgg.js","timestamp":1658910847454},{"id":"jfWU.js","timestamp":1658910932349},{"id":"0s5F.js","timestamp":1658911433724},{"id":"WEo0.js","timestamp":1658914893071},{"id":"kFaF.js","source":"undoRedo.source","timestamp":1658915262686},{"id":"mpXT.js","timestamp":1658916411189},{"id":"zJPn.js","timestamp":1658926935965},{"id":"Wkbo.js","timestamp":1658927925932},{"id":"mjGx.js","timestamp":1658927980365},{"id":"C39G.js","timestamp":1658928552474},{"id":"4wZ6.js","timestamp":1658928564971},{"id":"21OX.js","timestamp":1658928727770},{"id":"wCst.js","timestamp":1658928746752},{"id":"ETAw.js","timestamp":1658928763672},{"id":"hAvB.js","source":"undoRedo.source","timestamp":1658929192428},{"id":"vIYU.js","timestamp":1658929754067},{"id":"2Ael.js","timestamp":1658929893821},{"id":"hJld.js","timestamp":1658931067181},{"id":"Ygp4.js","timestamp":1658931113981},{"id":"i1RG.js","timestamp":1658931325343},{"id":"JI3n.js","timestamp":1658931396035},{"id":"2tIC.js","timestamp":1658931421751},{"id":"tZge.js","timestamp":1658931488185},{"id":"IeAC.js","timestamp":1658931517841},{"id":"e0nc.js","timestamp":1658931564397},{"id":"ciMs.js","timestamp":1658931826108},{"id":"2Zc8.js","timestamp":1658932044811},{"id":"MeKA.js","timestamp":1658932094567},{"id":"74ls.js","timestamp":1658932490455},{"id":"ePor.js","timestamp":1658932940869},{"id":"L1Me.js","timestamp":1658933604716},{"id":"mRAj.js","timestamp":1658933642814},{"id":"fHvn.js","timestamp":1658933780457},{"id":"By0f.js","timestamp":1658933921252},{"id":"qyOU.js","timestamp":1658935011535},{"id":"JnS7.js","timestamp":1658935988731},{"id":"5ANw.js","timestamp":1659000560419}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/search/_search-filters.scss","entries":[{"id":"GNUe.scss","timestamp":1655304999960},{"id":"bm4L.scss","timestamp":1655305086348},{"id":"P8mf.scss","timestamp":1655305125747},{"id":"lccj.scss","timestamp":1655305139807},{"id":"pYt9.scss","timestamp":1655305164794},{"id":"XxUK.scss","timestamp":1655305192705},{"id":"CT2X.scss","timestamp":1655305909389},{"id":"onzC.scss","timestamp":1655305944134},{"id":"k4Ug.scss","timestamp":1655305970922},{"id":"pXjF.scss","timestamp":1655305985875},{"id":"W4Yx.scss","timestamp":1655305996300},{"id":"6jhx.scss","timestamp":1655306016894},{"id":"UuSS.scss","timestamp":1655306034804},{"id":"GDk9.scss","timestamp":1655306053092},{"id":"hJR5.scss","timestamp":1655306070723},{"id":"Uzuh.scss","timestamp":1655306105664},{"id":"vw4o.scss","timestamp":1655306137842},{"id":"ItrE.scss","timestamp":1655306151126},{"id":"Fl8u.scss","timestamp":1655306176973},{"id":"269p.scss","timestamp":1655306189235},{"id":"xg4Z.scss","timestamp":1655306216124},{"id":"KEv6.scss","timestamp":1655306244581},{"id":"Rq11.scss","timestamp":1655306272061},{"id":"DryQ.scss","timestamp":1655306463318},{"id":"JLhq.scss","timestamp":1655306586762},{"id":"NOOa.scss","source":"undoRedo.source","timestamp":1655306602880},{"id":"N3W3.scss","timestamp":1655306615205},{"id":"BJZP.scss","timestamp":1655306633132},{"id":"bxy1.scss","timestamp":1655306770482},{"id":"egc1.scss","timestamp":1655306863804},{"id":"Cb6Z.scss","timestamp":1655306894120},{"id":"zhyb.scss","timestamp":1655306940113},{"id":"eHAY.scss","timestamp":1655306952249},{"id":"kkaU.scss","timestamp":1655307129324},{"id":"tRLn.scss","timestamp":1655307276886},{"id":"EFkd.scss","timestamp":1655307290128},{"id":"VnXV.scss","timestamp":1655308225000},{"id":"FKxc.scss","timestamp":1655308383211},{"id":"10GB.scss","timestamp":1655308409309},{"id":"a2Gk.scss","timestamp":1655365153978},{"id":"OevQ.scss","timestamp":1655365174756},{"id":"BURW.scss","timestamp":1658156342486},{"id":"HU3A.scss","timestamp":1658233688164},{"id":"bMvd.scss","timestamp":1658233713263},{"id":"7sot.scss","timestamp":1658233728082},{"id":"tAbR.scss","source":"undoRedo.source","timestamp":1658233751693},{"id":"ayyv.scss","timestamp":1658233772653},{"id":"98TQ.scss","timestamp":1658233899543},{"id":"PXh4.scss","timestamp":1658233926470},{"id":"jC3U.scss","source":"undoRedo.source","timestamp":1658233936631}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/account/rate-cards-hourly.js","entries":[{"id":"XN5W.js","timestamp":1658755033119},{"id":"ojvg.js","timestamp":1658755060648},{"id":"KWya.js","timestamp":1658755181132},{"id":"696A.js","timestamp":1658755642719},{"id":"GOYz.js","timestamp":1658756418201},{"id":"9KNE.js","timestamp":1658756615766},{"id":"BdQx.js","timestamp":1658761884837},{"id":"Runn.js","timestamp":1658762226101},{"id":"pUTa.js","timestamp":1658762364462},{"id":"yFKF.js","timestamp":1658762405327},{"id":"dYqb.js","timestamp":1658762429140},{"id":"LZhb.js","timestamp":1658762440096},{"id":"DkVo.js","timestamp":1658762617901},{"id":"NuWx.js","source":"undoRedo.source","timestamp":1658762900813},{"id":"R10j.js","timestamp":1658763097928},{"id":"dNNM.js","timestamp":1658763165461},{"id":"Iu4w.js","timestamp":1658826789856},{"id":"oRGX.js","timestamp":1658828205701},{"id":"mKuP.js","timestamp":1658840906229},{"id":"lpej.js","timestamp":1658841109257},{"id":"6MHz.js","timestamp":1658841940988},{"id":"jcsX.js","timestamp":1658843950850},{"id":"kW8o.js","timestamp":1658844218777},{"id":"29V0.js","timestamp":1658844436022},{"id":"qWVZ.js","timestamp":1658844472607},{"id":"ddQB.js","timestamp":1658909358561},{"id":"pgjw.js","timestamp":1658910005448},{"id":"CwFC.js","timestamp":1658910339898},{"id":"Uhhg.js","source":"undoRedo.source","timestamp":1658910360845},{"id":"LjUA.js","timestamp":1658910405194},{"id":"MDTg.js","timestamp":1658910428245},{"id":"OWB6.js","timestamp":1658910724851},{"id":"6Tj4.js","timestamp":1658929935113},{"id":"snBy.js","timestamp":1658933064632},{"id":"DDTz.js","timestamp":1658933954999},{"id":"Vk4g.js","timestamp":1658934016558},{"id":"1O0n.js","timestamp":1658934180307},{"id":"gSm6.js","timestamp":1658934885407},{"id":"GGEi.js","timestamp":1658935032097},{"id":"PPE6.js","timestamp":1658935318661},{"id":"8bsJ.js","timestamp":1658935370061},{"id":"q3SL.js","timestamp":1658935479425},{"id":"XAmz.js","timestamp":1658935500351},{"id":"lJ7o.js","timestamp":1658935630031},{"id":"AFdf.js","timestamp":1658935661108},{"id":"aAze.js","timestamp":1658936035834},{"id":"D40F.js","timestamp":1658936233369},{"id":"q6nb.js","timestamp":1658936265544},{"id":"2Sje.js","timestamp":1658936301299},{"id":"fASr.js","timestamp":1659020955470}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Doggistyle/Package/doggistyle/library/src/helpers/_index.scss","entries":[{"id":"arFk.scss","timestamp":1658222851024}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/search/search-filter-map.js","entries":[{"id":"kSjd.js","timestamp":1658148747986},{"id":"jgJw.js","timestamp":1658148982813},{"id":"sqwc.js","timestamp":1658149126091},{"id":"EjIE.js","timestamp":1658149140781},{"id":"e6Tz.js","timestamp":1658149326028},{"id":"iGOS.js","timestamp":1658149713436},{"id":"oxVv.js","timestamp":1658149829062},{"id":"NdYB.js","timestamp":1658153549853},{"id":"TBxR.js","timestamp":1658154972707},{"id":"pspj.js","timestamp":1658157123850},{"id":"fDIQ.js","timestamp":1658157346003},{"id":"VVzV.js","source":"undoRedo.source","timestamp":1658158097423},{"id":"6Ys6.js","timestamp":1658158276986},{"id":"6tdR.js","timestamp":1658159330040},{"id":"TbYM.js","timestamp":1658160017453},{"id":"x0Pq.js","timestamp":1658160037851},{"id":"8krT.js","timestamp":1658160080307},{"id":"qc63.js","timestamp":1658160189209},{"id":"BlEk.js","timestamp":1658160214577},{"id":"VELM.js","timestamp":1658160246585},{"id":"zPD1.js","timestamp":1658160281482},{"id":"St4U.js","timestamp":1658160332849},{"id":"nVDo.js","timestamp":1658160352043},{"id":"CfEY.js","timestamp":1658223975741},{"id":"LwmZ.js","timestamp":1658234603114},{"id":"kRFK.js","timestamp":1658234649026},{"id":"9KI1.js","timestamp":1658234712659},{"id":"HoGi.js","timestamp":1658327044987},{"id":"QnYZ.js","timestamp":1660571141946},{"id":"9hKl.js","timestamp":1660571191265},{"id":"gdJM.js","timestamp":1660571355616},{"id":"inW9.js","timestamp":1660581466518},{"id":"wAAj.js","timestamp":1660639035849},{"id":"hEyp.js","timestamp":1660639064593},{"id":"9ryF.js","timestamp":1660639121316},{"id":"oisb.js","timestamp":1660639161203},{"id":"hdKt.js","timestamp":1660639205442},{"id":"3uiD.js","timestamp":1660639230844},{"id":"Avev.js","timestamp":1660639261793},{"id":"en8x.js","timestamp":1660639363662},{"id":"mevr.js","timestamp":1660639373968},{"id":"84Zp.js","timestamp":1660639437934},{"id":"PQiW.js","source":"undoRedo.source","timestamp":1660639499793},{"id":"6WOs.js","timestamp":1660639580575},{"id":"7hvy.js","timestamp":1660639737222},{"id":"i8I5.js","timestamp":1660639777914},{"id":"r7S3.js","timestamp":1660639911925},{"id":"l9JT.js","timestamp":1660817273384},{"id":"tHsz.js","timestamp":1660818183894},{"id":"s4pd.js","timestamp":1660824557625}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/home.scss","entries":[{"id":"FYxK.scss","timestamp":1649691284738},{"id":"a2QM.scss","timestamp":1652093983253},{"id":"1Ca5.scss","source":"undoRedo.source","timestamp":1652093990046},{"id":"PjZU.scss","timestamp":1653485019774},{"id":"JiiN.scss","timestamp":1655797716532},{"id":"jcU0.scss","timestamp":1655799270309},{"id":"g3ty.scss","timestamp":1658221916671},{"id":"WhQX.scss","timestamp":1658221929179},{"id":"L2Bm.scss","timestamp":1658221946595},{"id":"PAgz.scss","timestamp":1658221996681},{"id":"srk5.scss","timestamp":1658222009125},{"id":"0Tin.scss","timestamp":1658222020217},{"id":"5yjt.scss","timestamp":1658222033872},{"id":"TXfb.scss","timestamp":1658222061798},{"id":"eyM1.scss","timestamp":1658222712683},{"id":"VQlQ.scss","timestamp":1658222803065},{"id":"6ZoS.scss","timestamp":1658222864099},{"id":"zgSI.scss","timestamp":1658222921461},{"id":"I8w1.scss","timestamp":1658222944183},{"id":"lZie.scss","timestamp":1658222985766},{"id":"bgo8.scss","timestamp":1658223000998}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/Location.svg","entries":[{"id":"aTtA.svg","timestamp":1657695676194}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/symbols/gulpfile.js","entries":[{"id":"P23U.js","timestamp":1673369973625},{"id":"5eIV.js","timestamp":1673370010026},{"id":"CqRv.js","timestamp":1673370048639},{"id":"nxy1.js","timestamp":1673370266948},{"id":"yAJ1.js","timestamp":1673370307382},{"id":"6d73.js","timestamp":1673370317979},{"id":"BQj3.js","timestamp":1673370336339},{"id":"NuIT.js","timestamp":1673370379799},{"id":"ogwL.js","timestamp":1673370418106},{"id":"ubdu.js","timestamp":1673370478708}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%203/vendor/yellostudio/symbols/src/models/Svg.php","entries":[{"id":"hI8O.php","timestamp":1673533495060},{"id":"djg6.php","timestamp":1673533991576},{"id":"jHTM.php","timestamp":1673536283101},{"id":"xTnK.php","timestamp":1673536516600},{"id":"Q8xV.php","timestamp":1673536559532},{"id":"Hu2q.php","timestamp":1673536593232},{"id":"wRNx.php","timestamp":1673536695806},{"id":"SayR.php","timestamp":1673536712658},{"id":"AgTt.php","timestamp":1673536771812},{"id":"7ZSV.php","timestamp":1673537045226},{"id":"xMIh.php","timestamp":1673537092157},{"id":"oGzq.php","timestamp":1673537261686},{"id":"oUVb.php","timestamp":1673537318591},{"id":"Ill9.php","timestamp":1673537328780},{"id":"akoL.php","timestamp":1673537346914},{"id":"KZhi.php","timestamp":1673537365095},{"id":"fOFz.php","timestamp":1673537378664},{"id":"c77f.php","timestamp":1673538711453},{"id":"NjI6.php","timestamp":1673538723289},{"id":"lav6.php","timestamp":1673538748535},{"id":"e1m4.php","timestamp":1673538780598},{"id":"5GGX.php","timestamp":1673539002289},{"id":"z6Ma.php","timestamp":1673539051184},{"id":"YDUW.php","timestamp":1673539067811},{"id":"Jk0C.php","timestamp":1673539374674}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/search/search-autosuggest.twig","entries":[{"id":"KLyD.twig","timestamp":1651738539239},{"id":"KDU1.twig","timestamp":1651738565812},{"id":"XdyZ.twig","timestamp":1655905292454}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/models/api/v202109/elementapi/RateCardTransformer.php","entries":[{"id":"mnJQ.php","timestamp":1658759594761},{"id":"mJKV.php","timestamp":1658761400925}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/mark.svg","entries":[{"id":"DcdV.svg","timestamp":1656577547429},{"id":"DEJC.svg","timestamp":1656577568865}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/web/images/acorn.svg","entries":[{"id":"vOEr.svg","timestamp":1673455661122}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/RSG%20Consulting/Website/src/sass/_core/global.scss","entries":[{"id":"3Y1Y.scss","timestamp":1673870779046},{"id":"mLK5.scss","source":"undoRedo.source","timestamp":1673874476723},{"id":"2NcS.scss","timestamp":1673874559386},{"id":"MSPj.scss","timestamp":1673874585317},{"id":"QWO6.scss","timestamp":1673874599547}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/Helpers.php","entries":[{"id":"pDom.php","timestamp":1654682798331},{"id":"xn4S.php","timestamp":1654682822732},{"id":"Qcsa.php","timestamp":1654682893745},{"id":"Ao6X.php","source":"undoRedo.source","timestamp":1654682897239},{"id":"1dm2.php","source":"undoRedo.source","timestamp":1654683073393},{"id":"lSss.php","timestamp":1654683093307},{"id":"H2E0.php","source":"undoRedo.source","timestamp":1654683100623},{"id":"qfle.php","timestamp":1654683347520},{"id":"FPf5.php","timestamp":1654683472643},{"id":"xze6.php","timestamp":1654683582834},{"id":"bXqQ.php","timestamp":1654683599438},{"id":"kIVu.php","timestamp":1654683630605},{"id":"ob7G.php","source":"undoRedo.source","timestamp":1654683643787},{"id":"ehI2.php","timestamp":1654684053349},{"id":"I3Fr.php","timestamp":1656921937518},{"id":"ZKQZ.php","source":"undoRedo.source","timestamp":1656922047217},{"id":"ptex.php","timestamp":1656922121601},{"id":"0OWb.php","timestamp":1658327581655},{"id":"yZ04.php","timestamp":1658995881912},{"id":"kB7R.php","timestamp":1658995898090},{"id":"3lWS.php","timestamp":1658995937932},{"id":"qo9q.php","timestamp":1658996031091},{"id":"dk1m.php","timestamp":1658996083969},{"id":"b2ba.php","timestamp":1658998581599},{"id":"EhKQ.php","timestamp":1658999704709},{"id":"ji1V.php","timestamp":1661113307290},{"id":"g6Gv.php","timestamp":1661113341652}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/flyout-panel.scss","entries":[{"id":"GmYg.scss","timestamp":1650375259157},{"id":"8ZCP.scss","timestamp":1650375301780}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/account/base-table-row-expanded.js","entries":[{"id":"w9Av.js","timestamp":1650464885056},{"id":"0IyF.js","timestamp":1650465011195},{"id":"Jtlu.js","timestamp":1650465215833},{"id":"hO3j.js","timestamp":1650465448910},{"id":"J8rl.js","source":"undoRedo.source","timestamp":1650465511356},{"id":"2O63.js","timestamp":1650465520914},{"id":"dVyS.js","timestamp":1650465755301},{"id":"SnwI.js","timestamp":1650465771578},{"id":"Brwr.js","timestamp":1650465802034},{"id":"ToNf.js","timestamp":1650466023748},{"id":"OAZc.js","timestamp":1657555757376},{"id":"30IG.js","timestamp":1657556435265},{"id":"sGvK.js","timestamp":1660648042057}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Private/.gitignore","entries":[{"id":"6WUG","timestamp":1657484926852}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/_components/location-rating.twig","entries":[{"id":"ia5D.twig","timestamp":1658826296615},{"id":"3b3y.twig","timestamp":1660829048619}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Widget/src/style.scss","entries":[{"id":"MTHw.scss","timestamp":1656497905542},{"id":"8Vef.scss","timestamp":1656498030454},{"id":"2VLE.scss","timestamp":1656498059881},{"id":"Ctd4.scss","timestamp":1656498103806},{"id":"8txo.scss","timestamp":1656498125383},{"id":"RDHi.scss","timestamp":1656498306186},{"id":"34fS.scss","timestamp":1656498324710},{"id":"0qGw.scss","timestamp":1656498378664},{"id":"OgHI.scss","timestamp":1656498712019},{"id":"aL0V.scss","timestamp":1656498726144},{"id":"dFRx.scss","timestamp":1656498748024},{"id":"jfRI.scss","timestamp":1656499386586},{"id":"WvnB.scss","timestamp":1656499403999},{"id":"l3H7.scss","timestamp":1656499427778},{"id":"zIdg.scss","timestamp":1656499576176},{"id":"oFsM.scss","timestamp":1656499676730},{"id":"EyaN.scss","timestamp":1656499860674},{"id":"rAF3.scss","timestamp":1656499874529},{"id":"XMZB.scss","timestamp":1656500036891},{"id":"ecrL.scss","timestamp":1656500801800},{"id":"eqlp.scss","timestamp":1656500876676},{"id":"eajM.scss","timestamp":1656500944678},{"id":"kRhj.scss","timestamp":1656500980675},{"id":"J22y.scss","timestamp":1656507292969},{"id":"aTDA.scss","timestamp":1656507323718},{"id":"FzXq.scss","timestamp":1656507585903},{"id":"kW0E.scss","timestamp":1656509547311},{"id":"bBAI.scss","timestamp":1656509588213},{"id":"5gze.scss","timestamp":1656509611566},{"id":"3m7H.scss","timestamp":1656509640062},{"id":"m1sj.scss","timestamp":1656509687712},{"id":"o1BO.scss","timestamp":1656509733513},{"id":"SBlY.scss","timestamp":1656509777488},{"id":"2KUT.scss","timestamp":1656509868867},{"id":"SmJJ.scss","timestamp":1656509900945},{"id":"0YTZ.scss","timestamp":1656509947318},{"id":"jFKe.scss","timestamp":1656509983742},{"id":"CuSO.scss","timestamp":1656510289432},{"id":"bXZi.scss","timestamp":1656510372490},{"id":"mME9.scss","timestamp":1656510397148},{"id":"jbSc.scss","timestamp":1656510594802},{"id":"6qDu.scss","timestamp":1656510633346},{"id":"iMYu.scss","timestamp":1656510661421},{"id":"qrIG.scss","timestamp":1656510676346},{"id":"GymM.scss","timestamp":1656510696022},{"id":"JPkE.scss","timestamp":1656510718494},{"id":"J7z3.scss","timestamp":1656510734720},{"id":"xtqt.scss","timestamp":1656510746199},{"id":"KqFk.scss","timestamp":1656510792473},{"id":"nKuH.scss","timestamp":1656510807948}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/progress-bar.js","entries":[{"id":"B3NG.js","timestamp":1652262081899},{"id":"ay9k.js","timestamp":1652262109752},{"id":"xN3O.js","timestamp":1652262300445},{"id":"qh85.js","timestamp":1652267845402},{"id":"yRIx.js","timestamp":1652711779074},{"id":"et1k.js","source":"undoRedo.source","timestamp":1652711928784},{"id":"2fga.js","timestamp":1652773180864},{"id":"JOC0.js","timestamp":1652773574844},{"id":"0sc6.js","timestamp":1652774094030},{"id":"PQUU.js","timestamp":1652774129922},{"id":"mmNb.js","timestamp":1652774221357},{"id":"ReHD.js","timestamp":1652774234852},{"id":"a4qE.js","timestamp":1652774347186},{"id":"H0An.js","timestamp":1652774445301},{"id":"heqJ.js","timestamp":1652774569733},{"id":"hTSA.js","timestamp":1652774582930},{"id":"o3Hl.js","timestamp":1652774603062},{"id":"U8wA.js","timestamp":1652774703635},{"id":"2GEG.js","timestamp":1652774736396},{"id":"xMqB.js","source":"Workspace Edit","timestamp":1652960241412},{"id":"cOQM.js","timestamp":1653568012705},{"id":"kLw5.js","timestamp":1653568034872},{"id":"iali.js","timestamp":1653568210933}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/utilities/Scroll.js","entries":[{"id":"ZPAV.js","timestamp":1652707993295},{"id":"IVX4.js","timestamp":1652708097231},{"id":"tHgg.js","timestamp":1652708130690},{"id":"oQLh.js","timestamp":1652868803526},{"id":"aShR.js","timestamp":1652868823558},{"id":"kQod.js","timestamp":1652869003914},{"id":"wub2.js","timestamp":1652869034383},{"id":"bQH1.js","timestamp":1652869094840},{"id":"xSzC.js","timestamp":1653377118390}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Symbols/src/templates/index.twig","entries":[{"id":"UefZ.twig","timestamp":1656409202239},{"id":"mUvb.twig","timestamp":1656409311417},{"id":"Oa3P.twig","timestamp":1658147088366},{"id":"TQEW.twig","timestamp":1658147419825},{"id":"Zkgs.twig","timestamp":1658311363144},{"id":"9y5m.twig","timestamp":1658311440762},{"id":"hzR7.twig","timestamp":1658311599566},{"id":"mNdl.twig","timestamp":1658311644628},{"id":"m3Yx.twig","timestamp":1658312383779},{"id":"dHU8.twig","timestamp":1658312461879},{"id":"z8lX.twig","timestamp":1658312638899},{"id":"ovty.twig","timestamp":1658312705148},{"id":"Oevw.twig","timestamp":1658312949066},{"id":"gOZv.twig","timestamp":1658313070648},{"id":"OH1C.twig","timestamp":1658313269205},{"id":"24et.twig","timestamp":1658313295312},{"id":"jGuV.twig","timestamp":1658313378486},{"id":"WQ2y.twig","timestamp":1658313487781},{"id":"Vz7B.twig","timestamp":1658314136598},{"id":"WleT.twig","timestamp":1658314162840},{"id":"Hufa.twig","timestamp":1658314184779},{"id":"ZJcB.twig","timestamp":1658314309375},{"id":"XI5g.twig","timestamp":1658314392852},{"id":"D7ax.twig","timestamp":1658314443691},{"id":"W2py.twig","timestamp":1658314651084},{"id":"VV82.twig","timestamp":1658314693555},{"id":"BEPr.twig","timestamp":1658314727744},{"id":"jBTa.twig","timestamp":1658314759896},{"id":"Gitu.twig","timestamp":1658753918910}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/readme.md","entries":[{"id":"75s4.md","timestamp":1657637148476}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/elerldy-on-the-phone-waving-to-carer-approaching-front-door.svg","entries":[{"id":"o6AZ.svg","timestamp":1657695574413}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_elements/section.scss","entries":[{"id":"2UKV.scss","timestamp":1672842404306},{"id":"8qSu.scss","timestamp":1672842709744},{"id":"Ey01.scss","source":"renamed.source","timestamp":1672847670183},{"id":"w7Un.scss","source":"searchReplace.source","timestamp":1672919765067},{"id":"7kiK.scss","source":"searchReplace.source","timestamp":1672919839241},{"id":"Zfwa.scss","source":"undoRedo.source","timestamp":1672928387021}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/media-gallery.css.map","entries":[{"id":"30RZ.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/twigextensions/TwigExtensions.php","entries":[{"id":"2MhL.php","timestamp":1649772857185},{"id":"fd8Q.php","timestamp":1649772872146},{"id":"1ih6.php","timestamp":1649772886632},{"id":"2jfQ.php","timestamp":1649772913885},{"id":"wRun.php","timestamp":1653488262324},{"id":"Z3Lh.php","timestamp":1654791782485},{"id":"8ruL.php","timestamp":1654791875711},{"id":"jFjq.php","timestamp":1654791994557},{"id":"fB95.php","timestamp":1655826284210},{"id":"y51z.php","timestamp":1655826550609},{"id":"5Ww1.php","timestamp":1655826652917}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/search/index.css.map","entries":[{"id":"SkuE.map","source":"Workspace Edit","timestamp":1657185474235},{"id":"8R6V.map","timestamp":1659455957440}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/account/account.scss","entries":[{"id":"uBDE.scss","timestamp":1649774249840},{"id":"A8W3.scss","timestamp":1649774268455},{"id":"Ji6l.scss","timestamp":1649774339067},{"id":"LqL9.scss","timestamp":1649774369191},{"id":"yeNN.scss","timestamp":1650555413942},{"id":"d1KZ.scss","timestamp":1650555433855},{"id":"BdBS.scss","timestamp":1650555453803},{"id":"TzDF.scss","timestamp":1650555464786},{"id":"yWLL.scss","timestamp":1650555486988},{"id":"X0dP.scss","timestamp":1650555498182},{"id":"5Xx8.scss","timestamp":1650555513931},{"id":"OoQk.scss","timestamp":1650555535740},{"id":"b27S.scss","timestamp":1650555559005},{"id":"Mow0.scss","timestamp":1650556187746},{"id":"6wCG.scss","timestamp":1650556225809},{"id":"pTnA.scss","timestamp":1650556291747},{"id":"zcIz.scss","timestamp":1650556352907},{"id":"slur.scss","timestamp":1650556422795},{"id":"v64z.scss","timestamp":1650556442511},{"id":"ATyg.scss","timestamp":1650556464150},{"id":"bB6s.scss","timestamp":1650556487463},{"id":"I53r.scss","timestamp":1650556626593},{"id":"jY8O.scss","source":"undoRedo.source","timestamp":1650556631304},{"id":"FG3U.scss","timestamp":1650556658217},{"id":"hZvY.scss","timestamp":1650556690132},{"id":"ozDz.scss","timestamp":1650556704727},{"id":"hpFI.scss","timestamp":1650556725773},{"id":"nAKN.scss","timestamp":1650556756698},{"id":"6pCn.scss","timestamp":1650556951993},{"id":"dFzV.scss","timestamp":1650556966314},{"id":"Z5oA.scss","timestamp":1650557142918},{"id":"JrZw.scss","timestamp":1650557167189},{"id":"4O46.scss","timestamp":1650557188087},{"id":"tleA.scss","timestamp":1650557218984},{"id":"2m8e.scss","timestamp":1650557234269},{"id":"Oaop.scss","timestamp":1651747614652},{"id":"fsE9.scss","timestamp":1651747629622},{"id":"gpEa.scss","timestamp":1651747650488},{"id":"XIMC.scss","timestamp":1651747670921},{"id":"UxyQ.scss","timestamp":1651747698025},{"id":"wyGL.scss","timestamp":1651747713367},{"id":"djLV.scss","timestamp":1655997132298},{"id":"rlVP.scss","timestamp":1655997239834},{"id":"nh5F.scss","timestamp":1655997387990},{"id":"CxrC.scss","timestamp":1656599045689},{"id":"xe8f.scss","timestamp":1656601857921},{"id":"yoCb.scss","timestamp":1657811255138},{"id":"2biX.scss","timestamp":1657811272925},{"id":"76e0.scss","timestamp":1657811304272},{"id":"Qkrs.scss","timestamp":1657811333763}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/components/src/controllers/ComponentsController.php","entries":[{"id":"pl3p.php","timestamp":1655120087476},{"id":"RWNb.php","timestamp":1655120121823},{"id":"WeHD.php","timestamp":1655120144098},{"id":"T3lS.php","timestamp":1655120212511},{"id":"NVxN.php","timestamp":1655120285883},{"id":"15Om.php","timestamp":1655120310948},{"id":"z3g9.php","timestamp":1655120338534},{"id":"gpxZ.php","timestamp":1655120514329},{"id":"cCMY.php","timestamp":1655297405001},{"id":"daww.php","timestamp":1655297432613},{"id":"ekZE.php","timestamp":1655297541157},{"id":"CsSv.php","timestamp":1658326458581},{"id":"EmLi.php","timestamp":1658326483353},{"id":"USy8.php","timestamp":1658326523370},{"id":"AKaz.php","timestamp":1658326548627},{"id":"BRh5.php","timestamp":1658326563623},{"id":"1eEv.php","source":"undoRedo.source","timestamp":1658326648575},{"id":"ANLZ.php","timestamp":1658326657585},{"id":"eU51.php","source":"undoRedo.source","timestamp":1658326660995},{"id":"K0EO.php","timestamp":1658326673413},{"id":"VlxI.php","source":"undoRedo.source","timestamp":1658326676902},{"id":"JxD9.php","timestamp":1658326708616},{"id":"JWVb.php","timestamp":1658326919039},{"id":"MoX3.php","timestamp":1658327328929},{"id":"oMaK.php","source":"undoRedo.source","timestamp":1658327380478},{"id":"fd3J.php","source":"undoRedo.source","timestamp":1658327738946},{"id":"Umoj.php","timestamp":1658327899843},{"id":"j7dr.php","timestamp":1658328679217},{"id":"gtyu.php","timestamp":1658328697183},{"id":"h9wU.php","timestamp":1660554568415},{"id":"MJEr.php","timestamp":1660554827076},{"id":"nvki.php","timestamp":1660555642559},{"id":"KW1l.php","timestamp":1660556004429},{"id":"E2dY.php","timestamp":1660556059473},{"id":"uv0H.php","timestamp":1660556403904},{"id":"JKo9.php","timestamp":1660556436758},{"id":"yqyS.php","source":"undoRedo.source","timestamp":1660556437730},{"id":"56OX.php","source":"undoRedo.source","timestamp":1660556452131},{"id":"TbtP.php","timestamp":1660556499051},{"id":"rVxc.php","timestamp":1660556513582},{"id":"BfeU.php","timestamp":1660556542710},{"id":"IYIj.php","timestamp":1660556580760},{"id":"PHE0.php","timestamp":1660556595838},{"id":"55aD.php","timestamp":1660556646010},{"id":"YeUE.php","timestamp":1660556663735},{"id":"cUmm.php","timestamp":1660556894527},{"id":"hN9c.php","timestamp":1660556906826},{"id":"T2OG.php","timestamp":1660556948427},{"id":"nn0G.php","timestamp":1660557197437},{"id":"eS2h.php","timestamp":1660571759747}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/plugins/agent/README.md","entries":[{"id":"vaqr.md","timestamp":1657140723088}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Assets/Command%20lines%20for%20downloading%20databases.txt","entries":[{"id":"lIaf.txt","source":"textFileCreate.source","timestamp":1653557796909}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/account/favourites/index.twig","entries":[{"id":"voJa.twig","timestamp":1651755028773},{"id":"baTS.twig","source":"undoRedo.source","timestamp":1651755038366},{"id":"k7B7.twig","timestamp":1651755121611},{"id":"F4Es.twig","timestamp":1651755196465},{"id":"X26f.twig","timestamp":1651755240752},{"id":"5Tdx.twig","timestamp":1656599545515},{"id":"okQ7.twig","timestamp":1656599587723}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/check-availability.css.map","entries":[{"id":"j6Aa.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Request%20Events/src/RequestEvents.php","entries":[{"id":"nyyQ.php","timestamp":1673431681301},{"id":"Pd3b.php","timestamp":1673431697654},{"id":"6L54.php","timestamp":1673431975135},{"id":"uAY6.php","timestamp":1673432010700},{"id":"e3o8.php","timestamp":1673432337087},{"id":"8SxM.php","timestamp":1673435719651},{"id":"okoC.php","timestamp":1673435744482},{"id":"7m8i.php","timestamp":1673435761871},{"id":"U7p7.php","source":"undoRedo.source","timestamp":1673435765086},{"id":"rdJO.php","timestamp":1673435786941},{"id":"M8el.php","timestamp":1673435799693},{"id":"QRVe.php","source":"undoRedo.source","timestamp":1673435803868},{"id":"z9Fx.php","source":"undoRedo.source","timestamp":1673442793048}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/how-pairly-works.svg","entries":[{"id":"kHTS.svg","timestamp":1657695668009}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Assets/icon.svg","entries":[{"id":"rGjw.svg","timestamp":1672821668361}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/images/illustrations/main-in-chair-with-cat.svg","entries":[{"id":"RMVg.svg","timestamp":1657695750704}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/plugins/helpers/src/helpers/Attributes.php","entries":[{"id":"hyDi.php","timestamp":1649685045164},{"id":"P0FL.php","timestamp":1660641600183}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/account/dashboard-cards.css.map","entries":[{"id":"hMw0.map","source":"Workspace Edit","timestamp":1657185474273}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/modules/universal/twigextensions/TwigExtensions.php","entries":[{"id":"DihN.php","timestamp":1673861561984},{"id":"2hJj.php","timestamp":1673862060541},{"id":"IExF.php","timestamp":1673862173671}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/sections/_content.scss","entries":[{"id":"3dbn.scss","timestamp":1672840546716}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/templates/index.twig","entries":[{"id":"0tll.twig","source":"searchReplace.source","timestamp":1672747737497},{"id":"8DSt.twig","timestamp":1672753368086},{"id":"gJYs.twig","timestamp":1672830098029},{"id":"vhsL.twig","timestamp":1672830128119}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Farley%20Sport/Website/web/index.php","entries":[{"id":"pNRQ.php","timestamp":1651586569698},{"id":"S2YB.php","source":"undoRedo.source","timestamp":1651586597504},{"id":"1ZQq.php","timestamp":1652127906331},{"id":"4EOZ.php","source":"undoRedo.source","timestamp":1652127918019},{"id":"VrxK.php","timestamp":1652127953468},{"id":"nJDI.php","source":"undoRedo.source","timestamp":1652127960347},{"id":"MWmy.php","timestamp":1652128636352}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/_core/block.scss","entries":[{"id":"2o5D.scss","timestamp":1658755739056}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/RSG%20Consulting/Website/config/app.php","entries":[{"id":"CH17.php","timestamp":1673870447660},{"id":"VjjQ.php","timestamp":1673874918329}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/vendor/marknotton/agent/src/models/Settings.php","entries":[{"id":"jMsa.php","timestamp":1658736581005},{"id":"LYZG.php","timestamp":1658736634372},{"id":"rIkw.php","timestamp":1658736647849},{"id":"yGD6.php","timestamp":1658736675357},{"id":"Ahv9.php","source":"undoRedo.source","timestamp":1658736682770},{"id":"Rra9.php","timestamp":1658736768475},{"id":"AJVI.php","timestamp":1658736800178},{"id":"a2it.php","timestamp":1658736818614},{"id":"ZZcn.php","timestamp":1658737057960},{"id":"3Jtz.php","source":"undoRedo.source","timestamp":1658737066261},{"id":"AyVz.php","timestamp":1658737117652},{"id":"9n0h.php","timestamp":1658737129801},{"id":"GEUM.php","timestamp":1658737963964},{"id":"PhVq.php","timestamp":1658737988059},{"id":"5pDK.php","timestamp":1658738001086},{"id":"l29k.php","timestamp":1658738023164},{"id":"XsQS.php","timestamp":1658738176996},{"id":"D33s.php","timestamp":1658738216330},{"id":"Dnbm.php","timestamp":1658738249785},{"id":"pp9b.php","timestamp":1658738329101},{"id":"5P42.php","timestamp":1658738343141},{"id":"ru9y.php","timestamp":1658738366923},{"id":"NwXh.php","timestamp":1658738379887},{"id":"RDQN.php","timestamp":1658738430736},{"id":"tKym.php","timestamp":1658740691987},{"id":"4gDl.php","timestamp":1658740713805},{"id":"fZb4.php","timestamp":1658740734949},{"id":"CEIZ.php","source":"undoRedo.source","timestamp":1658740738780},{"id":"YXae.php","timestamp":1658740801068},{"id":"s1Vt.php","timestamp":1658741018335},{"id":"NBHp.php","source":"undoRedo.source","timestamp":1658741023389},{"id":"dzQ1.php","timestamp":1658741030981},{"id":"zKfJ.php","source":"undoRedo.source","timestamp":1658741205177},{"id":"LAGv.php","timestamp":1658741488297},{"id":"4ywG.php","timestamp":1658741498760},{"id":"aqRQ.php","timestamp":1658741509672},{"id":"clOp.php","timestamp":1658741996755},{"id":"uaNG.php","timestamp":1658742016286},{"id":"9TQF.php","timestamp":1658742030325},{"id":"3LQV.php","timestamp":1658742255237},{"id":"wQxo.php","timestamp":1658742271708},{"id":"5N3v.php","timestamp":1658742352259},{"id":"4C5c.php","timestamp":1658742437354},{"id":"lmrD.php","timestamp":1658742796022},{"id":"Sn6b.php","timestamp":1658742952350},{"id":"RQ76.php","timestamp":1658742977010},{"id":"po3t.php","timestamp":1658780220924},{"id":"AjS4.php","timestamp":1658780440065},{"id":"qHEv.php","timestamp":1658780452243},{"id":"inf8.php","timestamp":1658781727126}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/web/assets/css/sourcemaps/components/file-uploader.css.map","entries":[{"id":"ghUR.map","source":"Workspace Edit","timestamp":1657185474290}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/core/_typography.scss","entries":[{"id":"cLEM.scss","timestamp":1672763831134},{"id":"zgbc.scss","timestamp":1672763842905}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/_components/blocks/text-content.scss","entries":[{"id":"u5XG.scss","source":"searchReplace.source","timestamp":1672919734265},{"id":"OcX3.scss","source":"searchReplace.source","timestamp":1672919746808},{"id":"7K1Y.scss","source":"searchReplace.source","timestamp":1672919772138},{"id":"s4du.scss","source":"searchReplace.source","timestamp":1672919802256},{"id":"h2X4.scss","source":"searchReplace.source","timestamp":1672919848187},{"id":"dxsa.scss","source":"searchReplace.source","timestamp":1672919873636},{"id":"FaRi.scss","source":"undoRedo.source","timestamp":1672928419532}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/plugins/agent/src/templates/examples.twig","entries":[{"id":"SsCM.twig","source":"Rename methods.twig to examples.twig","timestamp":1658060142341}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/assets/Agent.min.js","entries":[{"id":"2mXS.js","timestamp":1657572086536},{"id":"3e1s.js","timestamp":1658224301858},{"id":"7bdn.js","timestamp":1658224434203}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/scripts/components/article-list.js","entries":[{"id":"HrvS.js","timestamp":1655215941010}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/manticore/src/services/Manticore.php","entries":[{"id":"IsvS.php","timestamp":1657709370466},{"id":"ql3T.php","timestamp":1657709396418},{"id":"Dsnx.php","timestamp":1657709444414},{"id":"q8Sg.php","timestamp":1657709469882}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/components/search/_search-availability.scss","entries":[{"id":"AaSo.scss","timestamp":1649749981976},{"id":"2ed8.scss","timestamp":1649754994969},{"id":"LhsV.scss","timestamp":1649755086288},{"id":"255f.scss","timestamp":1650616180261},{"id":"EDWW.scss","timestamp":1650616201561},{"id":"XKO8.scss","timestamp":1650616232303},{"id":"Wn23.scss","timestamp":1650616270776},{"id":"govm.scss","source":"undoRedo.source","timestamp":1650616284931},{"id":"NEHO.scss","timestamp":1650616318139},{"id":"DUgk.scss","timestamp":1650616329442},{"id":"96LJ.scss","timestamp":1650616340149},{"id":"7m7M.scss","timestamp":1650616363804},{"id":"OaqE.scss","timestamp":1650616470137},{"id":"LIFF.scss","timestamp":1650616482338},{"id":"nFdk.scss","timestamp":1650616495023},{"id":"Wcjl.scss","timestamp":1650616894853}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/vendor/yellostudio/agent/src/templates/settings.twig","entries":[{"id":"tf8D.twig","timestamp":1657534224910},{"id":"lwK1.twig","timestamp":1657534733080},{"id":"eBbW.twig","timestamp":1657534756264},{"id":"yf7r.twig","timestamp":1657534856931}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/Carescout.php","entries":[{"id":"35z5.php","timestamp":1655217692262},{"id":"nkkf.php","timestamp":1655217884755},{"id":"znfl.php","timestamp":1655217910076},{"id":"M1If.php","timestamp":1655217922857},{"id":"cdrJ.php","timestamp":1655217942593},{"id":"wDIJ.php","source":"undoRedo.source","timestamp":1655217946299},{"id":"qhVO.php","timestamp":1655217970092},{"id":"IIkz.php","timestamp":1655217998996},{"id":"Ibnu.php","timestamp":1655218027018},{"id":"fPI6.php","timestamp":1655218102677},{"id":"VTuh.php","timestamp":1655218583747},{"id":"uazq.php","timestamp":1655827859559},{"id":"WYjA.php","timestamp":1655828236699},{"id":"tpdh.php","timestamp":1655828908827},{"id":"pCtA.php","timestamp":1655828952494},{"id":"EJSq.php","timestamp":1655829060655}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/base.scss","entries":[{"id":"MXsJ.scss","timestamp":1672840034809},{"id":"AAav.scss","source":"renamed.source","timestamp":1672840404266},{"id":"hsy4.scss","timestamp":1672840419100},{"id":"RuCx.scss","timestamp":1672846529783},{"id":"fulk.scss","timestamp":1672846582780},{"id":"WkG1.scss","timestamp":1672846611175},{"id":"mZhh.scss","timestamp":1672846651194},{"id":"kTO7.scss","timestamp":1672847736108},{"id":"IAnG.scss","source":"undoRedo.source","timestamp":1672847748328},{"id":"yL19.scss","timestamp":1672847943638},{"id":"7vSz.scss","source":"undoRedo.source","timestamp":1672848373824},{"id":"EfCO.scss","timestamp":1672848426523},{"id":"LpIY.scss","timestamp":1672849010583},{"id":"enCJ.scss","timestamp":1672849082211},{"id":"0Nob.scss","timestamp":1672849163287}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/css/main.scss","entries":[{"id":"GsCl.scss","timestamp":1649325934002},{"id":"KxOz.scss","timestamp":1649325973360}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Plugins/Agent/Private/README.md","entries":[{"id":"beG3.md","timestamp":1657543565626},{"id":"XJK3.md","timestamp":1658229202778},{"id":"H3x8.md","timestamp":1658229229807},{"id":"vUgD.md","timestamp":1658232886006},{"id":"3BJa.md","timestamp":1658232960530}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/src/sass/pages/account/complete.scss","entries":[{"id":"oyOg.scss","timestamp":1653560668782},{"id":"vhgh.scss","timestamp":1653560689700},{"id":"91yF.scss","timestamp":1653561508847},{"id":"SBAC.scss","timestamp":1653561706018},{"id":"T0Yo.scss","timestamp":1653561718942},{"id":"qC4M.scss","timestamp":1653561811185},{"id":"eHPr.scss","timestamp":1653561824762},{"id":"mk2B.scss","timestamp":1653566917974},{"id":"eN40.scss","timestamp":1653566948600},{"id":"nFRZ.scss","timestamp":1653567358505},{"id":"oTys.scss","timestamp":1653568416921},{"id":"oGbN.scss","timestamp":1653568471959},{"id":"P7Hp.scss","timestamp":1653569145209},{"id":"lhJQ.scss","timestamp":1653569168950},{"id":"q7EZ.scss","timestamp":1653569241214},{"id":"ZGQL.scss","timestamp":1653569307967},{"id":"nI0L.scss","timestamp":1653569328934},{"id":"5adp.scss","timestamp":1653569478765},{"id":"vPKZ.scss","timestamp":1653569510005},{"id":"kP8E.scss","timestamp":1653569603922},{"id":"x31z.scss","timestamp":1653569829070},{"id":"TRrp.scss","timestamp":1653569866462},{"id":"zX2A.scss","timestamp":1653569882869},{"id":"WSl8.scss","timestamp":1653569900126},{"id":"wIru.scss","timestamp":1653570042369},{"id":"TxNu.scss","timestamp":1653570469405},{"id":"BiXP.scss","timestamp":1653570494177},{"id":"iiJl.scss","timestamp":1653570509748},{"id":"W5ge.scss","timestamp":1653570533958},{"id":"rIkV.scss","timestamp":1653570559985},{"id":"Ctww.scss","timestamp":1653571418531},{"id":"2VeU.scss","timestamp":1653571908703},{"id":"Qu4g.scss","timestamp":1653571974478}]}
{"version":1,"resource":"file:///Users/marknotton/Downloads/custom-pseudo-element-example/dist/index.html","entries":[{"id":"p84P.html","timestamp":1659428590951}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/modules/carescout/models/api/v202109/helper/UserHelper.php","entries":[{"id":"koVQ.php","timestamp":1656921740760},{"id":"ekqV.php","timestamp":1656922033328},{"id":"KQJJ.php","timestamp":1656922098375}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Brands%20With%20Values/Website/src/html/reports/index.mustache","entries":[{"id":"M7jI.mustache","timestamp":1649325255183},{"id":"Gp6z.mustache","timestamp":1658831548384},{"id":"a5RG.mustache","timestamp":1658831920851},{"id":"Cbtz.mustache","source":"undoRedo.source","timestamp":1658832042482},{"id":"YMOK.mustache","source":"undoRedo.source","timestamp":1658832647219},{"id":"9cnj.mustache","timestamp":1658833880118}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Pairly/Website/templates/care-at-home/_entry.twig","entries":[{"id":"lMxA.twig","timestamp":1654760495648},{"id":"EUZu.twig","timestamp":1654760622966}]}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/package.json","entries":[{"id":"ZPsy.json","timestamp":1673540711055},{"id":"LAeS.json","timestamp":1673540732703}]}
{
"name": "craft-4",
"private": true,
"version": "0.0.0",
"type": "module",
"devDependencies": {
"vite": "^4.0.0",
"vite-plugin-mkcert": "^1.11.0",
"vite-plugin-restart": "^0.3.0"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
}
}
{
"name": "craft-4",
"private": true,
"version": "0.0.0",
"type": "module",
"devDependencies": {
"vite-plugin-mkcert": "^1.11.0",
"vite-plugin-restart": "^0.3.0"
}
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Enra/Website/src/sass/components/blocks/_text-content.scss","entries":[{"id":"ozlc.scss","source":"searchReplace.source","timestamp":1672841973676},{"id":"FbuL.scss","timestamp":1672846748977},{"id":"ooQL.scss","source":"moved.source","timestamp":1672847559705},{"id":"jTXS.scss","source":"moved.source","timestamp":1672847621465}]}
{
"git.ignoreLimitWarning": true
}
{"version":1,"resource":"file:///Users/marknotton/Projects/Craft%20CMS/Craft%204/.vscode/settings.json","entries":[{"id":"raNd.json","timestamp":1673262525122},{"id":"Cqv9.json","timestamp":1673522934182}]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment