-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
102 lines (102 loc) · 2.4 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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"_args": [
[
{
"raw": "/tmp/d-11704-14440-1rubehl/package.tgz",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "/tmp/d-11704-14440-1rubehl/package.tgz",
"spec": "/tmp/d-11704-14440-1rubehl/package.tgz",
"type": "local"
},
"/tmp/apm-install-dir-11704-14440-u6ihxb"
]
],
"_from": "../d-11704-14440-1rubehl/package.tgz",
"_id": "lint-sass-vue@1.7.4",
"_inCache": true,
"_installable": true,
"_location": "/lint-sass-vue",
"_phantomChildren": {},
"_requested": {
"raw": "/tmp/d-11704-14440-1rubehl/package.tgz",
"scope": null,
"escapedName": null,
"name": null,
"rawSpec": "/tmp/d-11704-14440-1rubehl/package.tgz",
"spec": "/tmp/d-11704-14440-1rubehl/package.tgz",
"type": "local"
},
"_requiredBy": [
"#USER"
],
"_resolved": "file:../d-11704-14440-1rubehl/package.tgz",
"_shasum": "343e8be0884e3335e8d4c228dec3d07ab33618ce",
"_shrinkwrap": null,
"_spec": "/tmp/d-11704-14440-1rubehl/package.tgz",
"_where": "/tmp/apm-install-dir-11704-14440-u6ihxb",
"bugs": {
"url": "https://github.com/fsblemos/lint-sass-vue/issues"
},
"dependencies": {
"atom-linter": "^8.0.0",
"atom-package-deps": "4.3.1",
"cheerio": "^0.22.0",
"consistent-env": "^1.0.1",
"globule": "^1.0.0",
"htmlparser2": "^3.9.2",
"sass-lint": "1.10.2"
},
"description": "Plugin to lint your Sass/SCSS inside .vue files!",
"devDependencies": {
"coffeelint": "^1.14.2",
"eslint": "^3.7.1",
"eslint-config-airbnb-base": "^8.0.0",
"eslint-plugin-import": "^1.16.0"
},
"engines": {
"atom": ">=1.0.0"
},
"eslintConfig": {
"extends": "airbnb-base",
"globals": {
"atom": true
},
"env": {
"es6": true,
"node": true
}
},
"homepage": "https://github.com/fsblemos/lint-sass-vue#readme",
"keywords": [
"vue",
"scss",
"sass-lint",
"Sass",
"node-sass",
"linter"
],
"license": "MIT",
"main": "./lib/main",
"name": "lint-sass-vue",
"optionalDependencies": {},
"package-deps": [
"linter"
],
"providedServices": {
"linter": {
"versions": {
"1.1.0": "provideLinter"
}
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/fsblemos/lint-sass-vue.git"
},
"scripts": {
"lint": "coffeelint lib && eslint spec"
},
"version": "1.0.5"
}