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
| {
| "name": "babel-types",
| "version": "6.25.0",
| "lockfileVersion": 1,
| "requires": true,
| "dependencies": {
| "babylon": {
| "version": "6.18.0",
| "resolved": "https://registry.npmjs.org/babylon/-/babylon-6.18.0.tgz",
| "integrity": "sha512-q/UEjfGJ2Cm3oKV71DJz9d25TPnq5rhBVL2Q4fA5wcC3jcrdn7+SssEybFIxwAvvP+YCsCYNKughoF33GxgycQ==",
| "dev": true
| },
| "esutils": {
| "version": "2.0.2",
| "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.2.tgz",
| "integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs="
| },
| "lodash": {
| "version": "4.17.4",
| "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz",
| "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4="
| },
| "to-fast-properties": {
| "version": "1.0.3",
| "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-1.0.3.tgz",
| "integrity": "sha1-uDVx+k2MJbguIxsG46MFXeTKGkc="
| }
| }
| }
|
|