package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/helper-annotate-as-pure@^7.27.3",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.3"
  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-transform-classes",
  24. "/@babel/plugin-transform-private-property-in-object"
  25. ],
  26. "_resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.27.3.tgz",
  27. "_shasum": "f31fd86b915fc4daf1f3ac6976c59be7084ed9c5",
  28. "_spec": "@babel/helper-annotate-as-pure@^7.27.3",
  29. "_where": "E:\\git\\2021项目\\安科院大屏\\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.27.3"
  40. },
  41. "deprecated": false,
  42. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  43. "devDependencies": {
  44. "@babel/traverse": "^7.27.3"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  50. "license": "MIT",
  51. "main": "./lib/index.js",
  52. "name": "@babel/helper-annotate-as-pure",
  53. "publishConfig": {
  54. "access": "public"
  55. },
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/babel/babel.git",
  59. "directory": "packages/babel-helper-annotate-as-pure"
  60. },
  61. "type": "commonjs",
  62. "version": "7.27.3"
  63. }