sponge-case
Version:
Transform into a string with random capitalization applied
51 lines (50 loc) • 1.13 kB
JSON
{
"name": "sponge-case",
"version": "2.0.3",
"description": "Transform into a string with random capitalization applied",
"keywords": [
"random",
"randomize",
"spongebob",
"mocking",
"capital",
"case",
"convert",
"transform",
"capitalize"
],
"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": {
"name": "Nate Rabins",
"email": "nrabins@gmail.com",
"url": "http://rabins.dev"
},
"type": "module",
"exports": {
".": "./dist/index.js"
},
"main": "./dist/index.js",
"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": {
"access": "public"
}
}