{
  "_args": [
    [
      "next-transpile-modules@9.0.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_development": true,
  "_from": "next-transpile-modules@9.0.0",
  "_id": "next-transpile-modules@9.0.0",
  "_inBundle": false,
  "_integrity": "sha512-VCNFOazIAnXn1hvgYYSTYMnoWgKgwlYh4lm1pKbSfiB3kj5ZYLcKVhfh3jkPOg1cnd9DP+pte9yCUocdPEUBTQ==",
  "_location": "/next-transpile-modules",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "next-transpile-modules@9.0.0",
    "name": "next-transpile-modules",
    "escapedName": "next-transpile-modules",
    "rawSpec": "9.0.0",
    "saveSpec": null,
    "fetchSpec": "9.0.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/next-transpile-modules/-/next-transpile-modules-9.0.0.tgz",
  "_spec": "9.0.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "name": "Pierre de la Martinière",
    "email": "pierre.de.la.martiniere@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/martpie/next-transpile-modules/issues"
  },
  "dependencies": {
    "enhanced-resolve": "^5.7.0",
    "escalade": "^3.1.1"
  },
  "description": "Next.js plugin to transpile code from node_modules (supports TypeScript)",
  "devDependencies": {
    "@types/jest-environment-puppeteer": "4.4.1",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^7.2.0",
    "eslint-config-semistandard": "^15.0.1",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-standard": "^5.0.0",
    "fs-extra": "^9.1.0",
    "jest": "^26.6.3",
    "jest-environment-node": "^26.6.2",
    "jest-environment-puppeteer": "^4.4.0",
    "jest-puppeteer": "^4.4.0",
    "prettier": "^2.2.1",
    "prettier-eslint": "^12.0.0",
    "puppeteer": "^5.5.0",
    "rewire": "^4.0.1",
    "typescript": "^3.9.7",
    "webpack": "^4.44.0"
  },
  "files": [
    "src/next-transpile-modules.js",
    "src/next-transpile-modules.d.ts"
  ],
  "homepage": "https://github.com/martpie/next-transpile-modules#readme",
  "keywords": [
    "next",
    "next.js",
    "plugin",
    "transpile",
    "modules",
    "babel",
    "webpack"
  ],
  "license": "MIT",
  "main": "src/next-transpile-modules.js",
  "name": "next-transpile-modules",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/martpie/next-transpile-modules.git"
  },
  "scripts": {
    "prepublishOnly": "npm run typings",
    "pretest": "npm run setup",
    "quickie": "node --trace-uncaught src/__tests__/setup.js && yarn --cwd src/__tests__/__apps__/swc/app run dev",
    "setup": "node --trace-uncaught src/__tests__/setup.js",
    "test": "jest --forceExit",
    "test:debug": "jest --detectOpenHandles --forceExit",
    "test:formatting": "prettier --check \"**/*.js\"",
    "test:formatting:fix": "prettier --check \"**/*.js\" --write",
    "test:lint": "eslint .",
    "test:prepare": "npm run test:prepare:npm-basic && npm run test:prepare:yarn-workspaces && npm run test:prepare:yarn-workspaces-symlinks && npm run test:prepare:pnpm && npm run test:prepare:swc",
    "test:prepare:npm-basic": "npm run build --prefix=src/__tests__/__apps__/npm-basic",
    "test:prepare:pnpm": "npm run build --prefix=src/__tests__/__apps__/pnpm",
    "test:prepare:swc": "yarn --cwd src/__tests__/__apps__/swc/app run build",
    "test:prepare:yarn-workspaces": "yarn --cwd src/__tests__/__apps__/yarn-workspaces/app run build",
    "test:prepare:yarn-workspaces-symlinks": "yarn --cwd src/__tests__/__apps__/yarn-workspaces-symlinks/app run build",
    "typings": "tsc",
    "update:next": "npm run setup && bash scripts/next-update.sh"
  },
  "version": "9.0.0"
}
