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.
 

84 lines
1.9 KiB

{
"_from": "os-locale@^3.0.0",
"_id": "os-locale@3.0.1",
"_inBundle": false,
"_integrity": "sha512-7g5e7dmXPtzcP4bgsZ8ixDVqA7oWYuEz4lOSujeWyliPai4gfVDiFIcwBg3aGCPnmSGfzOKTK3ccPn0CKv3DBw==",
"_location": "/os-locale",
"_phantomChildren": {
"cross-spawn": "6.0.5",
"is-stream": "1.1.0",
"npm-run-path": "2.0.2",
"p-finally": "1.0.0",
"signal-exit": "3.0.2",
"strip-eof": "1.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "os-locale@^3.0.0",
"name": "os-locale",
"escapedName": "os-locale",
"rawSpec": "^3.0.0",
"saveSpec": null,
"fetchSpec": "^3.0.0"
},
"_requiredBy": [
"/yargs"
],
"_resolved": "https://registry.npmjs.org/os-locale/-/os-locale-3.0.1.tgz",
"_shasum": "3b014fbf01d87f60a1e5348d80fe870dc82c4620",
"_spec": "os-locale@^3.0.0",
"_where": "/home/camilo/Documents/projects/personal/simple-email/node_modules/yargs",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
"bugs": {
"url": "https://github.com/sindresorhus/os-locale/issues"
},
"bundleDependencies": false,
"dependencies": {
"execa": "^0.10.0",
"lcid": "^2.0.0",
"mem": "^4.0.0"
},
"deprecated": false,
"description": "Get the system locale",
"devDependencies": {
"ava": "*",
"import-fresh": "^2.0.0",
"xo": "*"
},
"engines": {
"node": ">=6"
},
"files": [
"index.js"
],
"homepage": "https://github.com/sindresorhus/os-locale#readme",
"keywords": [
"locale",
"lang",
"language",
"system",
"os",
"string",
"str",
"user",
"country",
"id",
"identifier",
"region"
],
"license": "MIT",
"name": "os-locale",
"repository": {
"type": "git",
"url": "git+https://github.com/sindresorhus/os-locale.git"
},
"scripts": {
"test": "xo && ava"
},
"version": "3.0.1"
}