package.json
1.37 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
{
"_args": [
[
"kareem@2.3.1",
"/Users/hyunyeong/Desktop/WhereUr/WhereUR"
]
],
"_from": "kareem@2.3.1",
"_id": "kareem@2.3.1",
"_inBundle": false,
"_integrity": "sha512-l3hLhffs9zqoDe8zjmb/mAN4B8VT3L56EUvKNqLFVs9YlFA+zx7ke1DO8STAdDyYNkeSo1nKmjuvQeI12So8Xw==",
"_location": "/kareem",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "kareem@2.3.1",
"name": "kareem",
"escapedName": "kareem",
"rawSpec": "2.3.1",
"saveSpec": null,
"fetchSpec": "2.3.1"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.3.1.tgz",
"_spec": "2.3.1",
"_where": "/Users/hyunyeong/Desktop/WhereUr/WhereUR",
"author": {
"name": "Valeri Karpov",
"email": "val@karpov.io"
},
"bugs": {
"url": "https://github.com/vkarpov15/kareem/issues"
},
"description": "Next-generation take on pre/post function hooks",
"devDependencies": {
"mocha": "5.x",
"nyc": "11.x",
"standard-version": "4.4.0"
},
"homepage": "https://github.com/vkarpov15/kareem#readme",
"license": "Apache-2.0",
"main": "index.js",
"name": "kareem",
"repository": {
"type": "git",
"url": "git://github.com/vkarpov15/kareem.git"
},
"scripts": {
"test": "mocha ./test/*",
"test-travis": "nyc mocha ./test/*"
},
"version": "2.3.1"
}