line_push/node_modules/jiti/package.json
2022-07-18 02:50:52 +00:00

111 lines
3.2 KiB
JSON

{
"_args": [
[
"jiti@1.14.0",
"/home/node/nuxt"
]
],
"_from": "jiti@1.14.0",
"_id": "jiti@1.14.0",
"_inBundle": false,
"_integrity": "sha512-4IwstlaKQc9vCTC+qUXLM1hajy2ImiL9KnLvVYiaHOtS/v3wRjhLlGl121AmgDgx/O43uKmxownJghS5XMya2A==",
"_location": "/jiti",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "jiti@1.14.0",
"name": "jiti",
"escapedName": "jiti",
"rawSpec": "1.14.0",
"saveSpec": null,
"fetchSpec": "1.14.0"
},
"_requiredBy": [
"/@nuxt/telemetry",
"/@nuxt/utils"
],
"_resolved": "https://registry.npmjs.org/jiti/-/jiti-1.14.0.tgz",
"_spec": "1.14.0",
"_where": "/home/node/nuxt",
"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",
"@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"
},
"files": [
"lib",
"dist",
"register.js"
],
"homepage": "https://github.com/unjs/jiti#readme",
"license": "MIT",
"main": "./lib/index.js",
"name": "jiti",
"packageManager": "pnpm@7.3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/unjs/jiti.git"
},
"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"
},
"types": "dist/jiti.d.ts",
"version": "1.14.0"
}