package.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  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.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ZoJS2XCKPBfTmL122iP6NM9dOg+d4lc9fFk3zxc8iDjvt8Pk4+TlsHSKhIPf6X+L5ORCdBzqMZDjL/WHj7WknQ==",
  6. "_location": "/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
  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",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.5"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.14.5.tgz",
  23. "_shasum": "4b467302e1548ed3b1be43beae2cc9cf45e0bb7e",
  24. "_spec": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.14.5",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\preset-env",
  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. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.14.5",
  36. "@babel/helper-skip-transparent-expression-wrappers": "^7.14.5",
  37. "@babel/plugin-proposal-optional-chaining": "^7.14.5"
  38. },
  39. "deprecated": false,
  40. "description": "Transform optional chaining operators to workaround https://crbug.com/v8/11558",
  41. "devDependencies": {
  42. "@babel/core": "7.14.5",
  43. "@babel/helper-plugin-test-runner": "7.14.5",
  44. "@babel/traverse": "7.14.5"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "exports": {
  50. ".": [
  51. "./lib/index.js"
  52. ]
  53. },
  54. "homepage": "https://babel.dev/docs/en/next/babel-plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  55. "keywords": [
  56. "babel-plugin",
  57. "bugfix"
  58. ],
  59. "license": "MIT",
  60. "main": "./lib/index.js",
  61. "name": "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining",
  62. "peerDependencies": {
  63. "@babel/core": "^7.13.0"
  64. },
  65. "publishConfig": {
  66. "access": "public"
  67. },
  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"
  72. },
  73. "version": "7.14.5"
  74. }