package.json
3.24 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
136
{
"_args": [
[
{
"raw": "babel-core@^6.26.0",
"scope": null,
"escapedName": "babel-core",
"name": "babel-core",
"rawSpec": "^6.26.0",
"spec": ">=6.26.0 <7.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli"
]
],
"_from": "babel-core@>=6.26.0 <7.0.0",
"_id": "babel-core@6.26.0",
"_inCache": true,
"_location": "/babel-core",
"_nodeVersion": "6.9.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/babel-core-6.26.0.tgz_1502898861183_0.43529116874560714"
},
"_npmUser": {
"name": "hzoo",
"email": "hi@henryzoo.com"
},
"_npmVersion": "4.6.1",
"_phantomChildren": {},
"_requested": {
"raw": "babel-core@^6.26.0",
"scope": null,
"escapedName": "babel-core",
"name": "babel-core",
"rawSpec": "^6.26.0",
"spec": ">=6.26.0 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-cli",
"/babel-register"
],
"_resolved": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz",
"_shasum": "af32f78b31a6fcef119c87b0fd8d9753f03a0bb8",
"_shrinkwrap": null,
"_spec": "babel-core@^6.26.0",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-cli",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"dependencies": {
"babel-code-frame": "^6.26.0",
"babel-generator": "^6.26.0",
"babel-helpers": "^6.24.1",
"babel-messages": "^6.23.0",
"babel-register": "^6.26.0",
"babel-runtime": "^6.26.0",
"babel-template": "^6.26.0",
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"convert-source-map": "^1.5.0",
"debug": "^2.6.8",
"json5": "^0.5.1",
"lodash": "^4.17.4",
"minimatch": "^3.0.4",
"path-is-absolute": "^1.0.1",
"private": "^0.1.7",
"slash": "^1.0.0",
"source-map": "^0.5.6"
},
"description": "Babel compiler core.",
"devDependencies": {
"babel-helper-fixtures": "^6.26.0",
"babel-helper-transform-fixture-test-runner": "^6.26.0",
"babel-polyfill": "^6.26.0"
},
"directories": {},
"dist": {
"shasum": "af32f78b31a6fcef119c87b0fd8d9753f03a0bb8",
"tarball": "https://registry.npmjs.org/babel-core/-/babel-core-6.26.0.tgz"
},
"homepage": "https://babeljs.io/",
"keywords": [
"6to5",
"babel",
"classes",
"const",
"es6",
"harmony",
"let",
"modules",
"transpile",
"transpiler",
"var",
"babel-core",
"compiler"
],
"license": "MIT",
"maintainers": [
{
"name": "thejameskyle",
"email": "me@thejameskyle.com"
},
{
"name": "sebmck",
"email": "sebmck@gmail.com"
},
{
"name": "danez",
"email": "daniel@tschinder.de"
},
{
"name": "hzoo",
"email": "hi@henryzoo.com"
},
{
"name": "loganfsmyth",
"email": "loganfsmyth@gmail.com"
}
],
"name": "babel-core",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-core"
},
"scripts": {
"bench": "make bench",
"test": "make test"
},
"version": "6.26.0"
}