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