package.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_from": "@babel/helper-annotate-as-pure@^7.14.5",
  3. "_id": "@babel/helper-annotate-as-pure@7.14.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-EivH9EgBIb+G8ij1B2jAwSH36WnGvkQSEC6CkX/6v6ZFlw5fVOHvsgGF4uiEHO2GzMvunZb6tDLQEQSdrdocrA==",
  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.14.5",
  12. "name": "@babel/helper-annotate-as-pure",
  13. "escapedName": "@babel%2fhelper-annotate-as-pure",
  14. "scope": "@babel",
  15. "rawSpec": "^7.14.5",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.14.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-react-jsx",
  26. "/@babel/plugin-transform-react-pure-annotations"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.14.5.tgz",
  29. "_shasum": "7bf478ec3b71726d56a8ca5775b046fc29879e61",
  30. "_spec": "@babel/helper-annotate-as-pure@^7.14.5",
  31. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\@babel\\helper-remap-async-to-generator",
  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.14.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. "version": "7.14.5"
  61. }