![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/vreg/node_modules/jiti/ |
{ "name": "jiti", "version": "1.12.0", "description": "Runtime typescript and ESM support for Node.js (CommonJS)", "repository": "unjs/jiti", "license": "MIT", "main": "./lib/index.js", "types": "dist/jiti.d.ts", "bin": "bin/jiti.js", "files": [ "lib", "dist", "register.js" ], "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" }, "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": "^7.12.13", "@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": "^2.1.0", "@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", "object-hash": "^2.1.1", "pirates": "latest", "semver": "latest", "standard-version": "latest", "ts-loader": "latest", "tslib": "latest", "typescript": "latest", "v8-compile-cache": "latest", "webpack": "latest", "webpack-cli": "latest" } }