Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
90 lines (90 loc) · 2.4 KB

File metadata and controls

90 lines (90 loc) · 2.4 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "nativescript-localize",
"description": "Native internationalization plugin for NativeScript using native capabilities of each platform",
"version": "3.0.6",
"keywords": [
"nativescript",
"internationalization",
"i18n",
"translation",
"localization",
"l10n",
"angular",
"ios",
"android"
],
"homepage": "https://github.com/lfabreges/nativescript-localize",
"bugs": "https://github.com/lfabreges/nativescript-localize/issues",
"license": "MIT",
"author": {
"name": "Ludovic Fabrèges",
"email": "ludovic.fabreges@gmail.com"
},
"contributors": [
{
"name": "Eddy Verbruggen",
"email": "eddyverbruggen@gmail.com"
},
{
"name": "Brendan Ingham",
"email": "brendan.ingham13@gmail.com"
}
],
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/lfabreges/nativescript-localize.git"
},
"scripts": {
"compile": "tsc -p hooks && tsc && ngc -p tsconfig.aot.json",
"preversion": "npm run compile",
"postversion": "git push origin && git push origin --tags && npm run changelog && git push origin",
"changelog": "github_changelog_generator && git add CHANGELOG.md && git commit -am \"Update CHANGELOG.md\"",
"preuninstall": "node preuninstall.js",
"postinstall": "node postinstall.js",
"tslint": "tslint **/*.ts --config ../tslint.json"
},
"dependencies": {
"mkdirp": "^0.5.1",
"nativescript-hook": "^0.2.4",
"shorthash": "0.0.2",
"simple-plist": "^0.3.0",
"sprintf-js": "^1.1.1"
},
"peerDependencies": {
"tns-core-modules": "^5.0.0"
},
"devDependencies": {
"@angular/compiler": "~7.0.0",
"@angular/compiler-cli": "~7.0.0",
"@angular/core": "~7.0.0",
"@types/mkdirp": "^0.5.1",
"@types/node": "^8.0.0",
"@types/sprintf-js": "^1.1.0",
"rxjs": "^6.3.3",
"tns-core-modules": "^5.0.2",
"tns-platform-declarations": "^5.0.2",
"tslint": "^5.8.0",
"typescript": "~3.1.1",
"zone.js": "^0.8.26"
},
"nativescript": {
"platforms": {
"android": "5.0.0",
"ios": "5.0.0"
},
"hooks": [
{
"type": "before-checkForChanges",
"script": "hooks/before-checkForChanges.js",
"inject": true
},
{
"type": "before-watchPatterns",
"script": "hooks/before-watchPatterns.js",
"inject": true
}
]
}
}
Morty Proxy This is a proxified and sanitized view of the page, visit original site.