display-width
Advanced tools
Comparing version 2.0.0 to 2.0.1
{ | ||
"author": "Bill Mill <bill@billmill.org>", | ||
"description": "A node.js port of [uwcwidth](https://github.com/Z4JC/uwcwidth), a fast function for determining a string's display width", | ||
"devDependencies": { | ||
"esbuild": "^0.24.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"exports": { | ||
@@ -38,2 +43,6 @@ ".": { | ||
"name": "display-width", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/llimllib/display-width.git" | ||
}, | ||
"scripts": { | ||
@@ -47,7 +56,4 @@ "buildCJS": "esbuild --bundle index.js --outfile=dist/index.cjs --minify --platform=node --format=cjs", | ||
"type": "module", | ||
"version": "2.0.0", | ||
"devDependencies": { | ||
"esbuild": "^0.24.0", | ||
"typescript": "^5.6.3" | ||
} | ||
"types": "dist/index.d.ts", | ||
"version": "2.0.1" | ||
} |
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
32713
1
0