package.json
3 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
{
"_args": [
[
{
"raw": "bookshelf-modelbase@^2.10.3",
"scope": null,
"escapedName": "bookshelf-modelbase",
"name": "bookshelf-modelbase",
"rawSpec": "^2.10.3",
"spec": ">=2.10.3 <3.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "bookshelf-modelbase@>=2.10.3 <3.0.0",
"_id": "bookshelf-modelbase@2.10.4",
"_inCache": true,
"_location": "/bookshelf-modelbase",
"_nodeVersion": "6.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bookshelf-modelbase-2.10.4.tgz_1496273259141_0.5480319599155337"
},
"_npmUser": {
"name": "bsiddiqui",
"email": "basil.siddiqui@gmail.com"
},
"_npmVersion": "5.0.0",
"_phantomChildren": {
"hoek": "4.2.0",
"isemail": "2.2.1",
"items": "2.1.1",
"moment": "2.19.3",
"topo": "2.0.2"
},
"_requested": {
"raw": "bookshelf-modelbase@^2.10.3",
"scope": null,
"escapedName": "bookshelf-modelbase",
"name": "bookshelf-modelbase",
"rawSpec": "^2.10.3",
"spec": ">=2.10.3 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/bookshelf-modelbase/-/bookshelf-modelbase-2.10.4.tgz",
"_shasum": "32c0674837ed2fc2640a7330848f49b63c6cdb9e",
"_shrinkwrap": null,
"_spec": "bookshelf-modelbase@^2.10.3",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Basil Siddiqui",
"email": "basil.siddiqui@gmail.com"
},
"bugs": {
"url": "https://github.com/bsiddiqui/bookshelf-modelbase/issues"
},
"dependencies": {
"joi": "^9.0.4",
"lodash.difference": "^4.4.0",
"xtend": "^4.0.1"
},
"description": "Extensible ModelBase for bookshelf-based model layers",
"devDependencies": {
"bluebird": "^3.4.1",
"bookshelf": "^0.10.0",
"chai": "^3.5.0",
"istanbul": "^0.4.4",
"knex": "^0.11.9",
"mocha": "^3.0.0",
"sinon": "^1.17.5",
"sqlite3": "^3.1.4",
"standard": "^7.1.2"
},
"directories": {},
"dist": {
"integrity": "sha512-5p6hHONG3TwZP2+hRWWEutG+P+80zXojJ/BH49caaROI4BZVWS+ANfTc/GZ1WSnlfkRMK9JFeu7ikGQocxIEow==",
"shasum": "32c0674837ed2fc2640a7330848f49b63c6cdb9e",
"tarball": "https://registry.npmjs.org/bookshelf-modelbase/-/bookshelf-modelbase-2.10.4.tgz"
},
"gitHead": "282fdb88c5c620aff0f2d420ecb93ff163e465ee",
"homepage": "https://github.com/bsiddiqui/bookshelf-modelbase",
"license": "MIT",
"main": "./lib",
"maintainers": [
{
"name": "gchao",
"email": "grayson.chao@gmail.com"
},
{
"name": "bsiddiqui",
"email": "basil.siddiqui@gmail.com"
}
],
"name": "bookshelf-modelbase",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/bsiddiqui/bookshelf-modelbase.git"
},
"scripts": {
"test": "standard && istanbul cover _mocha"
},
"version": "2.10.4"
}