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

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

primeNG components

  • Property mode set to 100644
File size: 2.6 KB
RevLine 
[6a3a178]1{
[e29cc2e]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",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-4tcFwwicpWTrpl9qjf7UsoosaArgImF85AxqCRZlgc3IQDvkUHjJpruXAL58Wmj+T6fypWTC/BakfEkwIL/pwA==",
[59329aa]6 "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
[59329aa]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",
[e29cc2e]15 "rawSpec": "^7.14.5",
[59329aa]16 "saveSpec": null,
[e29cc2e]17 "fetchSpec": "^7.14.5"
[59329aa]18 },
19 "_requiredBy": [
20 "/@babel/preset-env"
21 ],
[e29cc2e]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",
[59329aa]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 },
[e29cc2e]33 "bundleDependencies": false,
[59329aa]34 "dependencies": {
35 "@babel/helper-plugin-utils": "^7.14.5",
[e29cc2e]36 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
37 "@babel/plugin-proposal-optional-chaining": "^7.16.0"
[59329aa]38 },
[e29cc2e]39 "deprecated": false,
[6a3a178]40 "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
[59329aa]41 "devDependencies": {
[e29cc2e]42 "@babel/core": "^7.16.0",
43 "@babel/helper-plugin-test-runner": "^7.16.0",
44 "@babel/traverse": "^7.16.0"
[6a3a178]45 },
[59329aa]46 "engines": {
47 "node": ">=6.9.0"
[6a3a178]48 },
49 "exports": {
50 ".": [
51 "./lib/index.js"
52 ]
53 },
[59329aa]54 "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
[6a3a178]55 "keywords": [
56 "babel-plugin",
57 "bugfix"
58 ],
[59329aa]59 "license": "MIT",
60 "main": "./lib/index.js",
61 "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
[6a3a178]62 "peerDependencies": {
63 "@babel/core": "^7.13.0"
64 },
[59329aa]65 "publishConfig": {
66 "access": "public"
[6a3a178]67 },
[59329aa]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"
[6a3a178]72 },
[e29cc2e]73 "version": "7.16.0"
[59329aa]74}
Note: See TracBrowser for help on using the repository browser.