source: trip-planner-front/node_modules/@babel/plugin-proposal-optional-catch-binding/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.2 KB
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "@babel/plugin-proposal-optional-catch-binding@^7.14.5",
3 "_id": "@babel/plugin-proposal-optional-catch-binding@7.16.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-kicDo0A/5J0nrsCPbn89mTG3Bm4XgYi0CZtvex9Oyw7gGZE3HXGD0zpQNH+mo+tEfbo8wbmMvJftOwpmPy7aVw==",
[59329aa]6 "_location": "/@babel/plugin-proposal-optional-catch-binding",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "@babel/plugin-proposal-optional-catch-binding@^7.14.5",
[59329aa]12 "name": "@babel/plugin-proposal-optional-catch-binding",
13 "escapedName": "@babel%2fplugin-proposal-optional-catch-binding",
14 "scope": "@babel",
[e29cc2e]15 "rawSpec": "^7.14.5",
[59329aa]16 "saveSpec": null,
[e29cc2e]17 "fetchSpec": "^7.14.5"
[6a3a178]18 },
[59329aa]19 "_requiredBy": [
20 "/@babel/preset-env"
[6a3a178]21 ],
[e29cc2e]22 "_resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.16.0.tgz",
23 "_shasum": "5910085811ab4c28b00d6ebffa4ab0274d1e5f16",
24 "_spec": "@babel/plugin-proposal-optional-catch-binding@^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,
[6a3a178]34 "dependencies": {
35 "@babel/helper-plugin-utils": "^7.14.5",
36 "@babel/plugin-syntax-optional-catch-binding": "^7.8.3"
37 },
[e29cc2e]38 "deprecated": false,
[59329aa]39 "description": "Compile optional catch bindings",
[6a3a178]40 "devDependencies": {
[e29cc2e]41 "@babel/core": "^7.16.0",
42 "@babel/helper-plugin-test-runner": "^7.16.0"
[6a3a178]43 },
44 "engines": {
45 "node": ">=6.9.0"
46 },
[59329aa]47 "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-optional-catch-binding",
48 "keywords": [
49 "babel-plugin"
50 ],
51 "license": "MIT",
52 "main": "./lib/index.js",
53 "name": "@babel/plugin-proposal-optional-catch-binding",
54 "peerDependencies": {
55 "@babel/core": "^7.0.0-0"
56 },
57 "publishConfig": {
58 "access": "public"
59 },
60 "repository": {
61 "type": "git",
62 "url": "git+https://github.com/babel/babel.git",
63 "directory": "packages/babel-plugin-proposal-optional-catch-binding"
64 },
[e29cc2e]65 "version": "7.16.0"
[59329aa]66}
Note: See TracBrowser for help on using the repository browser.