{ "_from": "jiti@^1.9.2", "_id": "jiti@1.13.0", "_inBundle": false, "_integrity": "sha512-/n9mNxZj/HDSrincJ6RP+L+yXbpnB8FybySBa+IjIaoH9FIxBbrbRT5XUbe8R7zuVM2AQqNMNDDqz0bzx3znOQ==", "_location": "/jiti", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "jiti@^1.9.2", "name": "jiti", "escapedName": "jiti", "rawSpec": "^1.9.2", "saveSpec": null, "fetchSpec": "^1.9.2" }, "_requiredBy": [ "/@nuxt/telemetry", "/@nuxt/utils" ], "_resolved": "https://registry.npmjs.org/jiti/-/jiti-1.13.0.tgz", "_shasum": "3cdfc4e651ca0cca4c62ed5e47747b5841d41a8e", "_spec": "jiti@^1.9.2", "_where": "H:\\gs_nuxt\\node_modules\\@nuxt\\utils", "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 (CommonJS)", "devDependencies": { "@babel/core": "latest", "@babel/plugin-proposal-decorators": "latest", "@babel/plugin-proposal-nullish-coalescing-operator": "latest", "@babel/plugin-proposal-optional-chaining": "latest", "@babel/plugin-syntax-class-properties": "latest", "@babel/plugin-transform-modules-commonjs": "latest", "@babel/plugin-transform-typescript": "latest", "@babel/preset-typescript": "latest", "@nuxtjs/eslint-config-typescript": "latest", "@types/babel__core": "latest", "@types/mkdirp": "latest", "@types/node": "latest", "@types/object-hash": "latest", "@types/resolve": "latest", "@types/semver": "latest", "acorn": "latest", "babel-plugin-dynamic-import-node": "latest", "babel-plugin-parameter-decorator": "latest", "babel-plugin-transform-import-meta": "latest", "create-require": "latest", "cross-env": "latest", "destr": "latest", "eslint": "latest", "esm": "latest", "estree-walker": "latest", "execa": "latest", "fast-glob": "latest", "mkdirp": "latest", "mlly": "latest", "object-hash": "latest", "pathe": "latest", "pirates": "latest", "semver": "latest", "standard-version": "latest", "terser-webpack-plugin": "latest", "ts-loader": "latest", "tslib": "latest", "typescript": "latest", "vitest": "latest", "webpack": "latest", "webpack-cli": "latest" }, "files": [ "lib", "dist", "register.js" ], "homepage": "https://github.com/unjs/jiti#readme", "license": "MIT", "main": "./lib/index.js", "name": "jiti", "repository": { "type": "git", "url": "git+https://github.com/unjs/jiti.git" }, "scripts": { "build": "yarn clean && cross-env NODE_ENV=production yarn webpack", "clean": "rm -rf dist", "dev": "yarn clean && yarn webpack --watch", "jiti": "cross-env JITI_DEBUG=1 JITI_CACHE=false ./bin/jiti.js", "jiti:legacy": "cross-env JITI_DEBUG=1 npx node@12 ./bin/jiti.js", "lint": "eslint --ext .ts,.js .", "release": "yarn test && yarn build && yarn standard-version && git push --follow-tags && npm publish", "test": "vitest" }, "types": "dist/jiti.d.ts", "version": "1.13.0" }