Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/node_modules/min-indent/package.json')
-rw-r--r--assets/node_modules/min-indent/package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/assets/node_modules/min-indent/package.json b/assets/node_modules/min-indent/package.json
new file mode 100644
index 0000000..4520834
--- /dev/null
+++ b/assets/node_modules/min-indent/package.json
@@ -0,0 +1,38 @@
+{
+ "name": "min-indent",
+ "version": "1.0.0",
+ "description": "Get the shortest leading whitespace from lines in a string",
+ "main": "index.js",
+ "license": "MIT",
+ "repository": "https://github.com/thejameskyle/min-indent",
+ "author": {
+ "name": "James Kyle",
+ "email": "me@thejameskyle.com",
+ "url": "thejameskyle.com"
+ },
+ "engines": {
+ "node": ">=4"
+ },
+ "scripts": {
+ "test": "xo && ava"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "indent",
+ "indentation",
+ "normalize",
+ "whitespace",
+ "space",
+ "tab",
+ "string",
+ "str",
+ "min",
+ "minimum"
+ ],
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
+}