{
  "_args": [
    [
      "jiti@0.1.20",
      "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web"
    ]
  ],
  "_from": "jiti@0.1.20",
  "_id": "jiti@0.1.20",
  "_inBundle": false,
  "_integrity": "sha512-nlsuibooCG5yEjmGSVqxhjULy3rO1Gl0LDP+HpUMbzOSLcz5s1Gf5cPnjvHiei0JCG3SXX761HQArDzNIfdz4Q==",
  "_location": "/jiti",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "jiti@0.1.20",
    "name": "jiti",
    "escapedName": "jiti",
    "rawSpec": "0.1.20",
    "saveSpec": null,
    "fetchSpec": "0.1.20"
  },
  "_requiredBy": [
    "/@nuxt/config"
  ],
  "_resolved": "https://registry.npmjs.org/jiti/-/jiti-0.1.20.tgz",
  "_spec": "0.1.20",
  "_where": "/home/gitlab-runner/builds/6iUbpg6c/0/web/clp/camly-platform-web",
  "bin": {
    "jiti": "bin/jiti.js"
  },
  "bugs": {
    "url": "https://github.com/nuxt-contrib/jiti/issues"
  },
  "description": "Runtime typescript and ESM support for Node.js (CommonJS)",
  "devDependencies": {
    "@babel/core": "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/resolve": "latest",
    "babel-plugin-dynamic-import-node": "latest",
    "create-require": "latest",
    "destr": "latest",
    "eslint": "latest",
    "esm": "latest",
    "mkdirp": "latest",
    "standard-version": "latest",
    "ts-loader": "latest",
    "tslib": "latest",
    "typescript": "latest",
    "v8-compile-cache": "latest",
    "webpack": "latest",
    "webpack-cli": "latest"
  },
  "files": [
    "lib",
    "dist"
  ],
  "homepage": "https://github.com/nuxt-contrib/jiti#readme",
  "license": "MIT",
  "main": "./lib/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",
    "jiti": "JITI_DEBUG=1 ./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": "0.1.20"
}
