source: trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/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.6 KB
Line 
1{
2 "_args": [
3 [
4 "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
6 ]
7 ],
8 "_development": true,
9 "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
10 "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
11 "_inBundle": false,
12 "_integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==",
13 "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
14 "_phantomChildren": {},
15 "_requested": {
16 "type": "version",
17 "registry": true,
18 "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
19 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
20 "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
21 "scope": "@babel",
22 "rawSpec": "7.15.4",
23 "saveSpec": null,
24 "fetchSpec": "7.15.4"
25 },
26 "_requiredBy": [
27 "/@babel/preset-env"
28 ],
29 "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz",
30 "_spec": "7.15.4",
31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
32 "author": {
33 "name": "The Babel Team",
34 "url": "https://babel.dev/team"
35 },
36 "bugs": {
37 "url": "https://github.com/babel/babel/issues"
38 },
39 "dependencies": {
40 "@babel/helper-plugin-utils": "^7.14.5",
41 "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4",
42 "@babel/plugin-proposal-optional-chaining": "^7.14.5"
43 },
44 "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
45 "devDependencies": {
46 "@babel/core": "7.15.4",
47 "@babel/helper-plugin-test-runner": "7.14.5",
48 "@babel/traverse": "7.15.4"
49 },
50 "engines": {
51 "node": ">=6.9.0"
52 },
53 "exports": {
54 ".": [
55 "./lib/index.js"
56 ]
57 },
58 "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
59 "keywords": [
60 "babel-plugin",
61 "bugfix"
62 ],
63 "license": "MIT",
64 "main": "./lib/index.js",
65 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
66 "peerDependencies": {
67 "@babel/core": "^7.13.0"
68 },
69 "publishConfig": {
70 "access": "public"
71 },
72 "repository": {
73 "type": "git",
74 "url": "git+https://github.com/babel/babel.git",
75 "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
76 },
77 "version": "7.15.4"
78}
Note: See TracBrowser for help on using the repository browser.