1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
| {
| "_args": [
| [
| "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
| "_id": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
| "_inBundle": false,
| "_integrity": "sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==",
| "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.15.4",
| "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
| "escapedName": "@babel%2fplugin-bugfix-v8-spread-parameters-in-optional-chaining",
| "scope": "@babel",
| "rawSpec": "7.15.4",
| "saveSpec": null,
| "fetchSpec": "7.15.4"
| },
| "_requiredBy": [
| "/@babel/preset-env"
| ],
| "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.15.4.tgz",
| "_spec": "7.15.4",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "The Babel Team",
| "url": "https://babel.dev/team"
| },
| "bugs": {
| "url": "https://github.com/babel/babel/issues"
| },
| "dependencies": {
| "@babel/helper-plugin-utils": "^7.14.5",
| "@babel/helper-skip-transparent-expression-wrappers": "^7.15.4",
| "@babel/plugin-proposal-optional-chaining": "^7.14.5"
| },
| "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
| "devDependencies": {
| "@babel/core": "7.15.4",
| "@babel/helper-plugin-test-runner": "7.14.5",
| "@babel/traverse": "7.15.4"
| },
| "engines": {
| "node": ">=6.9.0"
| },
| "exports": {
| ".": [
| "./lib/index.js"
| ]
| },
| "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
| "keywords": [
| "babel-plugin",
| "bugfix"
| ],
| "license": "MIT",
| "main": "./lib/index.js",
| "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
| "peerDependencies": {
| "@babel/core": "^7.13.0"
| },
| "publishConfig": {
| "access": "public"
| },
| "repository": {
| "type": "git",
| "url": "git+https://github.com/babel/babel.git",
| "directory": "packages/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining"
| },
| "version": "7.15.4"
| }
|
|