package.json
2.19 KB
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
{
"_args": [
[
"@iarna/cli@1.2.0",
"C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
]
],
"_development": true,
"_from": "@iarna/cli@1.2.0",
"_id": "@iarna/cli@1.2.0",
"_inBundle": false,
"_integrity": "sha512-ukITQAqVs2n9HGmn3car/Ir7d3ta650iXhrG7pjr3EWdFmJuuOVWgYsu7ftsSe5VifEFFhjxVuX9+8F7L8hwcA==",
"_location": "/@iarna/cli",
"_phantomChildren": {
"chalk": "2.4.2",
"cli-boxes": "1.0.0",
"cliui": "3.2.0",
"configstore": "3.1.2",
"decamelize": "1.2.0",
"get-caller-file": "1.0.3",
"import-lazy": "2.1.0",
"is-ci": "1.2.1",
"is-installed-globally": "0.1.0",
"is-npm": "1.0.0",
"latest-version": "3.1.0",
"os-locale": "2.1.0",
"read-pkg-up": "2.0.0",
"require-directory": "2.1.1",
"require-main-filename": "1.0.1",
"semver-diff": "2.1.0",
"set-blocking": "2.0.0",
"term-size": "1.2.0",
"which-module": "2.0.0",
"widest-line": "2.0.1",
"xdg-basedir": "3.0.0",
"yargs-parser": "7.0.0"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@iarna/cli@1.2.0",
"name": "@iarna/cli",
"escapedName": "@iarna%2fcli",
"scope": "@iarna",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/lock-verify"
],
"_resolved": "https://registry.npmjs.org/@iarna/cli/-/cli-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
"author": {
"name": "Rebecca Turner",
"email": "me@re-becca.org",
"url": "http://re-becca.org/"
},
"bugs": {
"url": "https://github.com/iarna/cli/issues"
},
"dependencies": {
"signal-exit": "^3.0.2",
"update-notifier": "^2.2.0",
"yargs": "^8.0.2"
},
"description": "Some simple CLI scaffolding for promise returning applications.",
"devDependencies": {},
"files": [
"app.js"
],
"homepage": "https://github.com/iarna/cli#readme",
"keywords": [],
"license": "ISC",
"main": "app.js",
"name": "@iarna/cli",
"repository": {
"type": "git",
"url": "git+https://github.com/iarna/cli.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.2.0"
}