-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
81 lines (81 loc) · 2.14 KB
/
package.json
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
{
"_from": "mongodb-repository-wmf",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-EcqJNv+kIH7rm+Mui7WpXuKcZWTKFNe2P/vplujbbvlPXeciF66VBj23JcJylPdWYLAMYAlR0VA1bV+fzbSijg==",
"_location": "/mongodb-repository-wmf",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "mongodb-repository-wmf",
"name": "mongodb-repository-wmf",
"escapedName": "mongodb-repository-wmf",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/mongodb-repository-wmf/-/mongodb-repository-wmf-3.1.0.tgz",
"_shasum": "533aa644a016391b2011b369483b1ca7dd085b53",
"_spec": "mongodb-repository-wmf",
"_where": "D:\\Sviluppo\\wmf\\v310Test",
"author": {
"name": "Adem Hoxha"
},
"bugs": {
"url": "https://github.com/ademhoxha/mongodb-repository/issues"
},
"bundleDependencies": false,
"dependencies": {
"mongoose": "^5.4.1"
},
"deprecated": false,
"description": "Create On The Fly Repositories And Perform Multiple CRUD Operations In One Single Line Of Code!",
"devDependencies": {
"@types/mongoose": "^5.3.5",
"mocha": "^5.2.0",
"typescript": "^3.2.2"
},
"homepage": "https://github.com/ademhoxha/mongodb-repository#README",
"keywords": [
"npm",
"mongodb",
"mongoose",
"on the fly repository",
"mongoose on the fly repository",
"repository",
"repository pattern",
"mongodb repository",
"mongo repository",
"mongodb-repository",
"mongo-repository",
"mongodbrepository",
"mongorepository",
"mongo crud operations",
"entities",
"entity",
"mongodb-entities",
"mongodb entities",
"node repository",
"node-repository",
"node-mongodb-repository",
"node mongodb repository"
],
"license": "MIT",
"main": "lib/index.js",
"name": "mongodb-repository-wmf",
"repository": {
"type": "git",
"url": "git+https://github.com/ademhoxha/mongodb-repository.git"
},
"scripts": {
"build": "tsc",
"test": "mocha"
},
"types": "lib/index.d.ts",
"version": "3.1.3"
}