1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "@babel/plugin-transform-async-to-generator@7.14.5",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "@babel/plugin-transform-async-to-generator@7.14.5",
|
---|
10 | "_id": "@babel/plugin-transform-async-to-generator@7.14.5",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==",
|
---|
13 | "_location": "/@babel/plugin-transform-async-to-generator",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "@babel/plugin-transform-async-to-generator@7.14.5",
|
---|
19 | "name": "@babel/plugin-transform-async-to-generator",
|
---|
20 | "escapedName": "@babel%2fplugin-transform-async-to-generator",
|
---|
21 | "scope": "@babel",
|
---|
22 | "rawSpec": "7.14.5",
|
---|
23 | "saveSpec": null,
|
---|
24 | "fetchSpec": "7.14.5"
|
---|
25 | },
|
---|
26 | "_requiredBy": [
|
---|
27 | "/@angular-devkit/build-angular",
|
---|
28 | "/@babel/preset-env"
|
---|
29 | ],
|
---|
30 | "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.14.5.tgz",
|
---|
31 | "_spec": "7.14.5",
|
---|
32 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
33 | "author": {
|
---|
34 | "name": "The Babel Team",
|
---|
35 | "url": "https://babel.dev/team"
|
---|
36 | },
|
---|
37 | "bugs": {
|
---|
38 | "url": "https://github.com/babel/babel/issues"
|
---|
39 | },
|
---|
40 | "dependencies": {
|
---|
41 | "@babel/helper-module-imports": "^7.14.5",
|
---|
42 | "@babel/helper-plugin-utils": "^7.14.5",
|
---|
43 | "@babel/helper-remap-async-to-generator": "^7.14.5"
|
---|
44 | },
|
---|
45 | "description": "Turn async functions into ES2015 generators",
|
---|
46 | "devDependencies": {
|
---|
47 | "@babel/core": "7.14.5",
|
---|
48 | "@babel/helper-plugin-test-runner": "7.14.5"
|
---|
49 | },
|
---|
50 | "engines": {
|
---|
51 | "node": ">=6.9.0"
|
---|
52 | },
|
---|
53 | "homepage": "https://babel.dev/docs/en/next/babel-plugin-transform-async-to-generator",
|
---|
54 | "keywords": [
|
---|
55 | "babel-plugin"
|
---|
56 | ],
|
---|
57 | "license": "MIT",
|
---|
58 | "main": "./lib/index.js",
|
---|
59 | "name": "@babel/plugin-transform-async-to-generator",
|
---|
60 | "peerDependencies": {
|
---|
61 | "@babel/core": "^7.0.0-0"
|
---|
62 | },
|
---|
63 | "publishConfig": {
|
---|
64 | "access": "public"
|
---|
65 | },
|
---|
66 | "repository": {
|
---|
67 | "type": "git",
|
---|
68 | "url": "git+https://github.com/babel/babel.git",
|
---|
69 | "directory": "packages/babel-plugin-transform-async-to-generator"
|
---|
70 | },
|
---|
71 | "version": "7.14.5"
|
---|
72 | }
|
---|