package.json
2.39 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"_args": [
[
{
"raw": "eslint-plugin-html@^2.0.0",
"scope": null,
"escapedName": "eslint-plugin-html",
"name": "eslint-plugin-html",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"/Users/admin/Documents/workspace/programming"
]
],
"_from": "eslint-plugin-html@>=2.0.0 <3.0.0",
"_id": "eslint-plugin-html@2.0.1",
"_inCache": true,
"_location": "/eslint-plugin-html",
"_nodeVersion": "7.5.0",
"_npmOperationalInternal": {
"host": "packages-18-east.internal.npmjs.com",
"tmp": "tmp/eslint-plugin-html-2.0.1.tgz_1487249431635_0.5691141132265329"
},
"_npmUser": {
"name": "benoitz",
"email": "bzugmeyer@gmail.com"
},
"_npmVersion": "4.1.2",
"_phantomChildren": {},
"_requested": {
"raw": "eslint-plugin-html@^2.0.0",
"scope": null,
"escapedName": "eslint-plugin-html",
"name": "eslint-plugin-html",
"rawSpec": "^2.0.0",
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz",
"_shasum": "3a829510e82522f1e2e44d55d7661a176121fce1",
"_shrinkwrap": null,
"_spec": "eslint-plugin-html@^2.0.0",
"_where": "/Users/admin/Documents/workspace/programming",
"bugs": {
"url": "https://github.com/BenoitZugmeyer/eslint-plugin-html/issues"
},
"dependencies": {
"htmlparser2": "^3.8.2"
},
"description": "An ESLint plugin to extract and lint scripts from HTML files.",
"devDependencies": {
"eslint": "^3.2.2",
"jest": "^18.1.0"
},
"directories": {},
"dist": {
"shasum": "3a829510e82522f1e2e44d55d7661a176121fce1",
"tarball": "https://registry.npmjs.org/eslint-plugin-html/-/eslint-plugin-html-2.0.1.tgz"
},
"homepage": "https://github.com/BenoitZugmeyer/eslint-plugin-html",
"keywords": [
"eslint-plugin",
"eslintplugin",
"eslint",
"html"
],
"license": "ISC",
"main": "src/index.js",
"maintainers": [
{
"name": "benoitz",
"email": "bzugmeyer@gmail.com"
}
],
"name": "eslint-plugin-html",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/BenoitZugmeyer/eslint-plugin-html.git"
},
"scripts": {
"lint": "eslint .",
"test": "jest"
},
"version": "2.0.1"
}