package.json
1.59 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
{
"_args": [
[
"@babel/helpers@7.2.0",
"D:\\WS\\WebstormProjects\\222\\lawyer"
]
],
"_from": "@babel/helpers@7.2.0",
"_id": "@babel/helpers@7.2.0",
"_inBundle": false,
"_integrity": "sha512-Fr07N+ea0dMcMN8nFpuK6dUIT7/ivt9yKQdEEnjVS83tG2pHwPi03gYmk/tyuwONnZ+sY+GFFPlWGgCtW1hF9A==",
"_location": "/@babel/helpers",
"_phantomChildren": {
"@babel/parser": "7.2.3",
"chalk": "2.4.2",
"esutils": "2.0.2",
"lodash": "4.17.11",
"trim-right": "1.0.1"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "@babel/helpers@7.2.0",
"name": "@babel/helpers",
"escapedName": "@babel%2fhelpers",
"scope": "@babel",
"rawSpec": "7.2.0",
"saveSpec": null,
"fetchSpec": "7.2.0"
},
"_requiredBy": [
"/@babel/core"
],
"_resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.2.0.tgz",
"_spec": "7.2.0",
"_where": "D:\\WS\\WebstormProjects\\222\\lawyer",
"author": {
"name": "Sebastian McKenzie",
"email": "sebmck@gmail.com"
},
"dependencies": {
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.5",
"@babel/types": "^7.2.0"
},
"description": "Collection of helper functions used by Babel transforms.",
"devDependencies": {
"@babel/helper-plugin-test-runner": "^7.0.0"
},
"homepage": "https://babeljs.io/",
"license": "MIT",
"main": "lib/index.js",
"name": "@babel/helpers",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
},
"version": "7.2.0"
}