package.json
2.44 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
{
"_args": [
[
{
"raw": "howhap@^2.0.4",
"scope": null,
"escapedName": "howhap",
"name": "howhap",
"rawSpec": "^2.0.4",
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api"
]
],
"_from": "howhap@>=2.0.4 <3.0.0",
"_id": "howhap@2.0.5",
"_inCache": true,
"_location": "/howhap",
"_nodeVersion": "6.9.4",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/howhap-2.0.5.tgz_1486826552997_0.8461944966111332"
},
"_npmUser": {
"name": "alarner",
"email": "anlarner@gmail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "howhap@^2.0.4",
"scope": null,
"escapedName": "howhap",
"name": "howhap",
"rawSpec": "^2.0.4",
"spec": ">=2.0.4 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/bookshelf-api",
"/howhap-list"
],
"_resolved": "https://registry.npmjs.org/howhap/-/howhap-2.0.5.tgz",
"_shasum": "ad24c3af1a3679e8417d9799e0945face7fb7423",
"_shrinkwrap": null,
"_spec": "howhap@^2.0.4",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/bookshelf-api",
"author": {
"name": "Aaron Larner"
},
"bugs": {
"url": "https://github.com/alarner/howhap/issues"
},
"dependencies": {
"hogan.js": "^3.0.2"
},
"description": "A small library for dealing with parameterized errors",
"devDependencies": {
"babel-cli": "^6.5.1",
"babel-preset-es2015": "^6.5.0",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"chai": "^3.5.0",
"minifyify": "^7.1.0",
"mocha": "^2.4.5"
},
"directories": {},
"dist": {
"shasum": "ad24c3af1a3679e8417d9799e0945face7fb7423",
"tarball": "https://registry.npmjs.org/howhap/-/howhap-2.0.5.tgz"
},
"gitHead": "615afc3e52e8ef5ade8185d5d573c411e17fe6b4",
"homepage": "https://github.com/alarner/howhap#readme",
"license": "ISC",
"main": "./dist/index.js",
"maintainers": [
{
"name": "alarner",
"email": "anlarner@gmail.com"
}
],
"name": "howhap",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/alarner/howhap.git"
},
"scripts": {
"build": "babel src -d dist",
"test": "mocha --compilers js:babel-register"
},
"version": "2.0.5"
}