package.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. {
  2. "_args": [
  3. [
  4. "@babel/helper-annotate-as-pure@7.12.13",
  5. "D:\\project\\苏南官网\\su_nan_guan_wang"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/helper-annotate-as-pure@7.12.13",
  10. "_id": "@babel/helper-annotate-as-pure@7.12.13",
  11. "_inBundle": false,
  12. "_integrity": "sha1-D1jobfxLs7H819uAZXDhd9Q5tqs=",
  13. "_location": "/@babel/helper-annotate-as-pure",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/helper-annotate-as-pure@7.12.13",
  19. "name": "@babel/helper-annotate-as-pure",
  20. "escapedName": "@babel%2fhelper-annotate-as-pure",
  21. "scope": "@babel",
  22. "rawSpec": "7.12.13",
  23. "saveSpec": null,
  24. "fetchSpec": "7.12.13"
  25. },
  26. "_requiredBy": [
  27. "/@babel/helper-create-regexp-features-plugin",
  28. "/@babel/helper-remap-async-to-generator",
  29. "/@babel/plugin-transform-classes"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/@babel/helper-annotate-as-pure/download/@babel/helper-annotate-as-pure-7.12.13.tgz",
  32. "_spec": "7.12.13",
  33. "_where": "D:\\project\\苏南官网\\su_nan_guan_wang",
  34. "bugs": {
  35. "url": "https://github.com/babel/babel/issues"
  36. },
  37. "dependencies": {
  38. "@babel/types": "^7.12.13"
  39. },
  40. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  41. "homepage": "https://babel.dev/docs/en/next/babel-helper-annotate-as-pure",
  42. "license": "MIT",
  43. "main": "lib/index.js",
  44. "name": "@babel/helper-annotate-as-pure",
  45. "publishConfig": {
  46. "access": "public"
  47. },
  48. "repository": {
  49. "type": "git",
  50. "url": "git+https://github.com/babel/babel.git",
  51. "directory": "packages/babel-helper-annotate-as-pure"
  52. },
  53. "version": "7.12.13"
  54. }