You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.9 KiB

3 years ago
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-optional-catch-binding@7.8.3",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
  9. "_id": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==",
  12. "_location": "/@babel/plugin-syntax-optional-catch-binding",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "@babel/plugin-syntax-optional-catch-binding@7.8.3",
  18. "name": "@babel/plugin-syntax-optional-catch-binding",
  19. "escapedName": "@babel%2fplugin-syntax-optional-catch-binding",
  20. "scope": "@babel",
  21. "rawSpec": "7.8.3",
  22. "saveSpec": null,
  23. "fetchSpec": "7.8.3"
  24. },
  25. "_requiredBy": [
  26. "/@babel/plugin-proposal-optional-catch-binding",
  27. "/@babel/preset-env",
  28. "/babel-preset-react-app/@babel/preset-env"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz",
  31. "_spec": "7.8.3",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  33. "dependencies": {
  34. "@babel/helper-plugin-utils": "^7.8.0"
  35. },
  36. "description": "Allow parsing of optional catch bindings",
  37. "devDependencies": {
  38. "@babel/core": "^7.8.0"
  39. },
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-syntax-optional-catch-binding",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-syntax-optional-catch-binding"
  55. },
  56. "version": "7.8.3"
  57. }