@amindunited/to-snake-case
Version:
Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.
34 lines (33 loc) • 828 B
JSON
{
"name": "@amindunited/to-snake-case",
"version": "0.0.0",
"description": "Accepts a, Title Case, camel Case or dash separated string and returns a copy separated by underscores.",
"main": "index.js",
"scripts": {
"test": "nyc --reporter=html mocha './src/**/*.test.js' --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amindunited/to-snake-case.git"
},
"keywords": [
"Javascript",
"String",
"Snake",
"Underscore",
"Case",
"SnakeCase",
"Snek"
],
"author": "amindunited",
"license": "MIT",
"bugs": {
"url": "https://github.com/amindunited/to-snake-case/issues"
},
"homepage": "https://github.com/amindunited/to-snake-case#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0"
}
}