Simple email application for Android. Original source code: https://framagit.org/dystopia-project/simple-email
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

78 lines
1.7 KiB

{
"_from": "redent@^2.0.0",
"_id": "redent@2.0.0",
"_inBundle": false,
"_integrity": "sha1-wbIAe0LVfrE4kHmzyDM2OdXhzKo=",
"_location": "/redent",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "redent@^2.0.0",
"name": "redent",
"escapedName": "redent",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/meow"
],
"_resolved": "https://registry.npmjs.org/redent/-/redent-2.0.0.tgz",
"_shasum": "c1b2007b42d57eb1389079b3c8333639d5e1ccaa",
"_spec": "redent@^2.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/meow",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/redent/issues"
},
"bundleDependencies": false,
"dependencies": {
"indent-string": "^3.0.0",
"strip-indent": "^2.0.0"
},
"deprecated": false,
"description": "Strip redundant indentation and indent the string",
"devDependencies": {
"ava": "*",
"xo": "*"
},
"engines": {
"node": ">=4"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/redent#readme",
"keywords": [
"string",
"str",
"strip",
"trim",
"indent",
"indentation",
"add",
"reindent",
"normalize",
"remove",
"whitespace",
"space"
],
"license": "MIT",
"name": "redent",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/redent.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "2.0.0",
"xo": {
"esnext": true
}
}