param-case
Version:
Transform into a lower cased string with dashes between words
52 lines (51 loc) • 1.11 kB
JSON
{
"name": "param-case",
"version": "4.0.0",
"description": "Transform into a lower cased string with dashes between words",
"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": [
"param",
"case",
"kebab",
"hyphen",
"dash",
"dash-case",
"param-case",
"convert",
"transform"
],
"author": {
"name": "Blake Embrey",
"email": "hello@blakeembrey.com",
"url": "http://blakeembrey.me"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/blakeembrey/change-case/issues"
},
"homepage": "https://github.com/blakeembrey/change-case/tree/master/packages/param-case#readme",
"publishConfig": {
"access": "public"
},
"dependencies": {
"no-case": "^4.0.0"
}
}