{ "_args": [ [ "jiti@0.1.11", "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series" ] ], "_from": "jiti@0.1.11", "_id": "jiti@0.1.11", "_inBundle": false, "_integrity": "sha512-zSPegl+ageMLSYcq1uAZa6V56pX2GbNl/eU3Or7PFHu10a2YhLAXj5fnHJGd6cHZTalSR8zXGH8WmyuyufMhLA==", "_location": "/jiti", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "jiti@0.1.11", "name": "jiti", "escapedName": "jiti", "rawSpec": "0.1.11", "saveSpec": null, "fetchSpec": "0.1.11" }, "_requiredBy": [ "/@nuxt/config", "/@nuxt/telemetry" ], "_resolved": "https://registry.npmjs.org/jiti/-/jiti-0.1.11.tgz", "_spec": "0.1.11", "_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series", "bugs": { "url": "https://github.com/nuxt-contrib/jiti/issues" }, "description": "Runtime typescript and ESM support for Node.js (CommonJS)", "devDependencies": { "@babel/core": "^7.10.2", "@babel/plugin-transform-modules-commonjs": "^7.10.1", "@babel/plugin-transform-typescript": "^7.10.1", "@babel/preset-typescript": "^7.10.1", "@nuxtjs/eslint-config-typescript": "^2.0.0", "@types/babel__core": "^7.1.8", "@types/mkdirp": "^1.0.1", "@types/node": "^14.0.13", "@types/resolve": "^1.17.1", "create-require": "^1.0.2", "eslint": "^7.2.0", "esm": "^3.2.25", "mkdirp": "^1.0.4", "resolve": "^1.17.0", "standard-version": "^8.0.0", "ts-loader": "^7.0.5", "tslib": "^2.0.0", "typescript": "^3.9.5", "v8-compile-cache": "^2.1.1", "webpack": "^5.0.0-beta.17", "webpack-cli": "^3.3.11" }, "files": [ "index.js", "dist" ], "homepage": "https://github.com/nuxt-contrib/jiti#readme", "license": "MIT", "main": "./index.js", "name": "jiti", "repository": { "type": "git", "url": "git+https://github.com/nuxt-contrib/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", "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": "0.1.11" }