package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-create-regexp-features-plugin@7.12.17",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-create-regexp-features-plugin@7.12.17",
  10. "_id": "@babel/helper-create-regexp-features-plugin@7.12.17",
  11. "_inBundle": false,
  12. "_integrity": "sha1-oqyH6eMZJprGVbjUQV6U041mPLc=",
  13. "_location": "/@babel/helper-create-regexp-features-plugin",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-create-regexp-features-plugin@7.12.17",
  19. "name": "@babel/helper-create-regexp-features-plugin",
  20. "escapedName": "@babel%2fhelper-create-regexp-features-plugin",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.17",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.17"
  25. },
  26. "_requiredBy": [
  27. "/@babel/plugin-proposal-unicode-property-regex",
  28. "/@babel/plugin-transform-dotall-regex",
  29. "/@babel/plugin-transform-named-capturing-groups-regex",
  30. "/@babel/plugin-transform-unicode-regex"
  31. ],
  32. "_resolved": "https://registry.npm.taobao.org/@babel/helper-create-regexp-features-plugin/download/@babel/helper-create-regexp-features-plugin-7.12.17.tgz?cache=0&sync_timestamp=1613661220666&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2F%40babel%2Fhelper-create-regexp-features-plugin%2Fdownload%2F%40babel%2Fhelper-create-regexp-features-plugin-7.12.17.tgz",
  33. "_spec": "7.12.17",
  34. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  35. "author": {
  36. "name": "The Babel Team",
  37. "url": "https://babel.dev/team"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/babel/babel/issues"
  41. },
  42. "dependencies": {
  43. "@babel/helper-annotate-as-pure": "^7.12.13",
  44. "regexpu-core": "^4.7.1"
  45. },
  46. "description": "Compile ESNext Regular Expressions to ES5",
  47. "devDependencies": {
  48. "@babel/core": "7.12.17",
  49. "@babel/helper-plugin-test-runner": "7.12.13"
  50. },
  51. "homepage": "https://github.com/babel/babel#readme",
  52. "keywords": [
  53. "babel",
  54. "babel-plugin"
  55. ],
  56. "license": "MIT",
  57. "main": "lib/index.js",
  58. "name": "@babel/helper-create-regexp-features-plugin",
  59. "peerDependencies": {
  60. "@babel/core": "^7.0.0"
  61. },
  62. "publishConfig": {
  63. "access": "public"
  64. },
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/babel/babel.git",
  68. "directory": "packages/babel-helper-create-regexp-features-plugin"
  69. },
  70. "version": "7.12.17"
  71. }