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.
 

58 lines
1.5 KiB

{
"_from": "git-log-parser@^1.2.0",
"_id": "git-log-parser@1.2.0",
"_inBundle": false,
"_integrity": "sha1-LmpMGxP8AAKCB7p5WnrDFme5/Uo=",
"_location": "/git-log-parser",
"_phantomChildren": {
"through2": "2.0.5"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "git-log-parser@^1.2.0",
"name": "git-log-parser",
"escapedName": "git-log-parser",
"rawSpec": "^1.2.0",
"saveSpec": null,
"fetchSpec": "^1.2.0"
},
"_requiredBy": [
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/git-log-parser/-/git-log-parser-1.2.0.tgz",
"_shasum": "2e6a4c1b13fc00028207ba795a7ac31667b9fd4a",
"_spec": "git-log-parser@^1.2.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/semantic-release",
"author": "",
"bugs": {
"url": "https://github.com/bendrucker/git-log-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"argv-formatter": "~1.0.0",
"spawn-error-forwarder": "~1.0.0",
"split2": "~1.0.0",
"stream-combiner2": "~1.1.1",
"through2": "~2.0.0",
"traverse": "~0.6.6"
},
"deprecated": false,
"description": "git-log-parser",
"devDependencies": {
"chai": "~1.10.0",
"mocha": "~2.0.1"
},
"homepage": "https://github.com/bendrucker/git-log-parser",
"license": "MIT",
"main": "./src",
"name": "git-log-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/bendrucker/git-log-parser.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.2.0"
}