FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
node-orm2/package.json at master · LHIOUI/node-orm2 · GitHub
LHIOUI
/
node-orm2
Public
forked from
dresende/node-orm2
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
node-orm2
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
56 lines (56 loc) · 1.57 KB
Breadcrumbs
node-orm2
/
package.json
Copy path
File metadata and controls
56 lines (56 loc) · 1.57 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
{
"author"
:
"
Diogo Resende <dresende@thinkdigital.pt>
"
,
"name"
:
"
orm
"
,
"description"
:
"
NodeJS Object-relational mapping
"
,
"keywords"
: [
"
orm
"
,
"
odm
"
,
"
database
"
,
"
mysql
"
,
"
postgres
"
,
"
redshift
"
,
"
sqlite
"
,
"
mongodb
"
],
"version"
:
"
2.1.22
"
,
"license"
:
"
MIT
"
,
"homepage"
:
"
http://dresende.github.io/node-orm2
"
,
"repository"
:
"
http://github.com/dresende/node-orm2.git
"
,
"contributors"
: [
{
"name"
:
"
Bramus Van Damme
"
,
"email"
:
"
bramus@bram.us
"
},
{
"name"
:
"
Lorien Gamaroff
"
,
"email"
:
"
lorien@gamaroff.org
"
},
{
"name"
:
"
preslavrachev
"
},
{
"name"
:
"
Chris Cowan
"
,
"email"
:
"
me@chriscowan.us
"
},
{
"name"
:
"
Paul Dixon
"
,
"email"
:
"
paul.dixon@mintbridge.co.uk
"
},
{
"name"
:
"
David Kosub
"
},
{
"name"
:
"
Arek W
"
,
"email"
:
"
arek01@gmail.com
"
},
{
"name"
:
"
Joseph Gilley
"
,
"email"
:
"
joe.gilley@gmail.com
"
},
{
"name"
:
"
Benjamin Pannell
"
,
"email"
:
"
admin@sierrasoftworks.com
"
}
],
"main"
:
"
./lib/ORM
"
,
"scripts"
: {
"test"
:
"
make test
"
},
"engines"
: {
"node"
:
"
*
"
},
"analyse"
:
false
,
"dependencies"
: {
"enforce"
:
"
0.1.5
"
,
"sql-query"
:
"
0.1.24
"
,
"sql-ddl-sync"
:
"
git+https://github.com/dresende/node-sql-ddl-sync.git#v0.3.10
"
,
"hat"
:
"
0.0.3
"
,
"lodash"
:
"
2.4.1
"
},
"devDependencies"
: {
"mysql"
:
"
2.0.0-alpha9
"
,
"pg"
:
"
2.6.2
"
,
"sqlite3"
:
"
2.1.7
"
,
"async"
:
"
0.9.0
"
,
"mocha"
:
"
1.13.0
"
,
"should"
:
"
1.2.2
"
,
"mongodb"
:
"
1.3.19
"
,
"glob"
:
"
3.2.8
"
},
"optionalDependencies"
: {}
}
Back
|
FazBrowse Home
|
New Git URL