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
| {
| "_args": [
| [
| "jiti@1.12.7",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "jiti@1.12.7",
| "_id": "jiti@1.12.7",
| "_inBundle": false,
| "_integrity": "sha512-2v5iYsJp5l7iX6ettW/hD7A9qZtsib3gMBfxbQxASszzOpZ0dFZBZAUQGKKIQ780XGR3sGEp1L/8t1JyyPq5Fg==",
| "_location": "/jiti",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "jiti@1.12.7",
| "name": "jiti",
| "escapedName": "jiti",
| "rawSpec": "1.12.7",
| "saveSpec": null,
| "fetchSpec": "1.12.7"
| },
| "_requiredBy": [
| "/@nuxt/telemetry",
| "/@nuxt/utils"
| ],
| "_resolved": "https://registry.npmjs.org/jiti/-/jiti-1.12.7.tgz",
| "_spec": "1.12.7",
| "_where": "/Users/tomas/PAM/PAMapp",
| "bin": {
| "jiti": "bin/jiti.js"
| },
| "bugs": {
| "url": "https://github.com/unjs/jiti/issues"
| },
| "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",
| "babel-plugin-dynamic-import-node": "latest",
| "babel-plugin-parameter-decorator": "latest",
| "babel-plugin-transform-import-meta": "latest",
| "create-require": "latest",
| "destr": "latest",
| "eslint": "latest",
| "esm": "latest",
| "mkdirp": "latest",
| "mlly": "^0.2.6",
| "object-hash": "latest",
| "pirates": "latest",
| "semver": "latest",
| "standard-version": "latest",
| "ts-loader": "latest",
| "tslib": "latest",
| "typescript": "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 && NODE_ENV=production yarn webpack",
| "build:babel": "ncc build src/babel.ts -t -m -o dist/babel",
| "clean": "rm -rf dist",
| "dev": "yarn clean && yarn webpack --watch",
| "jiti": "JITI_DEBUG=1 ./bin/jiti.js",
| "jiti:legacy": "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": "yarn lint"
| },
| "types": "dist/jiti.d.ts",
| "version": "1.12.7"
| }
|
|