-
-
Notifications
You must be signed in to change notification settings - Fork 197
/
Copy pathpackage.json
124 lines (124 loc) · 3.57 KB
/
package.json
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "nativescript",
"preferGlobal": true,
"version": "4.2.0",
"author": "Telerik <[email protected]>",
"description": "Command-line interface for building NativeScript projects",
"bin": {
"tns": "./bin/tns",
"nativescript": "./bin/tns"
},
"main": "./lib/nativescript-cli-lib.js",
"scripts": {
"setup": "git submodule update --init && npm i --ignore-scripts && ./node_modules/.bin/grunt",
"test": "node test-scripts/istanbul.js",
"postinstall": "node postinstall.js",
"preuninstall": "node preuninstall.js",
"mocha": "node test-scripts/mocha.js",
"tsc": "tsc",
"tslint": "tslint -p tsconfig.json --type-check",
"test-watch": "node ./dev/tsc-to-mocha-watch.js",
"tslint-fix": "tslint -p tsconfig.json --type-check --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/NativeScript/nativescript-cli.git"
},
"keywords": [
"nativescript",
"telerik",
"mobile"
],
"dependencies": {
"byline": "4.2.1",
"chalk": "1.1.0",
"chokidar": "1.7.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.2",
"color": "3.0.0",
"colors": "1.1.2",
"email-validator": "1.0.4",
"esprima": "2.7.0",
"gaze": "1.1.0",
"iconv-lite": "0.4.11",
"inquirer": "0.9.0",
"ios-device-lib": "0.4.14",
"ios-mobileprovision-finder": "1.0.10",
"ios-sim-portable": "4.0.0",
"jimp": "0.2.28",
"lockfile": "1.0.3",
"lodash": "4.13.1",
"log4js": "1.0.1",
"marked": "0.3.12",
"marked-terminal": "2.0.0",
"minimatch": "3.0.2",
"mkdirp": "0.5.1",
"mute-stream": "0.0.5",
"nativescript-doctor": "1.2.0",
"open": "0.0.5",
"ora": "2.0.0",
"osenv": "0.1.3",
"pacote": "8.1.6",
"pbxproj-dom": "1.0.11",
"plist": "1.1.0",
"plist-merge-patch": "0.1.1",
"proxy-lib": "0.4.0",
"qr-image": "3.2.0",
"request": "2.85.0",
"semver": "5.3.0",
"shelljs": "0.7.6",
"simple-plist": "0.2.1",
"source-map": "0.5.6",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"tar": "4.4.4",
"temp": "0.8.3",
"universal-analytics": "0.4.15",
"uuid": "3.0.1",
"winreg": "0.0.17",
"ws": "5.1.0",
"xcode": "https://github.com/NativeScript/node-xcode/archive/NativeScript-1.5.2.tar.gz",
"xml2js": "0.4.19",
"xmldom": "0.1.21",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"yargs": "6.0.0",
"zipstream": "https://github.com/Icenium/node-zipstream/tarball/master"
},
"analyze": true,
"devDependencies": {
"@types/chai": "4.0.1",
"@types/chai-as-promised": "0.0.31",
"@types/chokidar": "1.6.0",
"@types/color": "3.0.0",
"@types/lockfile": "1.0.0",
"@types/node": "6.0.61",
"@types/ora": "1.3.3",
"@types/qr-image": "3.2.0",
"@types/request": "0.0.45",
"@types/semver": "^5.3.31",
"@types/sinon": "4.0.0",
"@types/source-map": "0.5.0",
"@types/tar": "4.0.0",
"@types/universal-analytics": "0.4.1",
"@types/ws": "4.0.1",
"@types/xml2js": "^0.4.2",
"chai": "4.0.2",
"chai-as-promised": "7.0.0",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-shell": "1.3.0",
"grunt-template": "^1.0.0",
"grunt-ts": "6.0.0-beta.16",
"istanbul": "0.4.5",
"mocha": "3.1.2",
"should": "7.0.2",
"sinon": "4.1.2",
"source-map-support": "0.5.3",
"tslint": "5.4.3",
"typescript": "2.4.1"
},
"license": "Apache-2.0",
"engines": {
"node": ">=8.0.0 <11.0.0"
}
}