package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6",
  3. "_id": "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==",
  6. "_location": "/@babel/plugin-proposal-nullish-coalescing-operator",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6",
  12. "name": "@babel/plugin-proposal-nullish-coalescing-operator",
  13. "escapedName": "@babel%2fplugin-proposal-nullish-coalescing-operator",
  14. "scope": "@babel",
  15. "rawSpec": "7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "7.18.6"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env",
  21. "/miniprogram-ci"
  22. ],
  23. "_resolved": "https://registry.npmmirror.com/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz",
  24. "_shasum": "fdd940a99a740e577d6c753ab6fbb43fdb9467e1",
  25. "_spec": "@babel/plugin-proposal-nullish-coalescing-operator@7.18.6",
  26. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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.18.6",
  37. "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3"
  38. },
  39. "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.",
  40. "description": "Remove nullish coalescing operator",
  41. "devDependencies": {
  42. "@babel/core": "^7.18.6",
  43. "@babel/helper-plugin-test-runner": "^7.18.6"
  44. },
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-plugin-proposal-nullish-coalescing-operator",
  49. "keywords": [
  50. "babel-plugin"
  51. ],
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/plugin-proposal-nullish-coalescing-operator",
  55. "peerDependencies": {
  56. "@babel/core": "^7.0.0-0"
  57. },
  58. "publishConfig": {
  59. "access": "public"
  60. },
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/babel/babel.git",
  64. "directory": "packages/babel-plugin-proposal-nullish-coalescing-operator"
  65. },
  66. "type": "commonjs",
  67. "version": "7.18.6"
  68. }