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

github.com/austingebauer/devise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/strip-indent/package.json')
-rw-r--r--node_modules/strip-indent/package.json78
1 files changed, 0 insertions, 78 deletions
diff --git a/node_modules/strip-indent/package.json b/node_modules/strip-indent/package.json
deleted file mode 100644
index fa60572..0000000
--- a/node_modules/strip-indent/package.json
+++ /dev/null
@@ -1,78 +0,0 @@
-{
- "_from": "strip-indent@^1.0.1",
- "_id": "strip-indent@1.0.1",
- "_inBundle": false,
- "_integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
- "_location": "/strip-indent",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "strip-indent@^1.0.1",
- "name": "strip-indent",
- "escapedName": "strip-indent",
- "rawSpec": "^1.0.1",
- "saveSpec": null,
- "fetchSpec": "^1.0.1"
- },
- "_requiredBy": [
- "/redent"
- ],
- "_resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
- "_shasum": "0c7962a6adefa7bbd4ac366460a638552ae1a0a2",
- "_spec": "strip-indent@^1.0.1",
- "_where": "/Users/gebauer/ws/themes/ag/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"
- },
- "bundleDependencies": false,
- "dependencies": {
- "get-stdin": "^4.0.1"
- },
- "deprecated": false,
- "description": "Strip leading whitespace from every line in a string",
- "devDependencies": {
- "mocha": "*"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js",
- "cli.js"
- ],
- "homepage": "https://github.com/sindresorhus/strip-indent#readme",
- "keywords": [
- "cli",
- "bin",
- "browser",
- "strip",
- "normalize",
- "remove",
- "indent",
- "indentation",
- "whitespace",
- "space",
- "tab",
- "string",
- "str"
- ],
- "license": "MIT",
- "name": "strip-indent",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/strip-indent.git"
- },
- "scripts": {
- "test": "mocha"
- },
- "version": "1.0.1"
-}