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.
 

69 lines
1.8 KiB

{
"_from": "redeyed@~2.1.0",
"_id": "redeyed@2.1.1",
"_inBundle": false,
"_integrity": "sha1-iYS1gV2ZyyIEacme7v/jiRPmzAs=",
"_location": "/redeyed",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "redeyed@~2.1.0",
"name": "redeyed",
"escapedName": "redeyed",
"rawSpec": "~2.1.0",
"saveSpec": null,
"fetchSpec": "~2.1.0"
},
"_requiredBy": [
"/cardinal"
],
"_resolved": "https://registry.npmjs.org/redeyed/-/redeyed-2.1.1.tgz",
"_shasum": "8984b5815d99cb220469c99eeeffe38913e6cc0b",
"_spec": "redeyed@~2.1.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/cardinal",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
"url": "thlorenz.com"
},
"bugs": {
"url": "https://github.com/thlorenz/redeyed/issues"
},
"bundleDependencies": false,
"dependencies": {
"esprima": "~4.0.0"
},
"deprecated": false,
"description": "Takes JavaScript code, along with a config and returns the original code with tokens wrapped as configured.",
"devDependencies": {
"cardinal": "~1.0.0",
"readdirp": "~2.1.0",
"standart": "^6.1.0",
"tape": "~4.9.0"
},
"homepage": "https://github.com/thlorenz/redeyed#readme",
"keywords": [
"ast",
"syntax",
"tree",
"source",
"wrap",
"metadata"
],
"license": "MIT",
"main": "redeyed.js",
"name": "redeyed",
"repository": {
"type": "git",
"url": "git://github.com/thlorenz/redeyed.git"
},
"scripts": {
"demo": "cd examples/browser; open index.html",
"demo-log": "node examples/replace-log",
"lint": "standart",
"run-test": "tape test/*.js",
"test": "npm run run-test && npm run lint"
},
"version": "2.1.1"
}