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.

117 lines
4.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-proposal-unicode-property-regex@^7.7.4",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env"
  6. ]
  7. ],
  8. "_from": "@babel/plugin-proposal-unicode-property-regex@>=7.7.4 <8.0.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "@babel/plugin-proposal-unicode-property-regex@7.7.4",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/@babel/plugin-proposal-unicode-property-regex",
  14. "_nodeVersion": "13.1.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/plugin-proposal-unicode-property-regex_7.7.4_1574465562495_0.4973600183014417"
  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-proposal-unicode-property-regex",
  27. "raw": "@babel/plugin-proposal-unicode-property-regex@^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-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz",
  37. "_shasum": "7c239ccaf09470dbe1d453d50057460e84517ebb",
  38. "_shrinkwrap": null,
  39. "_spec": "@babel/plugin-proposal-unicode-property-regex@^7.7.4",
  40. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/@babel/preset-env",
  41. "bugs": {
  42. "url": "https://github.com/babel/babel/issues"
  43. },
  44. "dependencies": {
  45. "@babel/helper-create-regexp-features-plugin": "^7.7.4",
  46. "@babel/helper-plugin-utils": "^7.0.0"
  47. },
  48. "description": "Compile Unicode property escapes in Unicode regular expressions to ES5.",
  49. "devDependencies": {
  50. "@babel/core": "^7.7.4",
  51. "@babel/helper-plugin-test-runner": "^7.7.4"
  52. },
  53. "directories": {},
  54. "dist": {
  55. "fileCount": 28,
  56. "integrity": "sha512-cHgqHgYvffluZk85dJ02vloErm3Y6xtH+2noOBOJ2kXOJH3aVCDnj5eR/lVNlTnYu4hndAPJD3rTFjW3qee0PA==",
  57. "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJd2HAaCRA9TVsSAnZWagAAEVwP/jIGvgrhXEcoRjVTcAqp\nARv/AUPj45Lj17fUkAKbMA0GvbyP5RlufUUMhB1e7xt++Fc0oAJzjzyZUGBR\n7Tp9y1UH2KiX3rX67xmz+F+KQkNZFo3I2pmUzy3OjjsufUPl0Nq2SjrFOHrm\nZ7i63QSTK3BlEvSBG1ugco6/5WCK6cE2CcWxZPN9MBX5yd/3MxusCKsza9Vg\nY3vfu3k4atV8xo2HAFVAsvz63B1LgT7GVbYqvwdCMku9nQkYJ101U48vTdE3\n0Zn622Chmxa4v+oZFFWUJ2oMtoHb/sRDKnjwJPeFD5S2k3WvB+mURoENq4CC\nrY1Hn9LLmL0N8OvB6WJldVgUuNvSp2M7SKBoEK9Z9oUISGMukdVVI2nMHble\nGfGCtE9P2223s6eOnmRBJ9P0bGLOOLl3yOEq1FwQOCoB5caDUyIryeoP0yi6\n25mjVLyij2Ckx3nFuRHtB3f16T/DqOEz3ON+W8uFaQPHetZPGiLhuPhr69/z\nv80TYSgDLea++e5gEG1GdmtqZFrPCnVzsM6CdOaXUHmf6PGCvaEiJ7SoElmJ\nEvmVANCUznhhyPyt5zcv4yIR0aaUi30AIkysERhFZZHlIRB3pXkp/EaC1O75\n/ijme5wiTX/SCYrkFc0C05BxoW/cz3BD4UKjCA87suTZw8vj76sNoR5a/bU3\nzel2\r\n=VJuU\r\n-----END PGP SIGNATURE-----\r\n",
  58. "shasum": "7c239ccaf09470dbe1d453d50057460e84517ebb",
  59. "tarball": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.7.4.tgz",
  60. "unpackedSize": 5118
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "gitHead": "75767d87cb147709b9bd9b99bf44daa6688874a9",
  66. "homepage": "https://babeljs.io/",
  67. "keywords": [
  68. "babel-plugin",
  69. "regex",
  70. "regexp",
  71. "regular expressions",
  72. "unicode",
  73. "unicode properties"
  74. ],
  75. "license": "MIT",
  76. "main": "lib/index.js",
  77. "maintainers": [
  78. {
  79. "name": "danez",
  80. "email": "daniel@tschinder.de"
  81. },
  82. {
  83. "name": "developit",
  84. "email": "jason@developit.ca"
  85. },
  86. {
  87. "name": "existentialism",
  88. "email": "bng412@gmail.com"
  89. },
  90. {
  91. "name": "hzoo",
  92. "email": "hi@henryzoo.com"
  93. },
  94. {
  95. "name": "loganfsmyth",
  96. "email": "loganfsmyth@gmail.com"
  97. },
  98. {
  99. "name": "nicolo-ribaudo",
  100. "email": "nicolo.ribaudo@gmail.com"
  101. }
  102. ],
  103. "name": "@babel/plugin-proposal-unicode-property-regex",
  104. "optionalDependencies": {},
  105. "peerDependencies": {
  106. "@babel/core": "^7.0.0-0"
  107. },
  108. "publishConfig": {
  109. "access": "public"
  110. },
  111. "readme": "ERROR: No README data found!",
  112. "repository": {
  113. "type": "git",
  114. "url": "https://github.com/babel/babel/tree/master/packages/babel-plugin-proposal-unicode-property-regex"
  115. },
  116. "version": "7.7.4"
  117. }