aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-indent/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/detect-indent/package.json')
-rw-r--r--node_modules/detect-indent/package.json46
1 files changed, 46 insertions, 0 deletions
diff --git a/node_modules/detect-indent/package.json b/node_modules/detect-indent/package.json
new file mode 100644
index 000000000..fa477985c
--- /dev/null
+++ b/node_modules/detect-indent/package.json
@@ -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/**"
+ ]
+ }
+}