We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033306b commit 439576dCopy full SHA for 439576d
package.json
@@ -1,14 +1,9 @@
1
{
2
- "name": "buffer-to-string",
+ "name": "@isaacs/buffer-to-string",
3
"version": "1.0.0",
4
"description": "A better Buffer.toString()",
5
"license": "MIT",
6
- "repository": "tapjs/buffer-to-string",
7
- "author": {
8
- "name": "James Talmage",
9
- "email": "[email protected]",
10
- "url": "github.com/jamestalmage"
11
- },
+ "repository": "[email protected]:tapjs/buffer-to-string",
12
"engines": {
13
"node": ">=18"
14
},
@@ -27,13 +22,6 @@
27
22
"files": [
28
23
"dist"
29
24
],
30
- "keywords": [
31
- "buffer",
32
- "string",
33
- "beautify",
34
- "pretty",
35
- "print"
36
- ],
37
25
"devDependencies": {
38
26
"prettier": "^3.6.2",
39
"tap": "^21.1.3",
0 commit comments