package.json
2.51 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
{
"_args": [
[
{
"raw": "kareem@1.5.0",
"scope": null,
"escapedName": "kareem",
"name": "kareem",
"rawSpec": "1.5.0",
"spec": "1.5.0",
"type": "version"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose"
]
],
"_from": "kareem@1.5.0",
"_id": "kareem@1.5.0",
"_inCache": true,
"_location": "/kareem",
"_nodeVersion": "7.6.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/kareem-1.5.0.tgz_1500589912217_0.3416421019937843"
},
"_npmUser": {
"name": "vkarpov15",
"email": "val@karpov.io"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "kareem@1.5.0",
"scope": null,
"escapedName": "kareem",
"name": "kareem",
"rawSpec": "1.5.0",
"spec": "1.5.0",
"type": "version"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/kareem/-/kareem-1.5.0.tgz",
"_shasum": "e3e4101d9dcfde299769daf4b4db64d895d17448",
"_shrinkwrap": null,
"_spec": "kareem@1.5.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/mongoose",
"author": {
"name": "Valeri Karpov",
"email": "val@karpov.io"
},
"bugs": {
"url": "https://github.com/vkarpov15/kareem/issues"
},
"dependencies": {},
"description": "Next-generation take on pre/post function hooks",
"devDependencies": {
"acquit": "0.4.1",
"gulp": "3.8.10",
"gulp-jscs": "1.4.0",
"gulp-mocha": "2.0.0",
"istanbul": "0.4.5",
"jscs": "1.9.0",
"mocha": "3.2.0"
},
"directories": {},
"dist": {
"shasum": "e3e4101d9dcfde299769daf4b4db64d895d17448",
"tarball": "https://registry.npmjs.org/kareem/-/kareem-1.5.0.tgz"
},
"gitHead": "9c491a058fd54832702716522c28fde02ec67661",
"homepage": "https://github.com/vkarpov15/kareem#readme",
"jscsConfig": {
"preset": "airbnb",
"requireMultipleVarDecl": null,
"disallowMultipleVarDecl": true
},
"license": "Apache 2.0",
"main": "index.js",
"maintainers": [
{
"name": "vkarpov15",
"email": "valkar207@gmail.com"
}
],
"name": "kareem",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/kareem.git"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha ./test/*",
"test-travis": "./node_modules/istanbul/lib/cli.js cover ./node_modules/mocha/bin/_mocha -- -R spec ./test/*"
},
"version": "1.5.0"
}