package.json
2.11 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
{
"_from": "@babel/cli@^7.10.3",
"_id": "@babel/cli@7.11.6",
"_inBundle": false,
"_integrity": "sha512-+w7BZCvkewSmaRM6H4L2QM3RL90teqEIHDIFXAmrW33+0jhlymnDAEdqVeCZATvxhQuio1ifoGVlJJbIiH9Ffg==",
"_location": "/@babel/cli",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "@babel/cli@^7.10.3",
"name": "@babel/cli",
"escapedName": "@babel%2fcli",
"scope": "@babel",
"rawSpec": "^7.10.3",
"saveSpec": null,
"fetchSpec": "^7.10.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/@babel/cli/-/cli-7.11.6.tgz",
"_shasum": "1fcbe61c2a6900c3539c06ee58901141f3558482",
"_spec": "@babel/cli@^7.10.3",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bin": {
"babel": "bin/babel.js",
"babel-external-helpers": "bin/babel-external-helpers.js"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"chokidar": "^2.1.8",
"commander": "^4.0.1",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^1.1.0",
"glob": "^7.0.0",
"lodash": "^4.17.19",
"make-dir": "^2.1.0",
"slash": "^2.0.0",
"source-map": "^0.5.0"
},
"deprecated": false,
"description": "Babel command line.",
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/helper-fixtures": "^7.10.5",
"rimraf": "^3.0.0"
},
"gitHead": "e51139d7fd850e7f5b8cd6aafb17cc88b7010218",
"homepage": "https://babeljs.io/",
"keywords": [
"6to5",
"babel",
"es6",
"transpile",
"transpiler",
"babel-cli",
"compiler"
],
"license": "MIT",
"name": "@babel/cli",
"optionalDependencies": {
"chokidar": "^2.1.8"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git",
"directory": "packages/babel-cli"
},
"version": "7.11.6"
}