mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
chore(package): re-init package with commitizen and standard-release
This commit is contained in:
46
node_modules/detect-indent/package.json
generated
vendored
Normal file
46
node_modules/detect-indent/package.json
generated
vendored
Normal file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "detect-indent",
|
||||
"version": "4.0.0",
|
||||
"description": "Detect the indentation of code",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/detect-indent",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"keywords": [
|
||||
"indent",
|
||||
"indentation",
|
||||
"detect",
|
||||
"infer",
|
||||
"identify",
|
||||
"code",
|
||||
"string",
|
||||
"text",
|
||||
"source",
|
||||
"space",
|
||||
"tab"
|
||||
],
|
||||
"dependencies": {
|
||||
"repeating": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"xo": {
|
||||
"ignores": [
|
||||
"fixture/**"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user