package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "@babel/helper-create-regexp-features-plugin@7.22.9",
  3. "_id": "@babel/helper-create-regexp-features-plugin@7.22.9",
  4. "_inBundle": false,
  5. "_integrity": "sha512-+svjVa/tFwsNSG4NEy1h85+HQ5imbT92Q5/bgtS7P0GTQlP8WuFdqsiABmQouhiFGyV66oGxZFpeYHza1rNsKw==",
  6. "_location": "/@babel/helper-create-regexp-features-plugin",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-create-regexp-features-plugin@7.22.9",
  12. "name": "@babel/helper-create-regexp-features-plugin",
  13. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.9",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.9"
  18. },
  19. "_requiredBy": [
  20. "/@babel/plugin-proposal-unicode-property-regex",
  21. "/@babel/plugin-transform-dotall-regex",
  22. "/@babel/plugin-transform-named-capturing-groups-regex",
  23. "/@babel/plugin-transform-unicode-regex",
  24. "/miniprogram-ci"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.9.tgz",
  27. "_shasum": "9d8e61a8d9366fe66198f57c40565663de0825f6",
  28. "_spec": "@babel/helper-create-regexp-features-plugin@7.22.9",
  29. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  30. "author": {
  31. "name": "The Babel Team",
  32. "url": "https://babel.dev/team"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "bundleDependencies": false,
  38. "dependencies": {
  39. "@babel/helper-annotate-as-pure": "^7.22.5",
  40. "regexpu-core": "^5.3.1",
  41. "semver": "^6.3.1"
  42. },
  43. "deprecated": false,
  44. "description": "Compile ESNext Regular Expressions to ES5",
  45. "devDependencies": {
  46. "@babel/core": "^7.22.9",
  47. "@babel/helper-plugin-test-runner": "^7.22.5"
  48. },
  49. "engines": {
  50. "node": ">=6.9.0"
  51. },
  52. "homepage": "https://github.com/babel/babel#readme",
  53. "keywords": [
  54. "babel",
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/helper-create-regexp-features-plugin",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-helper-create-regexp-features-plugin"
  70. },
  71. "type": "commonjs",
  72. "version": "7.22.9"
  73. }