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
RevLine 
[6a3a178]1{
[e29cc2e]2 "_from": "@babel/plugin-proposal-optional-chaining@^7.14.5",
3 "_id": "@babel/plugin-proposal-optional-chaining@7.16.0",
[59329aa]4 "_inBundle": false,
[e29cc2e]5 "_integrity": "sha512-Y4rFpkZODfHrVo70Uaj6cC1JJOt3Pp0MdWSwIKtb8z1/lsjl9AmnB7ErRFV+QNGIfcY1Eruc2UMx5KaRnXjMyg==",
[59329aa]6 "_location": "/@babel/plugin-proposal-optional-chaining",
7 "_phantomChildren": {},
8 "_requested": {
[e29cc2e]9 "type": "range",
[59329aa]10 "registry": true,
[e29cc2e]11 "raw": "@babel/plugin-proposal-optional-chaining@^7.14.5",
[59329aa]12 "name": "@babel/plugin-proposal-optional-chaining",
13 "escapedName": "@babel%2fplugin-proposal-optional-chaining",
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/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
21 "/@babel/preset-env"
[6a3a178]22 ],
[e29cc2e]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",
[59329aa]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 },
[e29cc2e]34 "bundleDependencies": false,
[6a3a178]35 "dependencies": {
36 "@babel/helper-plugin-utils": "^7.14.5",
[e29cc2e]37 "@babel/helper-skip-transparent-expression-wrappers": "^7.16.0",
[6a3a178]38 "@babel/plugin-syntax-optional-chaining": "^7.8.3"
39 },
[e29cc2e]40 "deprecated": false,
[59329aa]41 "description": "Transform optional chaining operators into a series of nil checks",
[6a3a178]42 "devDependencies": {
[e29cc2e]43 "@babel/core": "^7.16.0",
44 "@babel/helper-plugin-test-runner": "^7.16.0",
45 "@babel/plugin-transform-block-scoping": "^7.16.0"
[6a3a178]46 },
47 "engines": {
48 "node": ">=6.9.0"
49 },
[59329aa]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 },
[e29cc2e]68 "version": "7.16.0"
[59329aa]69}
Note: See TracBrowser for help on using the repository browser.