mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-20 09:33:49 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
32
node_modules/right-pad/package.json
generated
vendored
Normal file
32
node_modules/right-pad/package.json
generated
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "right-pad",
|
||||
"version": "1.0.1",
|
||||
"description": "Right Pad adds a padding to the right side of the string with the character of your choice or just blank space.",
|
||||
"author": {
|
||||
"name": "matthewh",
|
||||
"email": "hello@matthewh.in",
|
||||
"url": "http://matthewh.in/"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"private": false,
|
||||
"main": "rightpad.js",
|
||||
"homepage": "https://github.com/MatthewNPM/right-pad",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/MatthewNPM/right-pad"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/MatthewNPM/right-pad/issues"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"keywords": [
|
||||
"right",
|
||||
"pad",
|
||||
"string"
|
||||
],
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user