{
  "_args": [
    [
      "interpret@3.1.1",
      "/var/lib/jenkins/workspace/D4-OWA_SSO"
    ]
  ],
  "_development": true,
  "_from": "interpret@3.1.1",
  "_id": "interpret@3.1.1",
  "_inBundle": false,
  "_integrity": "sha512-6xwYfHbajpoF0xLW+iwLkhwgvLoZDfjYfoFNu8ftMoXINzwuymNLd9u/KmwtdT2GbR+/Cz66otEGEVVUHX9QLQ==",
  "_location": "/interpret",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "interpret@3.1.1",
    "name": "interpret",
    "escapedName": "interpret",
    "rawSpec": "3.1.1",
    "saveSpec": null,
    "fetchSpec": "3.1.1"
  },
  "_requiredBy": [
    "/webpack-cli"
  ],
  "_resolved": "https://registry.npmjs.org/interpret/-/interpret-3.1.1.tgz",
  "_spec": "3.1.1",
  "_where": "/var/lib/jenkins/workspace/D4-OWA_SSO",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "https://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/interpret/issues"
  },
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    },
    {
      "name": "Tyler Kellen",
      "email": "tyler@sleekcode.net",
      "url": "http://goingslowly.com/"
    }
  ],
  "description": "A dictionary of file extensions and associated module loaders.",
  "devDependencies": {
    "eslint": "^7.0.0",
    "eslint-config-gulp": "^5.0.0",
    "eslint-plugin-node": "^11.1.0",
    "expect": "^27.0.0",
    "js-yaml": "^4.1.0",
    "mocha": "^8.0.0",
    "nyc": "^15.0.0",
    "parse-node-version": "^2.0.0",
    "rechoir": "^0.8.0",
    "remark-cli": "^10.0.1",
    "remark-code-import": "^1.1.0",
    "shelljs": "0.8.5"
  },
  "engines": {
    "node": ">=10.13.0"
  },
  "files": [
    "LICENSE",
    "index.js",
    "cjs-stub.js",
    "mjs-stub.js"
  ],
  "homepage": "https://github.com/gulpjs/interpret#readme",
  "keywords": [
    "coffee",
    "coffee.md",
    "coffeescript",
    "es",
    "es6",
    "js",
    "json",
    "json5",
    "jsx",
    "react",
    "litcoffee",
    "toml",
    "ts",
    "typescript",
    "xml",
    "yaml",
    "yml"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "interpret",
  "nyc": {
    "extension": [
      ".js"
    ],
    "reporter": [
      "lcov",
      "text-summary"
    ]
  },
  "prettier": {
    "singleQuote": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/interpret.git"
  },
  "scripts": {
    "lint": "eslint .",
    "pretest": "npm run lint",
    "readme": "remark README.md --use ./scripts/plugin.mjs --output",
    "test": "nyc mocha --async-only"
  },
  "version": "3.1.1"
}
