package.json
2.81 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
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
{
"_args": [
[
{
"raw": "liftoff@~2.2.0",
"scope": null,
"escapedName": "liftoff",
"name": "liftoff",
"rawSpec": "~2.2.0",
"spec": ">=2.2.0 <2.3.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/knex"
]
],
"_from": "liftoff@>=2.2.0 <2.3.0",
"_id": "liftoff@2.2.5",
"_inCache": true,
"_location": "/liftoff",
"_nodeVersion": "0.10.41",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/liftoff-2.2.5.tgz_1468876771065_0.39032647479325533"
},
"_npmUser": {
"name": "phated",
"email": "blaine.bublitz@gmail.com"
},
"_npmVersion": "2.15.2",
"_phantomChildren": {},
"_requested": {
"raw": "liftoff@~2.2.0",
"scope": null,
"escapedName": "liftoff",
"name": "liftoff",
"rawSpec": "~2.2.0",
"spec": ">=2.2.0 <2.3.0",
"type": "range"
},
"_requiredBy": [
"/knex"
],
"_resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.2.5.tgz",
"_shasum": "998c2876cff484b103e4423b93d356da44734c91",
"_shrinkwrap": null,
"_spec": "liftoff@~2.2.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/knex",
"author": {
"name": "Tyler Kellen",
"url": "http://goingslowly.com/"
},
"bugs": {
"url": "https://github.com/js-cli/js-liftoff/issues"
},
"dependencies": {
"extend": "^3.0.0",
"findup-sync": "^0.4.2",
"flagged-respawn": "^0.3.2",
"rechoir": "^0.6.2",
"resolve": "^1.1.7"
},
"description": "Launch your command line tool with ease.",
"devDependencies": {
"chai": "^3.5.0",
"coffee-script": "^1.10.0",
"istanbul": "^0.4.3",
"jscs": "^2.11.0",
"jshint": "^2.9.2",
"mocha": "^2.4.5",
"sinon": "~1.17.4"
},
"directories": {},
"dist": {
"shasum": "998c2876cff484b103e4423b93d356da44734c91",
"tarball": "https://registry.npmjs.org/liftoff/-/liftoff-2.2.5.tgz"
},
"engines": {
"node": ">= 0.8"
},
"gitHead": "0f063cc96b0481ec7c995f81a46272942b89919e",
"homepage": "https://github.com/js-cli/js-liftoff",
"keywords": [
"command line"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
},
{
"name": "phated",
"email": "blaine.bublitz@gmail.com"
},
{
"name": "tkellen",
"email": "tyler@sleekcode.net"
},
{
"name": "tusbar",
"email": "bertrand.marron@gmail.com"
}
],
"name": "liftoff",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/js-cli/js-liftoff.git"
},
"scripts": {
"test": "jshint lib index.js && jscs lib index.js && mocha -t 5000 -b -R spec test/index"
},
"version": "2.2.5"
}