package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.27.3",
  3. "_id": "@babel/helper-annotate-as-pure@7.27.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-fXSwMQqitTGeHLBC08Eq5yXz2m37E4pJX1qAU1+2cNedz/ifv/bVXft90VeSav5nFO61EcNgwr0aJxbyPaWBPg==",
  6. "_location": "/@babel/helper-annotate-as-pure",
  7. "_phantomChildren": {
  8. "@babel/helper-string-parser": "7.27.1",
  9. "@babel/helper-validator-identifier": "7.27.1"
  10. },
  11. "_requested": {
  12. "type": "range",
  13. "registry": true,
  14. "raw": "@babel/helper-annotate-as-pure@^7.27.3",
  15. "name": "@babel/helper-annotate-as-pure",
  16. "escapedName": "@babel%2fhelper-annotate-as-pure",
  17. "scope": "@babel",
  18. "rawSpec": "^7.27.3",
  19. "saveSpec": null,
  20. "fetchSpec": "^7.27.3"
  21. },
  22. "_requiredBy": [
  23. "/@babel/helper-create-class-features-plugin",
  24. "/@babel/helper-create-regexp-features-plugin",
  25. "/@babel/helper-remap-async-to-generator",
  26. "/@babel/plugin-transform-classes"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  29. "_shasum": "f31fd86b915fc4daf1f3ac6976c59be7084ed9c5",
  30. "_spec": "@babel/helper-annotate-as-pure@^7.27.3",
  31. "_where": "D:\\HTC\\program\\善行少年\\security-enterprise-admin\\node_modules\\@babel\\helper-create-class-features-plugin",
  32. "author": {
  33. "name": "The Babel Team",
  34. "url": "https://babel.dev/team"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/babel/babel/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "@babel/types": "^7.27.3"
  42. },
  43. "deprecated": false,
  44. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  45. "devDependencies": {
  46. "@babel/traverse": "^7.27.3"
  47. },
  48. "engines": {
  49. "node": ">=6.9.0"
  50. },
  51. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  52. "license": "MIT",
  53. "main": "./lib/index.js",
  54. "name": "@babel/helper-annotate-as-pure",
  55. "publishConfig": {
  56. "access": "public"
  57. },
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/babel/babel.git",
  61. "directory": "packages/babel-helper-annotate-as-pure"
  62. },
  63. "type": "commonjs",
  64. "version": "7.27.3"
  65. }