package.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "_from": "@babel/plugin-syntax-import-attributes@^7.27.1",
  3. "_id": "@babel/plugin-syntax-import-attributes@7.27.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oFT0FrKHgF53f4vOsZGi2Hh3I35PfSmVs4IBFLFj4dnafP+hIWDLg3VyKmUHfLoLHlyxY4C7DGtmHuJgn+IGww==",
  6. "_location": "/@babel/plugin-syntax-import-attributes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "@babel/plugin-syntax-import-attributes@^7.27.1",
  12. "name": "@babel/plugin-syntax-import-attributes",
  13. "escapedName": "@babel%2fplugin-syntax-import-attributes",
  14. "scope": "@babel",
  15. "rawSpec": "^7.27.1",
  16. "saveSpec": null,
  17. "fetchSpec": "^7.27.1"
  18. },
  19. "_requiredBy": [
  20. "/@babel/preset-env"
  21. ],
  22. "_resolved": "https://registry.npmmirror.com/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.27.1.tgz",
  23. "_shasum": "34c017d54496f9b11b61474e7ea3dfd5563ffe07",
  24. "_spec": "@babel/plugin-syntax-import-attributes@^7.27.1",
  25. "_where": "E:\\vue_project\\el-table-column\\node_modules\\@babel\\preset-env",
  26. "author": {
  27. "name": "The Babel Team",
  28. "url": "https://babel.dev/team"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/babel/babel/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "@babel/helper-plugin-utils": "^7.27.1"
  36. },
  37. "deprecated": false,
  38. "description": "Allow parsing of the module attributes in the import statement",
  39. "devDependencies": {
  40. "@babel/core": "^7.27.1",
  41. "@babel/helper-plugin-test-runner": "^7.27.1"
  42. },
  43. "engines": {
  44. "node": ">=6.9.0"
  45. },
  46. "exports": {
  47. ".": {
  48. "types": "./lib/index.d.ts",
  49. "default": "./lib/index.js"
  50. },
  51. "./package.json": "./package.json"
  52. },
  53. "homepage": "https://github.com/babel/babel#readme",
  54. "keywords": [
  55. "babel-plugin"
  56. ],
  57. "license": "MIT",
  58. "main": "./lib/index.js",
  59. "name": "@babel/plugin-syntax-import-attributes",
  60. "peerDependencies": {
  61. "@babel/core": "^7.0.0-0"
  62. },
  63. "publishConfig": {
  64. "access": "public"
  65. },
  66. "repository": {
  67. "type": "git",
  68. "url": "git+https://github.com/babel/babel.git",
  69. "directory": "packages/babel-plugin-syntax-import-attributes"
  70. },
  71. "type": "commonjs",
  72. "version": "7.27.1"
  73. }