package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.18.6",
  3. "_id": "@babel/helper-annotate-as-pure@7.18.6",
  4. "_inBundle": false,
  5. "_integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==",
  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.18.6",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.18.6",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.18.6"
  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.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz",
  27. "_shasum": "eaa49f6f80d5a33f9a5dd2276e6d6e451be0a6bb",
  28. "_spec": "@babel/helper-annotate-as-pure@^7.18.6",
  29. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\@babel\\helper-create-class-features-plugin",
  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/types": "^7.18.6"
  40. },
  41. "deprecated": false,
  42. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  47. "license": "MIT",
  48. "main": "./lib/index.js",
  49. "name": "@babel/helper-annotate-as-pure",
  50. "publishConfig": {
  51. "access": "public"
  52. },
  53. "repository": {
  54. "type": "git",
  55. "url": "git+https://github.com/babel/babel.git",
  56. "directory": "packages/babel-helper-annotate-as-pure"
  57. },
  58. "type": "commonjs",
  59. "version": "7.18.6"
  60. }