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:
48
node_modules/trim-off-newlines/package.json
generated
vendored
Normal file
48
node_modules/trim-off-newlines/package.json
generated
vendored
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"name": "trim-off-newlines",
|
||||
"version": "1.0.1",
|
||||
"description": "Similar to String#trim() but removes only newlines",
|
||||
"license": "MIT",
|
||||
"repository": "stevemao/trim-off-newlines",
|
||||
"author": {
|
||||
"name": "Steve Mao",
|
||||
"email": "maochenyan@gmail.com",
|
||||
"url": "github.com/stevemao"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && mocha"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"trim",
|
||||
"newlines",
|
||||
"new-lines",
|
||||
"newline",
|
||||
"new-lines",
|
||||
"string",
|
||||
"str",
|
||||
"util",
|
||||
"utils",
|
||||
"utility",
|
||||
"whitespace",
|
||||
"space",
|
||||
"remove",
|
||||
"delete"
|
||||
],
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"mocha": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"xo": {
|
||||
"envs": [
|
||||
"node",
|
||||
"mocha"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user