package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.8.3",
  3. "_id": "@babel/helper-annotate-as-pure@7.8.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-6o+mJrZBxOoEX77Ezv9zwW7WV8DdluouRKNY/IR5u/YTMuKHgugHOzYWlYvYLpLA9nPsQCAAASpCIbjI9Mv+Uw==",
  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.8.3",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/@babel/helper-builder-react-jsx",
  21. "/@babel/helper-builder-react-jsx-experimental",
  22. "/@babel/helper-create-regexp-features-plugin",
  23. "/@babel/helper-remap-async-to-generator",
  24. "/@babel/plugin-transform-classes",
  25. "/@babel/plugin-transform-template-literals"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.8.3.tgz",
  28. "_shasum": "60bc0bc657f63a0924ff9a4b4a0b24a13cf4deee",
  29. "_spec": "@babel/helper-annotate-as-pure@^7.8.3",
  30. "_where": "G:\\micro\\react\\cld2\\node_modules\\@babel\\helper-remap-async-to-generator",
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@babel/types": "^7.8.3"
  34. },
  35. "deprecated": false,
  36. "description": "Helper function to annotate paths and nodes with #__PURE__ comment",
  37. "gitHead": "a7620bd266ae1345975767bbc7abf09034437017",
  38. "license": "MIT",
  39. "main": "lib/index.js",
  40. "name": "@babel/helper-annotate-as-pure",
  41. "publishConfig": {
  42. "access": "public"
  43. },
  44. "repository": {
  45. "type": "git",
  46. "url": "https://github.com/babel/babel/tree/master/packages/babel-helper-annotate-as-pure"
  47. },
  48. "version": "7.8.3"
  49. }