package.json
2.79 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
{
"_args": [
[
{
"raw": "babel-helper-call-delegate@^6.24.1",
"scope": null,
"escapedName": "babel-helper-call-delegate",
"name": "babel-helper-call-delegate",
"rawSpec": "^6.24.1",
"spec": ">=6.24.1 <7.0.0",
"type": "range"
},
"/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-plugin-transform-es2015-parameters"
]
],
"_from": "babel-helper-call-delegate@>=6.24.1 <7.0.0",
"_id": "babel-helper-call-delegate@6.24.1",
"_inCache": true,
"_location": "/babel-helper-call-delegate",
"_nodeVersion": "6.9.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/babel-helper-call-delegate-6.24.1.tgz_1491578352467_0.025481328601017594"
},
"_npmUser": {
"name": "hzoo",
"email": "hi@henryzoo.com"
},
"_npmVersion": "3.10.10",
"_phantomChildren": {},
"_requested": {
"raw": "babel-helper-call-delegate@^6.24.1",
"scope": null,
"escapedName": "babel-helper-call-delegate",
"name": "babel-helper-call-delegate",
"rawSpec": "^6.24.1",
"spec": ">=6.24.1 <7.0.0",
"type": "range"
},
"_requiredBy": [
"/babel-plugin-transform-es2015-parameters"
],
"_resolved": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz",
"_shasum": "ece6aacddc76e41c3461f88bfc575bd0daa2df8d",
"_shrinkwrap": null,
"_spec": "babel-helper-call-delegate@^6.24.1",
"_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/babel-plugin-transform-es2015-parameters",
"dependencies": {
"babel-helper-hoist-variables": "^6.24.1",
"babel-runtime": "^6.22.0",
"babel-traverse": "^6.24.1",
"babel-types": "^6.24.1"
},
"description": "Helper function to call delegate",
"devDependencies": {},
"directories": {},
"dist": {
"shasum": "ece6aacddc76e41c3461f88bfc575bd0daa2df8d",
"tarball": "https://registry.npmjs.org/babel-helper-call-delegate/-/babel-helper-call-delegate-6.24.1.tgz"
},
"license": "MIT",
"main": "lib/index.js",
"maintainers": [
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
},
{
"name": "hzoo",
"email": "hi@henryzoo.com"
},
{
"name": "jmm",
"email": "npm-public@jessemccarthy.net"
},
{
"name": "loganfsmyth",
"email": "loganfsmyth@gmail.com"
},
{
"name": "sebmck",
"email": "sebmck@gmail.com"
},
{
"name": "thejameskyle",
"email": "me@thejameskyle.com"
}
],
"name": "babel-helper-call-delegate",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helper-call-delegate"
},
"scripts": {},
"version": "6.24.1"
}