123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- {
- "_from": "jiti@^1.18.2",
- "_id": "jiti@1.19.1",
- "_inBundle": false,
- "_integrity": "sha512-oVhqoRDaBXf7sjkll95LHVS6Myyyb1zaunVwk4Z0+WPSW4gjS0pl01zYKHScTuyEhQsFxV5L4DR5r+YqSyqyyg==",
- "_location": "/jiti",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jiti@^1.18.2",
- "name": "jiti",
- "escapedName": "jiti",
- "rawSpec": "^1.18.2",
- "saveSpec": null,
- "fetchSpec": "^1.18.2"
- },
- "_requiredBy": [
- "/postcss-loader"
- ],
- "_resolved": "https://registry.npmjs.org/jiti/-/jiti-1.19.1.tgz",
- "_shasum": "fa99e4b76a23053e0e7cde098efe1704a14c16f1",
- "_spec": "jiti@^1.18.2",
- "_where": "E:\\2023\\8\\MT_APP\\node_modules\\postcss-loader",
- "bin": {
- "jiti": "bin/jiti.js"
- },
- "bugs": {
- "url": "https://github.com/unjs/jiti/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
- "description": "Runtime typescript and ESM support for Node.js",
- "devDependencies": {
- "@babel/core": "^7.22.6",
- "@babel/plugin-proposal-decorators": "^7.22.6",
- "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
- "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
- "@babel/plugin-proposal-optional-chaining": "^7.21.0",
- "@babel/plugin-syntax-class-properties": "^7.12.13",
- "@babel/plugin-syntax-import-assertions": "^7.22.5",
- "@babel/plugin-transform-modules-commonjs": "^7.22.5",
- "@babel/plugin-transform-typescript": "^7.22.5",
- "@babel/preset-typescript": "^7.22.5",
- "@babel/template": "^7.22.5",
- "@babel/types": "^7.22.5",
- "@types/babel__core": "^7.20.1",
- "@types/babel__template": "^7.4.1",
- "@types/node": "^20.3.3",
- "@types/object-hash": "^3.0.2",
- "@types/resolve": "^1.20.2",
- "@types/semver": "^7.5.0",
- "@vitest/coverage-v8": "^0.32.4",
- "acorn": "^8.9.0",
- "babel-plugin-dynamic-import-node": "^2.3.3",
- "babel-plugin-parameter-decorator": "^1.0.16",
- "babel-plugin-transform-typescript-metadata": "^0.3.2",
- "changelogen": "^0.5.4",
- "config": "^3.3.9",
- "create-require": "^1.1.1",
- "destr": "^2.0.0",
- "escape-string-regexp": "^5.0.0",
- "eslint": "^8.44.0",
- "eslint-config-unjs": "^0.2.1",
- "esm": "^3.2.25",
- "estree-walker": "^3.0.3",
- "execa": "^7.1.1",
- "fast-glob": "^3.3.0",
- "mlly": "^1.4.0",
- "object-hash": "^3.0.0",
- "pathe": "^1.1.1",
- "pirates": "^4.0.6",
- "pkg-types": "^1.0.3",
- "prettier": "^2.8.8",
- "reflect-metadata": "^0.1.13",
- "semver": "^7.5.3",
- "std-env": "^3.3.3",
- "terser-webpack-plugin": "^5.3.9",
- "ts-loader": "^9.4.4",
- "tslib": "^2.6.0",
- "typescript": "^5.1.6",
- "vite": "^4.3.9",
- "vitest": "^0.32.4",
- "webpack": "^5.88.1",
- "webpack-cli": "^5.1.4"
- },
- "files": [
- "lib",
- "dist",
- "register.js"
- ],
- "homepage": "https://github.com/unjs/jiti#readme",
- "license": "MIT",
- "main": "./lib/index.js",
- "name": "jiti",
- "packageManager": "pnpm@8.6.6",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/unjs/jiti.git"
- },
- "scripts": {
- "build": "pnpm clean && NODE_ENV=production pnpm webpack",
- "clean": "rm -rf dist",
- "dev": "pnpm clean && pnpm webpack --watch",
- "jiti": "JITI_DEBUG=1 JITI_CACHE=false JITI_REQUIRE_CACHE=false ./bin/jiti.js",
- "jiti:legacy": "JITI_DEBUG=1 npx node@12 ./bin/jiti.js",
- "lint": "eslint --ext .ts,.js . && prettier -c src lib test stubs",
- "lint:fix": "eslint --fix --ext .ts,.js . && prettier -w src lib test stubs",
- "release": "pnpm build && pnpm test && changelogen --release --push && npm publish",
- "test": "pnpm lint && vitest run --coverage"
- },
- "types": "dist/jiti.d.ts",
- "version": "1.19.1"
- }
|