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.

111 lines
4.2 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-classes@^7.7.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-transform-classes@>=7.7.4 <8.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "@babel/plugin-transform-classes@7.7.4",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/@babel/plugin-transform-classes",
  14. "_nodeVersion": "13.1.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/plugin-transform-classes_7.7.4_1574465632694_0.8702379636881872"
  18. },
  19. "_npmUser": {
  20. "email": "nicolo.ribaudo@gmail.com",
  21. "name": "nicolo-ribaudo"
  22. },
  23. "_npmVersion": "lerna/3.19.0/node@v13.1.0+x64 (linux)",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "@babel/plugin-transform-classes",
  27. "raw": "@babel/plugin-transform-classes@^7.7.4",
  28. "rawSpec": "^7.7.4",
  29. "scope": "@babel",
  30. "spec": ">=7.7.4 <8.0.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/@babel/preset-env"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz",
  37. "_shasum": "c92c14be0a1399e15df72667067a8f510c9400ec",
  38. "_shrinkwrap": null,
  39. "_spec": "@babel/plugin-transform-classes@^7.7.4",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env",
  41. "dependencies": {
  42. "@babel/helper-annotate-as-pure": "^7.7.4",
  43. "@babel/helper-define-map": "^7.7.4",
  44. "@babel/helper-function-name": "^7.7.4",
  45. "@babel/helper-optimise-call-expression": "^7.7.4",
  46. "@babel/helper-plugin-utils": "^7.0.0",
  47. "@babel/helper-replace-supers": "^7.7.4",
  48. "@babel/helper-split-export-declaration": "^7.7.4",
  49. "globals": "^11.1.0"
  50. },
  51. "description": "Compile ES2015 classes to ES5",
  52. "devDependencies": {
  53. "@babel/core": "^7.7.4",
  54. "@babel/helper-plugin-test-runner": "^7.7.4"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-sK1mjWat7K+buWRuImEzjNf68qrKcrddtpQo3swi9j7dUcG6y6R6+Di039QN2bD1dykeswlagupEmpOatFHHUg==",
  60. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2HBhCRA9TVsSAnZWagAAC9gP/jyWwUvW5CkkiLukjH3i\nPkj1VACAmQ4d/QcFzlH1PBGmDalDXOMW5dNDBQ8W//Bt3fkjrz4FXHHMiYpX\nrq1F4qxc9QqrwYcV19EFElzly3cNaQziuRvYshg11ubzW1EvN0Hb14f07g26\n/D2aVwQhyEA3wDOBOIOoBHb9o55kRdHBbVj9lXOEyUl9nEpIVBLKzg8xci7Y\nYAyKv/ZLn138ILesV+QsQMaHM4OKl7mkBrdWfzwr6Fin8qNL4GfrZsuyz6Qu\nBdtgNpaMxC5yvOnz9GkjGAqv8GRNnT0Y2jbKtekKFAD7k0kqFfOpyhxPwtCT\no83QGMWJHazuc8pXBYKwvmdKVloSrdQ24AKfZ/+FKDAMG1YwwNEcSUrg3+EB\nUX2mN1GVwZO1Fzlb4FXY2aOfiBe896SuB/zRtLo72FxSFR9RuPuPZDhHOJDk\nqcc9//WuxiHzLVUmHC5HKZVkShk+2PE03HPyutD2y3rIE4fnlC2njedoyJfb\nTofF7RSEOhm+/0LDIwueBN90Zf21Of2xriwuepc/IIy0yeSB5ROHMZviwY2r\noUgdfNRIgddLIAjbHApLXuZJQRi1Rh4UQbcsUkECcaQKf3Ph7Zfnzgy4a+LK\nmSQKgK8zsrMbvsSCjGraPQd2uCoOipWj6uSdJk43npgiQHe8eMkQDkzg46KC\n077L\r\n=0eJe\r\n-----END PGP SIGNATURE-----\r\n",
  61. "shasum": "c92c14be0a1399e15df72667067a8f510c9400ec",
  62. "tarball": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.7.4.tgz",
  63. "unpackedSize": 22605
  64. },
  65. "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9",
  66. "keywords": [
  67. "babel-plugin"
  68. ],
  69. "license": "MIT",
  70. "main": "lib/index.js",
  71. "maintainers": [
  72. {
  73. "name": "danez",
  74. "email": "daniel@tschinder.de"
  75. },
  76. {
  77. "name": "developit",
  78. "email": "jason@developit.ca"
  79. },
  80. {
  81. "name": "existentialism",
  82. "email": "bng412@gmail.com"
  83. },
  84. {
  85. "name": "hzoo",
  86. "email": "hi@henryzoo.com"
  87. },
  88. {
  89. "name": "loganfsmyth",
  90. "email": "loganfsmyth@gmail.com"
  91. },
  92. {
  93. "name": "nicolo-ribaudo",
  94. "email": "nicolo.ribaudo@gmail.com"
  95. }
  96. ],
  97. "name": "@babel/plugin-transform-classes",
  98. "optionalDependencies": {},
  99. "peerDependencies": {
  100. "@babel/core": "^7.0.0-0"
  101. },
  102. "publishConfig": {
  103. "access": "public"
  104. },
  105. "readme": "ERROR: No README data found!",
  106. "repository": {
  107. "type": "git",
  108. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-classes"
  109. },
  110. "version": "7.7.4"
  111. }