UNPKG

name-case-transform

Version:
48 lines (47 loc) 1.12 kB
{ "name": "name-case-transform", "version": "1.0.6", "description": "name case transform tool", "main": "./source/index.js", "type": "module", "scripts": { "test": "node ./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "git+https://github.com/jingping-ye/name-case-transform.git" }, "keywords": [ "styles", "name-case", "underline", "camel", "hyphen", "JSON", "大小写", "命名风格", "下划线", "连字符", "驼峰", "大小驼峰", "大小写转换", "命名风格转换" ], "author": "", "license": "ISC", "bugs": { "url": "https://github.com/jingping-ye/name-case-transform/issues" }, "homepage": "https://github.com/jingping-ye/name-case-transform#readme", "devDependencies": { "@types/chai": "^4.2.14", "@types/mocha": "^8.0.4", "babel-preset-es2015": "^6.24.1", "babel-preset-latest": "^6.24.1", "chai": "^4.2.0", "mocha": "^8.2.1" }, "dependencies": { "babel-plugin-array-includes": "^2.0.3" } }