UNPKG

@zodash/snake-case

Version:

Convert (camelCase) string to snakeCase.

77 lines (76 loc) 1.61 kB
{ "name": "@zodash/snake-case", "version": "0.1.9", "description": "Convert (camelCase) string to snakeCase.", "keywords": [ "snakeCase", "underscore", "lodash" ], "author": "zero <tobewhatwewant@gmail.com>", "homepage": "https://github.com/zcorky/zodash#readme", "license": "MIT", "main": "lib/snakeCase.js", "directories": { "lib": "lib" }, "files": [ "lib" ], "jest": { "roots": [ "__tests__" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": ".*\\.(spec|test)\\.(ts|tsx)$", "moduleDirectories": [ "node_modules", "src" ], "moduleFileExtensions": [ "ts", "tsx", "js", "jsx" ], "coverageDirectory": "./coverage/", "collectCoverage": true, "collectCoverageFrom": [ "src/**/*.{ts,tsx}" ], "coverageThreshold": { "global": { "branches": 80, "functions": 90, "lines": 90, "statements": -10 } } }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/zcorky/zodash.git" }, "scripts": { "build": "yarn clean && tsc", "watch": "yarn clean && tsc -w", "clean": "rm -rf lib", "test": "jest -w 1", "coverage": "codecov" }, "bugs": { "url": "https://github.com/zcorky/zodash/issues" }, "devDependencies": { "@types/lodash": "^4.14.123", "@zcorky/deep-equal": "^0.0.1", "@zodash/camel-case": "^0.0.2", "lodash": "^4.17.11" }, "gitHead": "94dc8d1577cd67a4cf89884b10c23eb9caeef9f7" }