sponge-case
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "sponge-case", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Transform into a string with random capitalization applied", | ||
"type": "module", | ||
"files": [ | ||
"dist/" | ||
], | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"scripts": { | ||
"format": "ts-scripts format", | ||
"specs": "ts-scripts specs", | ||
"test": "ts-scripts test", | ||
"build": "ts-scripts build", | ||
"bench": "vitest bench", | ||
"prepublishOnly": "npm run build" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/blakeembrey/change-case.git" | ||
}, | ||
"keywords": [ | ||
@@ -35,2 +16,11 @@ "random", | ||
], | ||
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/sponge-case#readme", | ||
"bugs": { | ||
"url": "https://github.com/blakeembrey/change-case/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/blakeembrey/change-case.git" | ||
}, | ||
"license": "MIT", | ||
"author": { | ||
@@ -41,7 +31,18 @@ "name": "Nate Rabins", | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/blakeembrey/change-case/issues" | ||
"type": "module", | ||
"exports": { | ||
".": "./dist/index.js" | ||
}, | ||
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/sponge-case#readme", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/" | ||
], | ||
"scripts": { | ||
"bench": "vitest bench", | ||
"build": "ts-scripts build", | ||
"format": "ts-scripts format", | ||
"prepublishOnly": "npm run build", | ||
"specs": "ts-scripts specs", | ||
"test": "ts-scripts test" | ||
}, | ||
"publishConfig": { | ||
@@ -48,0 +49,0 @@ "access": "public" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2832