package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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": "sha512-7YXfX5wQ5aYM/BOlbSccHDbuXXFPxeoUmfWtz8le2yTkTZc+BxsiEnENFoi2SlmA8ewDkG2LgIMIVzzn2h8kfw==",
  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-regexp-features-plugin",
  21. "/@babel/helper-remap-async-to-generator",
  22. "/@babel/plugin-transform-classes"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.12.13.tgz",
  25. "_shasum": "0f58e86dfc4bb3b1fcd7db806570e177d439b6ab",
  26. "_spec": "@babel/helper-annotate-as-pure@^7.12.13",
  27. "_where": "D:\\jiayue\\pig-ui\\node_modules\\@babel\\helper-remap-async-to-generator",
  28. "bugs": {
  29. "url": "https://github.com/babel/babel/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/types": "^7.12.13"
  34. },
  35. "deprecated": false,
  36. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  37. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/helper-annotate-as-pure",
  41. "publishConfig": {
  42. "access": "public"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": "git+https://github.com/babel/babel.git",
  47. "directory": "packages/babel-helper-annotate-as-pure"
  48. },
  49. "version": "7.12.13"
  50. }