Urara-Blog/node_modules/.pnpm-store/v3/files/b8/4ac1a9bc76f802cca914bcce0b42d35959cae32fd54a9d83cbba53e4ebff54324e53c068bfc06faf0544f996e122df6e8371854bdc6609a9aeaef9ea519efb
2022-08-14 01:14:53 +08:00

72 lines
No EOL
2.3 KiB
Text

{
"name": "jiti",
"version": "1.14.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"
],
"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",
"@babel/template": "latest",
"@babel/types": "latest",
"@nuxtjs/eslint-config-typescript": "latest",
"@types/babel__core": "latest",
"@types/babel__template": "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",
"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",
"pkg-types": "latest",
"semver": "latest",
"standard-version": "latest",
"terser-webpack-plugin": "latest",
"ts-loader": "latest",
"tslib": "latest",
"typescript": "latest",
"vitest": "latest",
"webpack": "latest",
"webpack-cli": "latest"
},
"packageManager": "pnpm@7.3.0",
"scripts": {
"build": "pnpm clean && cross-env NODE_ENV=production pnpm webpack",
"clean": "rm -rf dist",
"dev": "pnpm clean && pnpm 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": "pnpm test && pnpm build && pnpm standard-version && git push --follow-tags && pnpm publish",
"test": "vitest"
}
}