-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage-lock.json
More file actions
39 lines (39 loc) · 1.45 KB
/
package-lock.json
File metadata and controls
39 lines (39 loc) · 1.45 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
{
"name": "eslint-config-bbva",
"version": "3.2.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"eslint-plugin-babel": {
"version": "5.3.1",
"resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz",
"integrity": "sha1-daJBP/vxfnvldFgwHGApHyz79WA=",
"requires": {
"eslint-rule-composer": "^0.3.0"
}
},
"eslint-plugin-no-unsanitized": {
"version": "3.1.2",
"resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/eslint-plugin-no-unsanitized/-/eslint-plugin-no-unsanitized-3.1.2.tgz",
"integrity": "sha1-pUck4LgdQyebsfj14dgsl9p4yFg="
},
"eslint-plugin-optimize-regex": {
"version": "1.2.0",
"resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/eslint-plugin-optimize-regex/-/eslint-plugin-optimize-regex-1.2.0.tgz",
"integrity": "sha1-wTvWxxbM5MUAHui3rwc/LgYJ4DA=",
"requires": {
"regexp-tree": "^0.1.20"
}
},
"eslint-rule-composer": {
"version": "0.3.0",
"resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz",
"integrity": "sha1-eTIMknsMXA09PSt2yLSkiPJbuvk="
},
"regexp-tree": {
"version": "0.1.21",
"resolved": "https://descinet.bbva.es/artifactory/api/npm/npm/regexp-tree/-/regexp-tree-0.1.21.tgz",
"integrity": "sha1-VeIka399NvG0YUkJQvp4ApnEANc="
}
}
}