wecui
Version:
一款基于Vue2.x版本的移动端web组件
32 lines (31 loc) • 663 B
JSON
{
"name": "humps",
"version": "1.1.0",
"description": "Underscore-to-camelCase converter (and vice versa) for strings and object keys in JavaScript.",
"main": "humps.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/domchristie/humps.git"
},
"keywords": [
"utils",
"camel",
"case",
"underscore",
"converter",
"strings",
"objects"
],
"author": "Dom Christie",
"license": "MIT",
"devDependencies": {
"mocha": "^2.2.5"
},
"bugs": {
"url": "https://github.com/domchristie/humps/issues"
},
"homepage": "https://github.com/domchristie/humps"
}