package.json
3.07 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"_from": "eslint-config-airbnb-base@^14.1.0",
"_id": "eslint-config-airbnb-base@14.2.0",
"_inBundle": false,
"_integrity": "sha512-Snswd5oC6nJaevs3nZoLSTvGJBvzTfnBqOIArkf3cbyTyq9UD79wOk8s+RiL6bhca0p/eRO6veczhf6A/7Jy8Q==",
"_location": "/eslint-config-airbnb-base",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "eslint-config-airbnb-base@^14.1.0",
"name": "eslint-config-airbnb-base",
"escapedName": "eslint-config-airbnb-base",
"rawSpec": "^14.1.0",
"saveSpec": null,
"fetchSpec": "^14.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/eslint-config-airbnb-base/-/eslint-config-airbnb-base-14.2.0.tgz",
"_shasum": "fe89c24b3f9dc8008c9c0d0d88c28f95ed65e9c4",
"_spec": "eslint-config-airbnb-base@^14.1.0",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "Jake Teton-Landis",
"url": "https://twitter.com/@jitl"
},
"bugs": {
"url": "https://github.com/airbnb/javascript/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Jake Teton-Landis",
"url": "https://twitter.com/jitl"
},
{
"name": "Jordan Harband",
"email": "ljharb@gmail.com",
"url": "http://ljharb.codes"
},
{
"name": "Harrison Shoff",
"url": "https://twitter.com/hshoff"
}
],
"dependencies": {
"confusing-browser-globals": "^1.0.9",
"object.assign": "^4.1.0",
"object.entries": "^1.1.2"
},
"deprecated": false,
"description": "Airbnb's base JS ESLint config, following our styleguide",
"devDependencies": {
"@babel/runtime": "^7.8.7",
"babel-preset-airbnb": "^4.5.0",
"babel-tape-runner": "^3.0.0",
"eclint": "^2.8.1",
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-find-rules": "^3.5.0",
"eslint-plugin-import": "^2.21.2",
"in-publish": "^2.0.1",
"safe-publish-latest": "^1.1.4",
"tape": "^5.0.1"
},
"engines": {
"node": ">= 6"
},
"homepage": "https://github.com/airbnb/javascript",
"keywords": [
"eslint",
"eslintconfig",
"config",
"airbnb",
"javascript",
"styleguide",
"es2015",
"es2016",
"es2017",
"es2018"
],
"license": "MIT",
"main": "index.js",
"name": "eslint-config-airbnb-base",
"peerDependencies": {
"eslint": "^5.16.0 || ^6.8.0 || ^7.2.0",
"eslint-plugin-import": "^2.21.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/airbnb/javascript.git"
},
"scripts": {
"lint": "eslint --report-unused-disable-directives .",
"posttravis": ":",
"prelint": "eclint check * rules/* test/*",
"prepublish": "(in-install || eslint-find-rules --unused) && (not-in-publish || npm test) && safe-publish-latest",
"pretest": "npm run --silent lint",
"pretests-only": "node ./test/requires",
"pretravis": ":",
"test": "npm run --silent tests-only",
"tests-only": "babel-tape-runner ./test/test-*.js",
"travis": "npm run --silent tests-only"
},
"version": "14.2.0"
}