package.json
1.85 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
{
"_from": "babel@^5.8.23",
"_id": "babel@5.8.38",
"_inBundle": false,
"_integrity": "sha1-37CHwiiUkXxXb7Z86c8yjUWGKfs=",
"_location": "/babel",
"_phantomChildren": {
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "babel@^5.8.23",
"name": "babel",
"escapedName": "babel",
"rawSpec": "^5.8.23",
"saveSpec": null,
"fetchSpec": "^5.8.23"
},
"_requiredBy": [
"/linkchecker"
],
"_resolved": "https://registry.npmjs.org/babel/-/babel-5.8.38.tgz",
"_shasum": "dfb087c22894917c576fb67ce9cf328d458629fb",
"_spec": "babel@^5.8.23",
"_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\linkchecker",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"bin": {
"babel": "./bin/babel.js",
"babel-node": "./bin/babel-node.js",
"babel-external-helpers": "./bin/babel-external-helpers.js",
"babel-plugin": "./bin/babel-plugin.js"
},
"bugs": {
"url": "https://github.com/babel/babel/issues"
},
"bundleDependencies": false,
"dependencies": {
"babel-core": "^5.6.21",
"chokidar": "^1.0.0",
"commander": "^2.6.0",
"convert-source-map": "^1.1.0",
"fs-readdir-recursive": "^0.1.0",
"glob": "^5.0.5",
"lodash": "^3.2.0",
"output-file-sync": "^1.1.0",
"path-exists": "^1.0.0",
"path-is-absolute": "^1.0.0",
"slash": "^1.0.0",
"source-map": "^0.5.0"
},
"deprecated": false,
"description": "Turn ES6 code into readable vanilla ES5 with source maps",
"homepage": "https://babeljs.io/",
"license": "MIT",
"name": "babel",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git+https://github.com/babel/babel.git"
},
"version": "5.8.38"
}