package.json
4.17 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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
{
"_args": [
[
{
"raw": "bookshelf@^0.10.3",
"scope": null,
"escapedName": "bookshelf",
"name": "bookshelf",
"rawSpec": "^0.10.3",
"spec": ">=0.10.3 <0.11.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "bookshelf@>=0.10.3 <0.11.0",
"_id": "bookshelf@0.10.4",
"_inCache": true,
"_location": "/bookshelf",
"_nodeVersion": "6.10.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/bookshelf-0.10.4.tgz_1500303663497_0.769177014939487"
},
"_npmUser": {
"name": "kirrg001",
"email": "katharina.irrgang@googlemail.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "bookshelf@^0.10.3",
"scope": null,
"escapedName": "bookshelf",
"name": "bookshelf",
"rawSpec": "^0.10.3",
"spec": ">=0.10.3 <0.11.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/bookshelf/-/bookshelf-0.10.4.tgz",
"_shasum": "fe06984456740417aba13d0d76c7b065d1f1774d",
"_shrinkwrap": null,
"_spec": "bookshelf@^0.10.3",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Bookshelf",
"url": "https://github.com/bookshelf"
},
"bugs": {
"url": "https://github.com/bookshelf/bookshelf/issues"
},
"buildDependencies": [
"babel-cli",
"babel-runtime",
"babel-plugin-syntax-object-rest-spread",
"babel-plugin-transform-object-rest-spread",
"babel-plugin-transform-runtime",
"babel-preset-es2015"
],
"dependencies": {
"babel-runtime": "^6.6.1",
"bluebird": "^3.4.3",
"chalk": "^1.0.0",
"create-error": "~0.3.1",
"inflection": "^1.5.1",
"inherits": "~2.0.1",
"lodash": "^4.13.1"
},
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3",
"devDependencies": {
"babel-cli": "^6.0.15",
"babel-eslint": "^6.1.2",
"babel-plugin-syntax-object-rest-spread": "^6.0.14",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
"babel-plugin-transform-runtime": "^6.6.0",
"babel-preset-es2015": "^6.0.14",
"bookshelf-jsdoc-theme": "^0.1.2",
"chai": "^3.5.0",
"eslint": "2.13.1",
"istanbul": "^0.4.5",
"jsdoc": "^3.4.0",
"knex": "^0.12.0",
"minimist": "^1.1.0",
"mocha": "^3.0.2",
"mysql": "^2.5.2",
"pg": "^6.1.0",
"semver": "^5.0.3",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"sqlite3": "^3.0.5",
"uuid": "~3.0.0"
},
"directories": {},
"dist": {
"shasum": "fe06984456740417aba13d0d76c7b065d1f1774d",
"tarball": "https://registry.npmjs.org/bookshelf/-/bookshelf-0.10.4.tgz"
},
"gitHead": "dd3f4086f46aa54bc12196c0920b243c8cbe37b5",
"homepage": "http://bookshelfjs.org",
"keywords": [
"orm",
"mysql",
"postgresql",
"sqlite",
"datamapper",
"active record"
],
"license": "MIT",
"main": "bookshelf.js",
"maintainers": [
{
"name": "erisds",
"email": "erisds@gmail.com"
},
{
"name": "kirrg001",
"email": "katharina.irrgang@googlemail.com"
},
{
"name": "rhys-vdw",
"email": "rhys.vdw@gmail.com"
},
{
"name": "tgriesser",
"email": "tgriesser10@gmail.com"
}
],
"name": "bookshelf",
"optionalDependencies": {},
"peerDependencies": {
"knex": ">=0.6.10 <=0.13.0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/bookshelf/bookshelf.git"
},
"scripts": {
"build": "babel -q -L -D ./src/ --out-dir ./lib/",
"clean": "rm -rf ./lib",
"cover": "npm run lint && istanbul cover _mocha -- --check-leaks -t 10000 -b -R spec test/index.js",
"dev": "babel -w -q -L -D ./src/ --out-dir ./lib/",
"gh-pages": "./scripts/gh-pages.sh",
"jsdoc": "./scripts/jsdoc.sh",
"lint": "eslint bookshelf.js src/",
"postinstall": "node ./scripts/build.js lib \"npm run build\"",
"postpublish": "./scripts/postpublish.sh",
"prepublish": "npm run build",
"test": "npm run lint && mocha --check-leaks -t 10000 -b test/index.js"
},
"version": "0.10.4"
}