package.json
3.47 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"_args": [
[
{
"raw": "espree@^3.4.0",
"scope": null,
"escapedName": "espree",
"name": "espree",
"rawSpec": "^3.4.0",
"spec": ">=3.4.0 <4.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
]
],
"_from": "espree@>=3.4.0 <4.0.0",
"_id": "espree@3.5.2",
"_inCache": true,
"_location": "/espree",
"_nodeVersion": "8.8.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/espree-3.5.2.tgz_1510345553548_0.47116047446615994"
},
"_npmUser": {
"name": "eslint",
"email": "nicholas+eslint@nczconsulting.com"
},
"_npmVersion": "5.4.2",
"_phantomChildren": {},
"_requested": {
"raw": "espree@^3.4.0",
"scope": null,
"escapedName": "espree",
"name": "espree",
"rawSpec": "^3.4.0",
"spec": ">=3.4.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/eslint"
],
"_resolved": "https://registry.npmjs.org/espree/-/espree-3.5.2.tgz",
"_shasum": "756ada8b979e9dcfcdb30aad8d1a9304a905e1ca",
"_shrinkwrap": null,
"_spec": "espree@^3.4.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
"author": {
"name": "Nicholas C. Zakas",
"email": "nicholas+npm@nczconsulting.com"
},
"bugs": {
"url": "http://github.com/eslint/espree.git"
},
"dependencies": {
"acorn": "^5.2.1",
"acorn-jsx": "^3.0.0"
},
"description": "An Esprima-compatible JavaScript parser built on Acorn",
"devDependencies": {
"browserify": "^7.0.0",
"chai": "^1.10.0",
"eslint": "^2.13.1",
"eslint-config-eslint": "^3.0.0",
"eslint-release": "^0.10.0",
"esprima": "latest",
"esprima-fb": "^8001.2001.0-dev-harmony-fb",
"istanbul": "~0.2.6",
"json-diff": "~0.3.1",
"leche": "^1.0.1",
"mocha": "^2.0.1",
"regenerate": "~0.5.4",
"shelljs": "^0.3.0",
"shelljs-nodecli": "^0.1.1",
"unicode-6.3.0": "~0.1.0"
},
"directories": {},
"dist": {
"integrity": "sha512-sadKeYwaR/aJ3stC2CdvgXu1T16TdYN+qwCpcWbMnGJ8s0zNWemzrvb2GbD4OhmJ/fwpJjudThAlLobGbWZbCQ==",
"shasum": "756ada8b979e9dcfcdb30aad8d1a9304a905e1ca",
"tarball": "https://registry.npmjs.org/espree/-/espree-3.5.2.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"lib",
"espree.js"
],
"gitHead": "6a7cb0aa92508ad8974afef6fd63c7b96a92fdc2",
"homepage": "https://github.com/eslint/espree",
"keywords": [
"ast",
"ecmascript",
"javascript",
"parser",
"syntax",
"acorn"
],
"license": "BSD-2-Clause",
"main": "espree.js",
"maintainers": [
{
"name": "eslint",
"email": "nicholas+eslint@nczconsulting.com"
},
{
"name": "nzakas",
"email": "nicholas@nczconsulting.com"
},
{
"name": "ivolodin",
"email": "ivolodin@gmail.com"
}
],
"name": "espree",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/eslint/espree.git"
},
"scripts": {
"alpharelease": "eslint-prelease alpha",
"betarelease": "eslint-prelease beta",
"browserify": "node Makefile.js browserify",
"ci-release": "eslint-ci-release",
"generate-regex": "node tools/generate-identifier-regex.js",
"gh-release": "eslint-gh-release",
"lint": "node Makefile.js lint",
"release": "eslint-release",
"test": "npm run-script lint && node Makefile.js test"
},
"version": "3.5.2"
}