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.

105 lines
4.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-transform-block-scoping@^7.7.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-transform-block-scoping@>=7.7.4 <8.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "@babel/plugin-transform-block-scoping@7.7.4",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/@babel/plugin-transform-block-scoping",
  14. "_nodeVersion": "13.1.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/plugin-transform-block-scoping_7.7.4_1574465530771_0.7344639738920966"
  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-block-scoping",
  27. "raw": "@babel/plugin-transform-block-scoping@^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-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz",
  37. "_shasum": "200aad0dcd6bb80372f94d9e628ea062c58bf224",
  38. "_shrinkwrap": null,
  39. "_spec": "@babel/plugin-transform-block-scoping@^7.7.4",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env",
  41. "dependencies": {
  42. "@babel/helper-plugin-utils": "^7.0.0",
  43. "lodash": "^4.17.13"
  44. },
  45. "description": "Compile ES2015 block scoping (const and let) to ES5",
  46. "devDependencies": {
  47. "@babel/core": "^7.7.4",
  48. "@babel/helper-plugin-test-runner": "^7.7.4"
  49. },
  50. "directories": {},
  51. "dist": {
  52. "fileCount": 5,
  53. "integrity": "sha512-2VBe9u0G+fDt9B5OV5DQH4KBf5DoiNkwFKOz0TCvBWvdAN2rOykCTkrL+jTLxfCAm76l9Qo5OqL7HBOx2dWggg==",
  54. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2G/7CRA9TVsSAnZWagAAhSQP/RdLp0EjI/Mgft/fs7Sy\nsRtPgaLKD3KawwB3qAlemcaz5wG45DPYIGWK1mz3HFpuB4FFUHUHD8H5hjt/\nETPXKIZz16YHLSFAIuq2IIL8wlRBuInANSfNPsmwMuCyubPDphtgdVjzQX34\nSk8ekL6GZLPECuHSJCWqJ5F+vjKlYqMewVv4zPrWCNQ8aBt7pNTEGomo8sUZ\nOjkEXeHDHJEHfhT/LV7zRz2L3zWxyh5dfmHCZ2tNShLycSxvvHhAT8olgyfJ\nkZKhds2wxF9urf6mW33Pqtri6kq3xQx0zoClfYzTHwhkjdYTXR+sFVvIEcMz\niN/ZdshllFV6X4UOV97gdFTwm9GktpFGU8uLbUGgX9bfwxq7MBpJ0SKVjT7c\nqmZagpDay7uEE1kd0K3f2KBK8nm4zy0pt0smTrt5dI7BQmnXkt0fuc/S/r4p\nIrGrnVPZCWUnLY4HdBd97gNZgNp1i1/8N0e58Ic/wwJ7I05mUm+ZYdYqx7pt\na9XsCXefxNVWscZfjRGs8HQH5sjgFs4vCQG9m9aTY/nFxTKEfyhHxwgHVsw0\nw6115IjSDtKNLt28gSAx47ctJISu+iijmyRHBGRoUCKN3UENuiGDWB9FynE3\nQWnlHqkt8nhpJIZkbeaUDwfwkmuKMYWllrl34fkj0alaVpVnR1LFc2P9+0qY\n3Mbn\r\n=aBOc\r\n-----END PGP SIGNATURE-----\r\n",
  55. "shasum": "200aad0dcd6bb80372f94d9e628ea062c58bf224",
  56. "tarball": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.7.4.tgz",
  57. "unpackedSize": 25566
  58. },
  59. "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9",
  60. "keywords": [
  61. "babel-plugin"
  62. ],
  63. "license": "MIT",
  64. "main": "lib/index.js",
  65. "maintainers": [
  66. {
  67. "name": "danez",
  68. "email": "daniel@tschinder.de"
  69. },
  70. {
  71. "name": "developit",
  72. "email": "jason@developit.ca"
  73. },
  74. {
  75. "name": "existentialism",
  76. "email": "bng412@gmail.com"
  77. },
  78. {
  79. "name": "hzoo",
  80. "email": "hi@henryzoo.com"
  81. },
  82. {
  83. "name": "loganfsmyth",
  84. "email": "loganfsmyth@gmail.com"
  85. },
  86. {
  87. "name": "nicolo-ribaudo",
  88. "email": "nicolo.ribaudo@gmail.com"
  89. }
  90. ],
  91. "name": "@babel/plugin-transform-block-scoping",
  92. "optionalDependencies": {},
  93. "peerDependencies": {
  94. "@babel/core": "^7.0.0-0"
  95. },
  96. "publishConfig": {
  97. "access": "public"
  98. },
  99. "readme": "ERROR: No README data found!",
  100. "repository": {
  101. "type": "git",
  102. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-transform-block-scoping"
  103. },
  104. "version": "7.7.4"
  105. }