package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. {
  2. "_from": "jiti@^1.18.2",
  3. "_id": "jiti@1.19.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==",
  6. "_location": "/jiti",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "jiti@^1.18.2",
  12. "name": "jiti",
  13. "escapedName": "jiti",
  14. "rawSpec": "^1.18.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.18.2"
  17. },
  18. "_requiredBy": [
  19. "/postcss-loader"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz",
  22. "_shasum": "fa99e4b76a23053e0e7cde098efe1704a14c16f1",
  23. "_spec": "jiti@^1.18.2",
  24. "_where": "E:\\2023\\8\\MT_APP\\node_modules\\postcss-loader",
  25. "bin": {
  26. "jiti": "bin/jiti.js"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/unjs/jiti/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Runtime typescript and ESM support for Node.js",
  34. "devDependencies": {
  35. "@babel/core": "^7.22.6",
  36. "@babel/plugin-proposal-decorators": "^7.22.6",
  37. "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
  38. "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
  39. "@babel/plugin-proposal-optional-chaining": "^7.21.0",
  40. "@babel/plugin-syntax-class-properties": "^7.12.13",
  41. "@babel/plugin-syntax-import-assertions": "^7.22.5",
  42. "@babel/plugin-transform-modules-commonjs": "^7.22.5",
  43. "@babel/plugin-transform-typescript": "^7.22.5",
  44. "@babel/preset-typescript": "^7.22.5",
  45. "@babel/template": "^7.22.5",
  46. "@babel/types": "^7.22.5",
  47. "@types/babel__core": "^7.20.1",
  48. "@types/babel__template": "^7.4.1",
  49. "@types/node": "^20.3.3",
  50. "@types/object-hash": "^3.0.2",
  51. "@types/resolve": "^1.20.2",
  52. "@types/semver": "^7.5.0",
  53. "@vitest/coverage-v8": "^0.32.4",
  54. "acorn": "^8.9.0",
  55. "babel-plugin-dynamic-import-node": "^2.3.3",
  56. "babel-plugin-parameter-decorator": "^1.0.16",
  57. "babel-plugin-transform-typescript-metadata": "^0.3.2",
  58. "changelogen": "^0.5.4",
  59. "config": "^3.3.9",
  60. "create-require": "^1.1.1",
  61. "destr": "^2.0.0",
  62. "escape-string-regexp": "^5.0.0",
  63. "eslint": "^8.44.0",
  64. "eslint-config-unjs": "^0.2.1",
  65. "esm": "^3.2.25",
  66. "estree-walker": "^3.0.3",
  67. "execa": "^7.1.1",
  68. "fast-glob": "^3.3.0",
  69. "mlly": "^1.4.0",
  70. "object-hash": "^3.0.0",
  71. "pathe": "^1.1.1",
  72. "pirates": "^4.0.6",
  73. "pkg-types": "^1.0.3",
  74. "prettier": "^2.8.8",
  75. "reflect-metadata": "^0.1.13",
  76. "semver": "^7.5.3",
  77. "std-env": "^3.3.3",
  78. "terser-webpack-plugin": "^5.3.9",
  79. "ts-loader": "^9.4.4",
  80. "tslib": "^2.6.0",
  81. "typescript": "^5.1.6",
  82. "vite": "^4.3.9",
  83. "vitest": "^0.32.4",
  84. "webpack": "^5.88.1",
  85. "webpack-cli": "^5.1.4"
  86. },
  87. "files": [
  88. "lib",
  89. "dist",
  90. "register.js"
  91. ],
  92. "homepage": "https://github.com/unjs/jiti#readme",
  93. "license": "MIT",
  94. "main": "./lib/index.js",
  95. "name": "jiti",
  96. "packageManager": "pnpm@8.6.6",
  97. "repository": {
  98. "type": "git",
  99. "url": "git+https://github.com/unjs/jiti.git"
  100. },
  101. "scripts": {
  102. "build": "pnpm clean && NODE_ENV=production pnpm webpack",
  103. "clean": "rm -rf dist",
  104. "dev": "pnpm clean && pnpm webpack --watch",
  105. "jiti": "JITI_DEBUG=1 JITI_CACHE=false JITI_REQUIRE_CACHE=false ./bin/jiti.js",
  106. "jiti:legacy": "JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
  107. "lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
  108. "lint:fix": "eslint --fix --ext .ts,.js . && prettier -w src lib test stubs",
  109. "release": "pnpm build && pnpm test && changelogen --release --push && npm publish",
  110. "test": "pnpm lint && vitest run --coverage"
  111. },
  112. "types": "dist/jiti.d.ts",
  113. "version": "1.19.1"
  114. }