-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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": "@hirusi/eleventy-plugin-safe-external-links",
"version": "0.14.1",
"description": "Eleventy plugin for ensuring safe external links",
"keywords": [
"eleventy",
"security"
],
"main": "index.js",
"scripts": {
"pretest": "eslint .",
"test": "nyc ava -v --color"
},
"ava": {
"files": [
"tests/**/*"
]
},
"contributors": [
"Sam Richard <[email protected]> (https://snugug.com)",
"Ru Singh <[email protected]> (https://rusingh.com)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hirusi/eleventy-plugin-safe-external-links.git"
},
"bugs": {
"url": "https://github.com/hirusi/eleventy-plugin-safe-external-links/issues"
},
"homepage": "https://github.com/hirusi/eleventy-plugin-safe-external-links#readme",
"license": "Apache-2.0",
"dependencies": {
"cheerio": "^1.0.0-rc.3"
},
"devDependencies": {
"ava": "^3.9.0",
"eslint": "^7.3.1",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-ava": "^10.3.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"nyc": "^15.1.0",
"prettier": "^2.0.5"
},
"directories": {
"lib": "lib",
"test": "tests"
},
"author": "Ru Singh <[email protected]> (https://rusingh.com)"
}