forked from efkan/content-filter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.26 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
{
"name": "content-filter",
"version": "1.0.26",
"description": "A simple but powerful content-filter. Also provides protection against NoSQL (like MongoDB) injection attacks on Node.js",
"main": "index.js",
"keywords": [
"mongodb",
"mongodb security",
"mongo security",
"mongo protector",
"mongodb protector",
"mongodb protection",
"nosql protection",
"nosql security",
"nosql injection",
"content filter",
"content filtering",
"content-filter",
"request filter",
"filtering",
"filter",
"sanitize",
"query",
"selector",
"injection",
"hash-injection"
],
"author": {
"name": "efkan"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/efkan/content-filter.git"
},
"dependencies": {},
"readmeFilename": "README.md",
"gitHead": "45cd90b7f664c1565b3a21b729b7d1613de0ad5a",
"bugs": {
"url": "https://github.com/efkan/content-filter/issues"
},
"homepage": "https://github.com/efkan/content-filter#readme",
"_id": "[email protected]",
"scripts": {},
"_shasum": "72cf766f427999269e2a421b02a2b87b626b95c2",
"_from": "content-filter@*",
"devDependencies": {
"babel-eslint": "^5.0.0-beta6",
"eslint": "^1.10.3"
}
}