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.
 

80 lines
1.8 KiB

{
"_from": "trim-off-newlines@^1.0.0",
"_id": "trim-off-newlines@1.0.1",
"_inBundle": false,
"_integrity": "sha1-n5up2e+odkw4dpi8v+sshI8RrbM=",
"_location": "/trim-off-newlines",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "trim-off-newlines@^1.0.0",
"name": "trim-off-newlines",
"escapedName": "trim-off-newlines",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/conventional-commits-parser"
],
"_resolved": "https://registry.npmjs.org/trim-off-newlines/-/trim-off-newlines-1.0.1.tgz",
"_shasum": "9f9ba9d9efa8764c387698bcbfeb2c848f11adb3",
"_spec": "trim-off-newlines@^1.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/conventional-commits-parser",
"author": {
"name": "Steve Mao",
"email": "maochenyan@gmail.com",
"url": "github.com/stevemao"
},
"bugs": {
"url": "https://github.com/stevemao/trim-off-newlines/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Similar to String#trim() but removes only newlines",
"devDependencies": {
"mocha": "*",
"xo": "*"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/stevemao/trim-off-newlines#readme",
"keywords": [
"trim",
"newlines",
"new-lines",
"newline",
"new-lines",
"string",
"str",
"util",
"utils",
"utility",
"whitespace",
"space",
"remove",
"delete"
],
"license": "MIT",
"name": "trim-off-newlines",
"repository": {
"type": "git",
"url": "git+https://github.com/stevemao/trim-off-newlines.git"
},
"scripts": {
"test": "xo && mocha"
},
"version": "1.0.1",
"xo": {
"envs": [
"node",
"mocha"
]
}
}