{
  "_args": [
    [
      "rechoir@0.8.0",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "rechoir@0.8.0",
  "_id": "rechoir@0.8.0",
  "_inBundle": false,
  "_integrity": "sha512-/vxpCXddiX8NGfGO/mTafwjq4aFa/71pvamip0++IQk3zG8cbCj0fifNPrjjF1XMXUne91jL9OoxmdykoEtifQ==",
  "_location": "/rechoir",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "rechoir@0.8.0",
    "name": "rechoir",
    "escapedName": "rechoir",
    "rawSpec": "0.8.0",
    "saveSpec": null,
    "fetchSpec": "0.8.0"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.8.0.tgz",
  "_spec": "0.8.0",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/rechoir/issues"
  },
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "Tyler Kellen",
      "email": "tyler@sleekcode.net",
      "url": "http://goingslowly.com/"
    }
  ],
  "dependencies": {
    "resolve": "^1.20.0"
  },
  "description": "Prepare a node environment to require files with different extensions.",
  "devDependencies": {
    "eslint": "^7.21.0",
    "eslint-config-gulp": "^5.0.1",
    "expect": "^27.0.0",
    "mocha": "^8.3.0",
    "nyc": "^15.1.0"
  },
  "engines": {
    "node": ">= 10.13.0"
  },
  "files": [
    "LICENSE",
    "index.js",
    "lib/"
  ],
  "homepage": "https://github.com/gulpjs/rechoir#readme",
  "keywords": [
    "require",
    "loader",
    "extension",
    "extensions",
    "prepare"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "rechoir",
  "nyc": {
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/rechoir.git"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "rm -rf tmp/ && npm run lint",
    "test": "nyc mocha --async-only"
  },
  "version": "0.8.0"
}
