package.json
3.05 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
{
"_args": [
[
{
"raw": "bookshelf-uuid@^1.0.0",
"scope": null,
"escapedName": "bookshelf-uuid",
"name": "bookshelf-uuid",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao"
]
],
"_from": "bookshelf-uuid@>=1.0.0 <2.0.0",
"_id": "bookshelf-uuid@1.0.0",
"_inCache": true,
"_location": "/bookshelf-uuid",
"_nodeVersion": "6.1.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/bookshelf-uuid-1.0.0.tgz_1463065287444_0.2801372471731156"
},
"_npmUser": {
"name": "alanhoff",
"email": "alanhoffmeister@gmail.com"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"raw": "bookshelf-uuid@^1.0.0",
"scope": null,
"escapedName": "bookshelf-uuid",
"name": "bookshelf-uuid",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/kakao"
],
"_resolved": "https://registry.npmjs.org/bookshelf-uuid/-/bookshelf-uuid-1.0.0.tgz",
"_shasum": "ac1be98ef00ad465023a04c51192ea9094daa6c0",
"_shrinkwrap": null,
"_spec": "bookshelf-uuid@^1.0.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/kakao",
"author": {
"name": "Estate",
"email": "team@tryestate.com"
},
"bugs": {
"url": "https://github.com/estate/bookshelf-uuid/issues"
},
"dependencies": {
"lodash.merge": "^4.3.5",
"lodash.result": "^4.3.0",
"uuid": "^2.0.2"
},
"description": "Automatically generates UUID for your models",
"devDependencies": {
"bookshelf": "^0.9.4",
"co": "^4.6.0",
"code": "^2.2.0",
"knex": "^0.10.0",
"lab": "^10.3.1",
"sqlite": "0.0.4",
"sqlite3": "^3.1.3",
"standard": "^7.0.1"
},
"directories": {},
"dist": {
"shasum": "ac1be98ef00ad465023a04c51192ea9094daa6c0",
"tarball": "https://registry.npmjs.org/bookshelf-uuid/-/bookshelf-uuid-1.0.0.tgz"
},
"gitHead": "bd75a89c0686f9a7d843254a9330c8e096d8790f",
"homepage": "https://github.com/estate/bookshelf-uuid#readme",
"keywords": [
"bookshelf",
"knex",
"db",
"uuid",
"guid",
"v1",
"v4",
"uuidv4",
"uuidv1"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "alanhoff",
"email": "alanhoffmeister@gmail.com"
}
],
"name": "bookshelf-uuid",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/estate/bookshelf-uuid.git"
},
"scripts": {
"knex": "knex --knexfile test/db/knexfile.js",
"migrate": "npm run knex -- migrate:latest",
"reset": "node -e 'require(\"./test/db\").reset().then(process.exit)'",
"seed": "npm run knex -- seed:run",
"test": "standard && lab --verbose --colors --assert code --ignore __core-js_shared__",
"test-cov": "npm test -- -r console -o stdout -r html -o coverage/coverage.html -r lcov -o coverage/lcov.info"
},
"version": "1.0.0"
}