1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
| {
| "_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": "D:\\project\\PAM\\PAMapp\\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"
| }
|
|