aboutsummaryrefslogtreecommitdiff
path: root/node_modules/strip-indent/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/strip-indent/package.json')
-rw-r--r--node_modules/strip-indent/package.json109
1 files changed, 109 insertions, 0 deletions
diff --git a/node_modules/strip-indent/package.json b/node_modules/strip-indent/package.json
new file mode 100644
index 000000000..015d92d1b
--- /dev/null
+++ b/node_modules/strip-indent/package.json
@@ -0,0 +1,109 @@
+{
+ "_args": [
+ [
+ {
+ "raw": "strip-indent@^1.0.1",
+ "scope": null,
+ "escapedName": "strip-indent",
+ "name": "strip-indent",
+ "rawSpec": "^1.0.1",
+ "spec": ">=1.0.1 <2.0.0",
+ "type": "range"
+ },
+ "/home/dold/repos/taler/wallet-webex/node_modules/redent"
+ ]
+ ],
+ "_from": "strip-indent@>=1.0.1 <2.0.0",
+ "_id": "strip-indent@1.0.1",
+ "_inCache": true,
+ "_location": "/strip-indent",
+ "_nodeVersion": "0.12.0",
+ "_npmUser": {
+ "name": "sindresorhus",
+ "email": "sindresorhus@gmail.com"
+ },
+ "_npmVersion": "2.5.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "raw": "strip-indent@^1.0.1",
+ "scope": null,
+ "escapedName": "strip-indent",
+ "name": "strip-indent",
+ "rawSpec": "^1.0.1",
+ "spec": ">=1.0.1 <2.0.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/redent"
+ ],
+ "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
+ "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
+ "_shrinkwrap": null,
+ "_spec": "strip-indent@^1.0.1",
+ "_where": "/home/dold/repos/taler/wallet-webex/node_modules/redent",
+ "author": {
+ "name": "Sindre Sorhus",
+ "email": "sindresorhus@gmail.com",
+ "url": "http://sindresorhus.com"
+ },
+ "bin": {
+ "strip-indent": "cli.js"
+ },
+ "bugs": {
+ "url": "https://github.com/sindresorhus/strip-indent/issues"
+ },
+ "dependencies": {
+ "get-stdin": "^4.0.1"
+ },
+ "description": "Strip leading whitespace from every line in a string",
+ "devDependencies": {
+ "mocha": "*"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
+ "tarball": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz"
+ },
+ "engines": {
+ "node": ">=0.10.0"
+ },
+ "files": [
+ "index.js",
+ "cli.js"
+ ],
+ "gitHead": "addcf90a56001ea122e9f1254987016bc87e5b5f",
+ "homepage": "https://github.com/sindresorhus/strip-indent",
+ "keywords": [
+ "cli",
+ "bin",
+ "browser",
+ "strip",
+ "normalize",
+ "remove",
+ "indent",
+ "indentation",
+ "whitespace",
+ "space",
+ "tab",
+ "string",
+ "str"
+ ],
+ "license": "MIT",
+ "maintainers": [
+ {
+ "name": "sindresorhus",
+ "email": "sindresorhus@gmail.com"
+ }
+ ],
+ "name": "strip-indent",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/sindresorhus/strip-indent.git"
+ },
+ "scripts": {
+ "test": "mocha"
+ },
+ "version": "1.0.1"
+}