mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-19 00:53:48 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
47
node_modules/compare-func/package.json
generated
vendored
Normal file
47
node_modules/compare-func/package.json
generated
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "compare-func",
|
||||
"version": "1.3.2",
|
||||
"description": "Get a compare function for array to sort",
|
||||
"homepage": "https://github.com/stevemao/compare-func",
|
||||
"author": {
|
||||
"name": "Steve Mao",
|
||||
"email": "maochenyan@gmail.com",
|
||||
"url": "https://github.com/stevemao"
|
||||
},
|
||||
"repository": "stevemao/compare-func",
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"compare-func",
|
||||
"arr",
|
||||
"array",
|
||||
"by",
|
||||
"compare",
|
||||
"dot",
|
||||
"get",
|
||||
"obj",
|
||||
"object",
|
||||
"prop",
|
||||
"property",
|
||||
"sort",
|
||||
"sorting"
|
||||
],
|
||||
"dependencies": {
|
||||
"array-ify": "^1.0.0",
|
||||
"dot-prop": "^3.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"coveralls": "^2.11.2",
|
||||
"istanbul": "^0.4.4",
|
||||
"jscs": "^3.0.5",
|
||||
"jshint": "^2.7.0",
|
||||
"mocha": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "istanbul cover _mocha -- -R spec && rm -rf ./coverage",
|
||||
"lint": "jshint *.js --exclude node_modules && jscs *.js",
|
||||
"test": "npm run-script lint && mocha"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user