package.json 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.16.7",
  3. "_id": "@babel/helper-annotate-as-pure@7.16.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-s6t2w/IPQVTAET1HitoowRGXooX8mCgtuP5195wD/QJPV6wYjpujCGF7JuMODVX2ZAJOf1GT6DT9MHEZvLOFSw==",
  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.16.7",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.16.7",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.16.7"
  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.16.7.tgz",
  27. "_shasum": "bb2339a7534a9c128e3102024c60760a3a7f3862",
  28. "_spec": "@babel/helper-annotate-as-pure@^7.16.7",
  29. "_where": "H:\\gs_nuxt\\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.16.7"
  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. "version": "7.16.7"
  59. }