knip 5.77.1 → 5.77.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +32 -25
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -19,30 +19,32 @@ performance, less maintenance and easier refactorings.
|
|
|
19
19
|
|
|
20
20
|
- Website: [knip.dev][6]
|
|
21
21
|
- GitHub repo: [webpro-nl/knip][4]
|
|
22
|
-
- npm
|
|
23
|
-
- [
|
|
24
|
-
-
|
|
25
|
-
- [
|
|
22
|
+
- Official npm packages: [knip][1], [@knip/create-config][7],
|
|
23
|
+
[@knip/language-server][8], [@knip/mcp][9]
|
|
24
|
+
- [Knip on the VS Code Marketplace][10], [Knip on the Open VSX Registry][11]
|
|
25
|
+
- [Contributing Guide][12]
|
|
26
|
+
- Follow [@webpro.nl on Bluesky][13] for updates
|
|
27
|
+
- [Sponsor Knip!][14]
|
|
26
28
|
|
|
27
29
|
## Contributors
|
|
28
30
|
|
|
29
|
-
Special thanks to [the wonderful people who have contributed to Knip][
|
|
31
|
+
Special thanks to [the wonderful people who have contributed to Knip][15]!
|
|
30
32
|
|
|
31
33
|
## Knip
|
|
32
34
|
|
|
33
|
-
/'knɪp/ means "(to) cut" and is [pronounced with a hard "K"][
|
|
35
|
+
/'knɪp/ means "(to) cut" and is [pronounced with a hard "K"][16] 🇳🇱
|
|
34
36
|
|
|
35
37
|
## License
|
|
36
38
|
|
|
37
|
-
Knip is free and open-source software licensed under the [ISC License][
|
|
39
|
+
Knip is free and open-source software licensed under the [ISC License][17].
|
|
38
40
|
|
|
39
41
|
Parts of Knip have been inspired by and/or partially copy code from the
|
|
40
42
|
following projects:
|
|
41
43
|
|
|
42
|
-
- [@npmcli/package-json][
|
|
43
|
-
- [@pnpm/deps.graph-sequencer][
|
|
44
|
-
- [file-entry-cache][
|
|
45
|
-
- [json-parse-even-better-errors][
|
|
44
|
+
- [@npmcli/package-json][18] ([ISC][19])
|
|
45
|
+
- [@pnpm/deps.graph-sequencer][20] ([MIT][21])
|
|
46
|
+
- [file-entry-cache][22] ([MIT][23])
|
|
47
|
+
- [json-parse-even-better-errors][24] ([MIT][25])
|
|
46
48
|
|
|
47
49
|
[1]: https://www.npmjs.com/package/knip
|
|
48
50
|
[2]: https://img.shields.io/npm/v/knip?color=f56e0f
|
|
@@ -51,18 +53,23 @@ following projects:
|
|
|
51
53
|
[5]:
|
|
52
54
|
https://img.shields.io/github/stars/webpro-nl/knip?style=flat-square&color=f56e0f
|
|
53
55
|
[6]: https://knip.dev
|
|
54
|
-
[7]: https://
|
|
55
|
-
[8]: https://
|
|
56
|
-
[9]: https://
|
|
57
|
-
[10]: https://
|
|
58
|
-
[11]: https://
|
|
59
|
-
[12]:
|
|
60
|
-
[13]: https://
|
|
61
|
-
[14]: https://
|
|
62
|
-
[15]: https://
|
|
63
|
-
[16]: https://
|
|
64
|
-
[17]:
|
|
65
|
-
[18]:
|
|
56
|
+
[7]: https://www.npmjs.com/package/@knip/create-config
|
|
57
|
+
[8]: https://www.npmjs.com/package/@knip/language-server
|
|
58
|
+
[9]: https://www.npmjs.com/package/@knip/mcp
|
|
59
|
+
[10]: https://marketplace.visualstudio.com/items?itemName=webpro.vscode-knip
|
|
60
|
+
[11]: https://open-vsx.org/extension/webpro/vscode-knip
|
|
61
|
+
[12]: https://github.com/webpro-nl/knip/blob/main/.github/CONTRIBUTING.md
|
|
62
|
+
[13]: https://bsky.app/profile/webpro.nl
|
|
63
|
+
[14]: https://knip.dev/sponsors
|
|
64
|
+
[15]: https://knip.dev/#created-by-awesome-contributors
|
|
65
|
+
[16]: https://www.youtube.com/watch?v=PE7h7KvQoUI&t=9s
|
|
66
|
+
[17]: ./license
|
|
67
|
+
[18]: https://github.com/npm/package-json
|
|
68
|
+
[19]: https://github.com/npm/package-json/blob/main/LICENSE
|
|
69
|
+
[20]: https://github.com/pnpm/pnpm/tree/main/deps/graph-sequencer
|
|
70
|
+
[21]: https://github.com/pnpm/pnpm/blob/main/LICENSE
|
|
71
|
+
[22]: https://github.com/jaredwray/cacheable/tree/main/packages/file-entry-cache
|
|
72
|
+
[23]:
|
|
66
73
|
https://github.com/jaredwray/cacheable/blob/main/packages/file-entry-cache/LICENSE
|
|
67
|
-
[
|
|
68
|
-
[
|
|
74
|
+
[24]: https://github.com/npm/json-parse-even-better-errors
|
|
75
|
+
[25]: https://github.com/npm/json-parse-even-better-errors/blob/main/LICENSE.md
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const version = "5.77.
|
|
1
|
+
export declare const version = "5.77.2";
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const version = '5.77.
|
|
1
|
+
export const version = '5.77.2';
|