package.json 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-regexp-features-plugin@7.8.8",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "@babel/helper-create-regexp-features-plugin@7.8.8",
  9. "_id": "@babel/helper-create-regexp-features-plugin@7.8.8",
  10. "_inBundle": false,
  11. "_integrity": "sha512-LYVPdwkrQEiX9+1R29Ld/wTrmQu1SSKYnuOk3g0CkcZMA1p0gsNxJFj/3gBdaJ7Cg0Fnek5z0DsMULePP7Lrqg==",
  12. "_location": "/@babel/helper-create-regexp-features-plugin",
  13. "_phantomChildren": {
  14. "regenerate": "1.4.0",
  15. "regenerate-unicode-properties": "8.2.0",
  16. "unicode-match-property-ecmascript": "1.0.4",
  17. "unicode-match-property-value-ecmascript": "1.2.0"
  18. },
  19. "_requested": {
  20. "type": "version",
  21. "registry": true,
  22. "raw": "@babel/helper-create-regexp-features-plugin@7.8.8",
  23. "name": "@babel/helper-create-regexp-features-plugin",
  24. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  25. "scope": "@babel",
  26. "rawSpec": "7.8.8",
  27. "saveSpec": null,
  28. "fetchSpec": "7.8.8"
  29. },
  30. "_requiredBy": [
  31. "/@babel/plugin-proposal-unicode-property-regex",
  32. "/@babel/plugin-transform-dotall-regex",
  33. "/@babel/plugin-transform-named-capturing-groups-regex",
  34. "/@babel/plugin-transform-unicode-regex"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.8.8.tgz",
  37. "_spec": "7.8.8",
  38. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  39. "author": {
  40. "name": "The Babel Team",
  41. "url": "https://babeljs.io/team"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/babel/babel/issues"
  45. },
  46. "dependencies": {
  47. "@babel/helper-annotate-as-pure": "^7.8.3",
  48. "@babel/helper-regex": "^7.8.3",
  49. "regexpu-core": "^4.7.0"
  50. },
  51. "description": "Compile ESNext Regular Expressions to ES5",
  52. "devDependencies": {
  53. "@babel/core": "^7.8.6",
  54. "@babel/helper-plugin-test-runner": "^7.8.3"
  55. },
  56. "gitHead": "c831a2450dbf252c75750a455c63e1016c2f2244",
  57. "homepage": "https://github.com/babel/babel#readme",
  58. "keywords": [
  59. "babel",
  60. "babel-plugin"
  61. ],
  62. "license": "MIT",
  63. "main": "lib/index.js",
  64. "name": "@babel/helper-create-regexp-features-plugin",
  65. "peerDependencies": {
  66. "@babel/core": "^7.0.0"
  67. },
  68. "publishConfig": {
  69. "access": "public"
  70. },
  71. "repository": {
  72. "type": "git",
  73. "url": "git+https://github.com/babel/babel.git",
  74. "directory": "packages/babel-helper-create-regexp-features-plugin"
  75. },
  76. "version": "7.8.8"
  77. }