{"id":17809564,"url":"https://github.com/ldd/better-package-json","last_synced_at":"2025-07-01T04:39:44.183Z","repository":{"id":39746133,"uuid":"179797180","full_name":"ldd/better-package-json","owner":"ldd","description":"VS Code Extension for a better experience using package.json files","archived":false,"fork":false,"pushed_at":"2023-01-07T04:27:37.000Z","size":1774,"stargazers_count":6,"open_issues_count":10,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-28T02:09:43.938Z","etag":null,"topics":["npm","npm-package","vscode-extension"],"latest_commit_sha":null,"homepage":null,"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/ldd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-04-06T06:28:02.000Z","updated_at":"2024-01-10T06:10:17.000Z","dependencies_parsed_at":"2023-02-06T11:45:24.176Z","dependency_job_id":null,"html_url":"https://github.com/ldd/better-package-json","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldd%2Fbetter-package-json","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldd%2Fbetter-package-json/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldd%2Fbetter-package-json/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldd%2Fbetter-package-json/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldd","download_url":"https://codeload.github.com/ldd/better-package-json/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243871904,"owners_count":20361380,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["npm","npm-package","vscode-extension"],"created_at":"2024-10-27T15:19:50.282Z","updated_at":"2025-03-17T17:30:40.328Z","avatar_url":"https://github.com/ldd.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# better-package-json\n\nTool for managing project dependencies.\nInspired by [npm-gui](https://www.npmjs.com/package/npm-gui).\n\n![analyze packages preview](./images/command-analyze-packages.png)\n\n## Features\n\n- annotate `package.json` files\n- update all dependencies found in `package.json`, or just those patched with updates\n\n## Configuration\n\nThis extension can be configured in User Settings or Workspace settings.\n\n`\"better-packages.safeMode\": true`  \n This setting will control whether `#` is preprended to commands. This turns them into comments that you can modify at your leisure.\n\n\u003e e.g: `#yard add react@16.0.0`\n\n`\"better-packages.semVerRange\": original || exact || tilde || caret`  \nSpecifies what semantic version range to use when updating packages.\n\nGiven these dependencies on `package.json` :\n\n```\ndependencies: {\n  \"A\": \"^1.0.0\", // latest is 1.0.3\n  \"B\": \"~1.0.0\" // latest is 1.0.4\n}\n```\n\n`original`: Adapts to the range originally used in `package.json`.\n\n\u003e `yarn add A@^1.0.3 B@~1.0.4`\n\n`exact`: Uses an exact version.\n\n\u003e `yarn add A@1.0.3 B@1.0.4`\n\n`tilde`: Always uses `~`.\n\n\u003e `yarn add A@~1.0.3 B@~1.0.4`\n\n`caret`: Always uses `^`.\n\n\u003e `yarn add A@^1.0.3 B@^1.0.4`\n\n## Release Notes\n\n#### 0.2.1\n\n- fix some security issues\n\n#### 0.2.0\n\n- use `package-lock.json` instead of `npm-package-lock.json`\n\n#### 0.1.0\n\nadd `safeMode` and `semVerRange` configuration options\n\n#### 0.0.1\n\nInitial public release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldd%2Fbetter-package-json","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldd%2Fbetter-package-json","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldd%2Fbetter-package-json/lists"}