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.
 

73 lines
1.9 KiB

{
"_from": "marked-terminal@^3.0.0",
"_id": "marked-terminal@3.1.1",
"_inBundle": false,
"_integrity": "sha512-7UBFww1rdx0w9HehLMCVYa8/AxXaiDigDfMsJcj82/wgLQG9cj+oiMAVlJpeWD57VFJY2OYY+bKeEVIjIlxi+w==",
"_location": "/marked-terminal",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "marked-terminal@^3.0.0",
"name": "marked-terminal",
"escapedName": "marked-terminal",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/semantic-release"
],
"_resolved": "https://registry.npmjs.org/marked-terminal/-/marked-terminal-3.1.1.tgz",
"_shasum": "1e726816ddc4552a83393228ff0952b6cd4e5e04",
"_spec": "marked-terminal@^3.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/semantic-release",
"author": {
"name": "Mikael Brevik"
},
"bugs": {
"url": "https://github.com/mikaelbr/marked-terminal/issues"
},
"bundleDependencies": false,
"dependencies": {
"cardinal": "^2.1.1",
"chalk": "^2.4.1",
"cli-table": "^0.3.1",
"lodash.assign": "^4.2.0",
"node-emoji": "^1.4.1"
},
"deprecated": false,
"description": "A custom render for marked to output to the Terminal",
"devDependencies": {
"marked": "^0.5.0",
"mocha": "^5.2.0"
},
"directories": {
"example": "example"
},
"files": [
"index.js"
],
"homepage": "https://github.com/mikaelbr/marked-terminal",
"keywords": [
"marked",
"render",
"terminal",
"markdown",
"markdown-to-terminal"
],
"license": "MIT",
"main": "index.js",
"name": "marked-terminal",
"peerDependencies": {
"marked": "^0.4.0 || ^0.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mikaelbr/marked-terminal.git"
},
"scripts": {
"test": "mocha tests/*.js --reporter spec"
},
"version": "3.1.1"
}