package.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "@babel/plugin-syntax-import-assertions@7.22.5",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "@babel/plugin-syntax-import-assertions@7.22.5",
  10. "_id": "@babel/plugin-syntax-import-assertions@7.22.5",
  11. "_inBundle": false,
  12. "_integrity": "sha512-rdV97N7KqsRzeNGoWUOK6yUsWarLjE5Su/Snk9IYPU9CwkWHs4t+rTGOvffTR8XGkJMTAdLfO0xVnXm8wugIJg==",
  13. "_location": "/@babel/plugin-syntax-import-assertions",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "@babel/plugin-syntax-import-assertions@7.22.5",
  19. "name": "@babel/plugin-syntax-import-assertions",
  20. "escapedName": "@babel%2fplugin-syntax-import-assertions",
  21. "scope": "@babel",
  22. "rawSpec": "7.22.5",
  23. "saveSpec": null,
  24. "fetchSpec": "7.22.5"
  25. },
  26. "_requiredBy": [
  27. "/@babel/preset-env"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.22.5.tgz",
  30. "_spec": "7.22.5",
  31. "_where": "/Users/mac/projects/mime/mine",
  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. "dependencies": {
  40. "@babel/helper-plugin-utils": "^7.22.5"
  41. },
  42. "description": "Allow parsing of the module assertion attributes in the import statement",
  43. "devDependencies": {
  44. "@babel/core": "^7.22.5"
  45. },
  46. "engines": {
  47. "node": ">=6.9.0"
  48. },
  49. "homepage": "https://github.com/babel/babel#readme",
  50. "keywords": [
  51. "babel-plugin"
  52. ],
  53. "license": "MIT",
  54. "main": "./lib/index.js",
  55. "name": "@babel/plugin-syntax-import-assertions",
  56. "peerDependencies": {
  57. "@babel/core": "^7.0.0-0"
  58. },
  59. "publishConfig": {
  60. "access": "public"
  61. },
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/babel/babel.git",
  65. "directory": "packages/babel-plugin-syntax-import-assertions"
  66. },
  67. "type": "commonjs",
  68. "version": "7.22.5"
  69. }