package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "_from": "@babel/plugin-syntax-import-meta@^7.8.3",
  3. "_id": "@babel/plugin-syntax-import-meta@7.10.4",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==",
  6. "_location": "/@babel/plugin-syntax-import-meta",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-import-meta@^7.8.3",
  12. "name": "@babel/plugin-syntax-import-meta",
  13. "escapedName": "@babel%2fplugin-syntax-import-meta",
  14. "scope": "@babel",
  15. "rawSpec": "^7.8.3",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.8.3"
  18. },
  19. "_requiredBy": [
  20. "/babel-preset-current-node-syntax"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-meta/-/plugin-syntax-import-meta-7.10.4.tgz",
  23. "_shasum": "ee601348c370fa334d2207be158777496521fd51",
  24. "_spec": "@babel/plugin-syntax-import-meta@^7.8.3",
  25. "_where": "C:\\Users\\rickh\\Desktop\\js-hw-1\\hw1\\node_modules\\babel-preset-current-node-syntax",
  26. "bugs": {
  27. "url": "https://github.com/babel/babel/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "@babel/helper-plugin-utils": "^7.10.4"
  32. },
  33. "deprecated": false,
  34. "description": "Allow parsing of import.meta",
  35. "devDependencies": {
  36. "@babel/core": "^7.10.4"
  37. },
  38. "gitHead": "7fd40d86a0d03ff0e9c3ea16b29689945433d4df",
  39. "homepage": "https://github.com/babel/babel#readme",
  40. "keywords": [
  41. "babel-plugin"
  42. ],
  43. "license": "MIT",
  44. "main": "lib/index.js",
  45. "name": "@babel/plugin-syntax-import-meta",
  46. "peerDependencies": {
  47. "@babel/core": "^7.0.0-0"
  48. },
  49. "publishConfig": {
  50. "access": "public"
  51. },
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/babel/babel.git",
  55. "directory": "packages/babel-plugin-syntax-import-meta"
  56. },
  57. "version": "7.10.4"
  58. }