package.json
1.72 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
{
"_from": "kareem@2.0.5",
"_id": "kareem@2.0.5",
"_inBundle": false,
"_integrity": "sha512-dfvpj3mCGJLZuADInhYrKaXkGarJxDqnTEiF91wK6fqwdCRmN+O4aEp8575UjZlQzDkzLI1WDL1uU7vyupURqw==",
"_location": "/kareem",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "kareem@2.0.5",
"name": "kareem",
"escapedName": "kareem",
"rawSpec": "2.0.5",
"saveSpec": null,
"fetchSpec": "2.0.5"
},
"_requiredBy": [
"/mongoose"
],
"_resolved": "https://registry.npmjs.org/kareem/-/kareem-2.0.5.tgz",
"_shasum": "437e1e40f1be304ee21b3e4790eb3a05418b35ca",
"_spec": "kareem@2.0.5",
"_where": "/Users/jeminlee/git-projects/node-practice/npm-demo/node_modules/mongoose",
"author": {
"name": "Valeri Karpov",
"email": "val@karpov.io"
},
"bugs": {
"url": "https://github.com/vkarpov15/kareem/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Next-generation take on pre/post function hooks",
"devDependencies": {
"acquit": "0.5.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"
},
"homepage": "https://github.com/vkarpov15/kareem#readme",
"jscsConfig": {
"preset": "airbnb",
"requireMultipleVarDecl": null,
"disallowMultipleVarDecl": true
},
"license": "Apache-2.0",
"main": "index.js",
"name": "kareem",
"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": "2.0.5"
}