package.json
2.47 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
{
"_args": [
[
{
"raw": "bookshelf-api@^1.7.1",
"scope": null,
"escapedName": "bookshelf-api",
"name": "bookshelf-api",
"rawSpec": "^1.7.1",
"spec": ">=1.7.1 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "bookshelf-api@>=1.7.1 <2.0.0",
"_id": "bookshelf-api@1.7.1",
"_inCache": true,
"_location": "/bookshelf-api",
"_nodeVersion": "6.2.1",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bookshelf-api-1.7.1.tgz_1483710206211_0.8335147756151855"
},
"_npmUser": {
"name": "alarner",
"email": "anlarner@gmail.com"
},
"_npmVersion": "3.9.3",
"_phantomChildren": {},
"_requested": {
"raw": "bookshelf-api@^1.7.1",
"scope": null,
"escapedName": "bookshelf-api",
"name": "bookshelf-api",
"rawSpec": "^1.7.1",
"spec": ">=1.7.1 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/bookshelf-api/-/bookshelf-api-1.7.1.tgz",
"_shasum": "3d8c8a93532838d28f7c53c6bde7dd33debe0833",
"_shrinkwrap": null,
"_spec": "bookshelf-api@^1.7.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Aaron Larner"
},
"dependencies": {
"howhap": "^2.0.4",
"howhap-list": "^2.0.1",
"lodash": "^4.17.2",
"pluralize": "^3.0.0"
},
"description": "Express middleware for generating an API based on bookshelf models.",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"bookshelf": "^0.10.2",
"chai": "^3.5.0",
"fs-extra": "^1.0.0",
"knex": "^0.12.6",
"knex-cleaner": "^1.1.3",
"mocha": "^3.1.2",
"pg": "^6.1.0",
"sinon": "^1.17.6",
"sqlite3": "^3.1.8"
},
"directories": {},
"dist": {
"shasum": "3d8c8a93532838d28f7c53c6bde7dd33debe0833",
"tarball": "https://registry.npmjs.org/bookshelf-api/-/bookshelf-api-1.7.1.tgz"
},
"gitHead": "b6e10b38815f74452e5b8d59d6caaeed8c610b1b",
"homepage": "https://github.com/alarner/bookshelf-api#readme",
"license": "MIT",
"main": "dist/index.js",
"maintainers": [
{
"name": "alarner",
"email": "anlarner@gmail.com"
}
],
"name": "bookshelf-api",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"scripts": {
"build": "babel src -d dist",
"test": "mocha"
},
"version": "1.7.1"
}