package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.12.13",
  3. "_id": "@babel/helper-annotate-as-pure@7.12.13",
  4. "_inBundle": false,
  5. "_integrity": "sha1-D1jobfxLs7H819uAZXDhd9Q5tqs=",
  6. "_location": "/@babel/helper-annotate-as-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-annotate-as-pure@^7.12.13",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.12.13",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.12.13"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-create-class-features-plugin",
  21. "/@babel/helper-create-regexp-features-plugin",
  22. "/@babel/helper-remap-async-to-generator",
  23. "/@babel/plugin-proposal-private-property-in-object",
  24. "/@babel/plugin-transform-classes"
  25. ],
  26. "_resolved": "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz",
  27. "_shasum": "0f58e86dfc4bb3b1fcd7db806570e177d439b6ab",
  28. "_spec": "@babel/helper-annotate-as-pure@^7.12.13",
  29. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\@babel\\helper-create-class-features-plugin",
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/types": "^7.12.13"
  36. },
  37. "deprecated": false,
  38. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  39. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  40. "license": "MIT",
  41. "main": "lib/index.js",
  42. "name": "@babel/helper-annotate-as-pure",
  43. "publishConfig": {
  44. "access": "public"
  45. },
  46. "repository": {
  47. "type": "git",
  48. "url": "git+https://github.com/babel/babel.git",
  49. "directory": "packages/babel-helper-annotate-as-pure"
  50. },
  51. "version": "7.12.13"
  52. }