source: trip-planner-front/node_modules/@babel/plugin-proposal-async-generator-functions/package.json@ 59329aa

Last change on this file since 59329aa was 59329aa, checked in by Ema <ema_spirova@…>, 3 years ago

adding photos

  • Property mode set to 100644
File size: 2.4 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/plugin-proposal-async-generator-functions@7.14.7",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-proposal-async-generator-functions@7.14.7",
10 "_id": "@babel/plugin-proposal-async-generator-functions@7.14.7",
11 "_inBundle": false,
12 "_integrity": "sha512-RK8Wj7lXLY3bqei69/cc25gwS5puEc3dknoFPFbqfy3XxYQBQFvu4ioWpafMBAB+L9NyptQK4nMOa5Xz16og8Q==",
13 "_location": "/@babel/plugin-proposal-async-generator-functions",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-proposal-async-generator-functions@7.14.7",
19 "name": "@babel/plugin-proposal-async-generator-functions",
20 "escapedName": "@babel%2fplugin-proposal-async-generator-functions",
21 "scope": "@babel",
22 "rawSpec": "7.14.7",
23 "saveSpec": null,
24 "fetchSpec": "7.14.7"
25 },
26 "_requiredBy": [
27 "/@angular-devkit/build-angular",
28 "/@babel/preset-env"
29 ],
30 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.14.7.tgz",
31 "_spec": "7.14.7",
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-plugin-utils": "^7.14.5",
42 "@babel/helper-remap-async-to-generator": "^7.14.5",
43 "@babel/plugin-syntax-async-generators": "^7.8.4"
44 },
45 "description": "Turn async generator functions into ES2015 generators",
46 "devDependencies": {
47 "@babel/core": "7.14.6",
48 "@babel/helper-plugin-test-runner": "7.14.5",
49 "babel-plugin-polyfill-corejs3": "^0.2.2",
50 "core-js-pure": "^3.15.0"
51 },
52 "engines": {
53 "node": ">=6.9.0"
54 },
55 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-async-generator-functions",
56 "keywords": [
57 "babel-plugin"
58 ],
59 "license": "MIT",
60 "main": "./lib/index.js",
61 "name": "@babel/plugin-proposal-async-generator-functions",
62 "peerDependencies": {
63 "@babel/core": "^7.0.0-0"
64 },
65 "publishConfig": {
66 "access": "public"
67 },
68 "repository": {
69 "type": "git",
70 "url": "git+https://github.com/babel/babel.git",
71 "directory": "packages/babel-plugin-proposal-async-generator-functions"
72 },
73 "version": "7.14.7"
74}
Note: See TracBrowser for help on using the repository browser.