package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@7.22.5",
  3. "_id": "@babel/helper-annotate-as-pure@7.22.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==",
  6. "_location": "/@babel/helper-annotate-as-pure",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "@babel/helper-annotate-as-pure@7.22.5",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "7.22.5",
  16. "saveSpec": null,
  17. "fetchSpec": "7.22.5"
  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. "/@babel/plugin-transform-typescript",
  26. "/miniprogram-ci"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz",
  29. "_shasum": "e7f06737b197d580a01edf75d97e2c8be99d3882",
  30. "_spec": "@babel/helper-annotate-as-pure@7.22.5",
  31. "_where": "/data/wwwroot/qimall/node/node_modules/miniprogram-ci",
  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.22.5"
  42. },
  43. "deprecated": false,
  44. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  45. "engines": {
  46. "node": ">=6.9.0"
  47. },
  48. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  49. "license": "MIT",
  50. "main": "./lib/index.js",
  51. "name": "@babel/helper-annotate-as-pure",
  52. "publishConfig": {
  53. "access": "public"
  54. },
  55. "repository": {
  56. "type": "git",
  57. "url": "git+https://github.com/babel/babel.git",
  58. "directory": "packages/babel-helper-annotate-as-pure"
  59. },
  60. "type": "commonjs",
  61. "version": "7.22.5"
  62. }