source: trip-planner-front/node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/package.json@ e29cc2e

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

primeNG components

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