{"id":19437386,"url":"https://github.com/reenhanced/js4crm-autocompletecity","last_synced_at":"2025-10-26T21:38:11.813Z","repository":{"id":136586623,"uuid":"149350063","full_name":"reenhanced/js4crm-autocompleteCity","owner":"reenhanced","description":"Example of external autocomplete for Microsoft Dynamics 365","archived":false,"fork":false,"pushed_at":"2019-03-05T14:07:20.000Z","size":65,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-26T21:38:11.214Z","etag":null,"topics":["dynamics-365","dynamics-crm","xrm"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/reenhanced.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-09-18T20:46:03.000Z","updated_at":"2021-03-18T17:06:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"d8f5201f-1b61-4bf9-a853-29dd9055e188","html_url":"https://github.com/reenhanced/js4crm-autocompleteCity","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/reenhanced/js4crm-autocompleteCity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fjs4crm-autocompleteCity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fjs4crm-autocompleteCity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fjs4crm-autocompleteCity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fjs4crm-autocompleteCity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/reenhanced","download_url":"https://codeload.github.com/reenhanced/js4crm-autocompleteCity/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/reenhanced%2Fjs4crm-autocompleteCity/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281178947,"owners_count":26456678,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dynamics-365","dynamics-crm","xrm"],"created_at":"2024-11-10T15:14:31.073Z","updated_at":"2025-10-26T21:38:11.808Z","avatar_url":"https://github.com/reenhanced.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"nhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ npm init\r\nThis utility will walk you through creating a package.json file.\r\nIt only covers the most common items, and tries to guess sensible defaults.\r\n\r\nSee `npm help json` for definitive documentation on these fields\r\nand exactly what they do.\r\n\r\nUse `npm install \u003cpkg\u003e` afterwards to install a package and\r\nsave it as a dependency in the package.json file.\r\n\r\nPress ^C at any time to quit.\r\npackage name: (autocomplete-city)\r\nversion: (1.0.0)\r\ndescription: Autocompletes City names in Dynamics using Xrm API\r\nentry point: (index.js)\r\ntest command:\r\ngit repository:\r\nkeywords: xrm, dynamics, autocomplete\r\nauthor: Nick Hance \u003cnhance@buildbettersoftware.com\u003e\r\nlicense: (ISC) Private\r\nSorry, license should be a valid SPDX license expression (without \"LicenseRef\"), \"UNLICENSED\", or \"SEE LICENSE IN \u003cfilename\u003e\".\r\nlicense: (ISC) SEE LICENSE IN LICENSE.md\r\nAbout to write to /mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city/package.json:\r\n\r\n{\r\n  \"name\": \"autocomplete-city\",\r\n  \"version\": \"1.0.0\",\r\n  \"description\": \"Autocompletes City names in Dynamics using Xrm API\",\r\n  \"main\": \"index.js\",\r\n  \"scripts\": {\r\n    \"test\": \"echo \\\"Error: no test specified\\\" \u0026\u0026 exit 1\"\r\n  },\r\n  \"keywords\": [\r\n    \"xrm\",\r\n    \"dynamics\",\r\n    \"autocomplete\"\r\n  ],\r\n  \"author\": \"Nick Hance \u003cnhance@buildbettersoftware.com\u003e\",\r\n  \"license\": \"SEE LICENSE IN LICENSE.md\"\r\n}\r\n\r\n\r\nIs this OK? (yes) yes\r\nnhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ npm install --save @types/xrm\r\nnpm notice created a lockfile as package-lock.json. You should commit this file.\r\nnpm WARN autocomplete-city@1.0.0 No repository field.\r\n\r\n+ @types/xrm@9.0.7\r\nadded 1 package from 6 contributors and audited 1 package in 7.198s\r\nfound 0 vulnerabilities\r\n\r\nnhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ npm install --save-dev webpack\r\nnpm WARN autocomplete-city@1.0.0 No repository field.\r\nnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):\r\nnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {\"os\":\"darwin\",\"arch\":\"any\"} (current: {\"os\":\"linux\",\"arch\":\"x64\"})\r\n\r\n+ webpack@4.19.1\r\nadded 316 packages from 279 contributors and audited 4162 packages in 33.926s\r\nfound 0 vulnerabilities\r\n\r\nnhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ npm install --save-dev webpack-cli\r\nnpm WARN autocomplete-city@1.0.0 No repository field.\r\nnpm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4 (node_modules/fsevents):\r\nnpm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.4: wanted {\"os\":\"darwin\",\"arch\":\"any\"} (current: {\"os\":\"linux\",\"arch\":\"x64\"})\r\n\r\n+ webpack-cli@3.1.0\r\nadded 83 packages from 37 contributors and audited 4309 packages in 28.484s\r\nfound 0 vulnerabilities\r\n\r\nnhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ npm install -g typescript\r\n/home/nhance/.nvm/versions/node/v10.8.0/bin/tsc -\u003e /home/nhance/.nvm/versions/node/v10.8.0/lib/node_modules/typescript/bin/tsc\r\n/home/nhance/.nvm/versions/node/v10.8.0/bin/tsserver -\u003e /home/nhance/.nvm/versions/node/v10.8.0/lib/node_modules/typescript/bin/tsserver\r\n+ typescript@3.0.3\r\nadded 1 package from 1 contributor in 4.298s\r\nnhance@Home-Office:/mnt/c/Users/Nick Hance/Source/js4crm-resources/autocomplete-city$ tsc --init\r\nmessage TS6071: Successfully created a tsconfig.json file.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freenhanced%2Fjs4crm-autocompletecity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freenhanced%2Fjs4crm-autocompletecity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freenhanced%2Fjs4crm-autocompletecity/lists"}