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{
"name": "bookshelf",
"version": "0.9.2",
"description": "A lightweight ORM for PostgreSQL, MySQL, and SQLite3",
"main": "bookshelf.js",
"scripts": {
"dev": "rm -rf ./lib && mkdir ./lib && babel -w -L -D src/ --out-dir lib/",
"babel": "rm -rf ./lib && mkdir ./lib && babel -L -D src/ --out-dir lib/",
"build": "./scripts/build.sh",
"lint": "eslint bookshelf.js src/",
"cover": "npm run lint && npm run babel && istanbul cover _mocha -- --check-leaks -t 5000 -b -R spec test/index.js",
"test": "npm run lint && npm run babel && mocha --check-leaks -t 5000 -b test/index.js",
"jsdoc": "npm run babel && ./scripts/jsdoc.sh"
},
"homepage": "http://bookshelfjs.org",
"repository": {
"type": "git",
"url": "git://github.com/tgriesser/bookshelf.git"
},
"keywords": [
"orm",
"mysql",
"postgresql",
"sqlite",
"datamapper",
"active record"
],
"dependencies": {
"babel-polyfill": "^6.0.16",
"bluebird": "^2.9.4",
"chalk": "^1.0.0",
"create-error": "~0.3.1",
"inflection": "^1.5.1",
"inherits": "~2.0.1",
"lodash": "^3.7.0"
},
"devDependencies": {
"babel-cli": "^6.0.15",
"babel-eslint": "^4.1.6",
"babel-plugin-syntax-object-rest-spread": "^6.0.14",
"babel-plugin-transform-object-rest-spread": "^6.0.14",
"babel-preset-es2015": "^6.0.14",
"bookshelf-jsdoc-theme": "^0.1.2",
"chai": "~1.9.1",
"eslint": "^1.9.0",
"istanbul": "^0.3.19",
"jsdoc": "^3.4.0",
"knex": "^0.10.0",
"minimist": "^1.1.0",
"mocha": "^2.0.1",
"mysql": "^2.5.2",
"node-uuid": "~1.4.1",
"pg": "^4.3.0",
"semver": "^5.0.3",
"sinon": "^1.11.1",
"sinon-chai": "^2.6.0",
"sqlite3": "^3.0.5",
"uglify-js": "^2.5.0"
},
"peerDependencies": {
"knex": ">=0.6.10 <0.11.0"
},
"author": {
"name": "Tim Griesser",
"url": "https://github.com/tgriesser"
},
"license": "MIT",
"gitHead": "58a7cbae44a645e45ff18cd3b047fdedaa53be0d",
"bugs": {
"url": "https://github.com/tgriesser/bookshelf/issues"
},
"_id": "bookshelf@0.9.2",
"_shasum": "59b6786ef93df13fc4af4579abc64f6ab99b21dc",
"_from": "bookshelf@latest",
"_npmVersion": "3.3.5",
"_nodeVersion": "0.12.4",
"_npmUser": {
"name": "rhys-vdw",
"email": "rhys.vdw@gmail.com"
},
"dist": {
"shasum": "59b6786ef93df13fc4af4579abc64f6ab99b21dc",
"tarball": "http://registry.npmjs.org/bookshelf/-/bookshelf-0.9.2.tgz"
},
"maintainers": [
{
"name": "tgriesser",
"email": "tgriesser10@gmail.com"
},
{
"name": "rhys-vdw",
"email": "rhys.vdw@gmail.com"
}
],
"_npmOperationalInternal": {
"host": "packages-9-west.internal.npmjs.com",
"tmp": "tmp/bookshelf-0.9.2.tgz_1455714761031_0.7084418013691902"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/bookshelf/-/bookshelf-0.9.2.tgz",
"readme": "ERROR: No README data found!"
}