{
  "_from": "ignore-emit-webpack-plugin@^2.0.6",
  "_id": "ignore-emit-webpack-plugin@2.0.6",
  "_inBundle": false,
  "_integrity": "sha512-/zC18RWCC2wz4ZwnS4UoujGWzvSKy28DLjtE+jrGBOXej6YdmityhBDzE8E0NlktEqi4tgdNbydX8B6G4haHSQ==",
  "_location": "/ignore-emit-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "ignore-emit-webpack-plugin@^2.0.6",
    "name": "ignore-emit-webpack-plugin",
    "escapedName": "ignore-emit-webpack-plugin",
    "rawSpec": "^2.0.6",
    "saveSpec": null,
    "fetchSpec": "^2.0.6"
  },
  "_requiredBy": [
    "/@wordpress/scripts"
  ],
  "_resolved": "https://registry.npmjs.org/ignore-emit-webpack-plugin/-/ignore-emit-webpack-plugin-2.0.6.tgz",
  "_shasum": "570c30a08ee4c2ce6060f80d4bc4c5c5fec4d606",
  "_spec": "ignore-emit-webpack-plugin@^2.0.6",
  "_where": "C:\\Users\\fvers\\Local Sites\\moovelogisticawoocommerce\\app\\public\\wp-content\\plugins\\moove-logistica-for-woocommerce\\node_modules\\@wordpress\\scripts",
  "author": {
    "name": "mrbar42"
  },
  "bugs": {
    "url": "https://github.com/mrbar42/ignore-emit-webpack-plugin/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Prevents ignored files from being emitted during a Webpack build",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-es2015": "^6.24.1",
    "typescript": "^4.0.3",
    "webpack": ">=5.4.0",
    "webpack-cli": "latest"
  },
  "homepage": "https://github.com/mrbar42/ignore-emit-webpack-plugin#readme",
  "keywords": [
    "webpack",
    "plugin",
    "ignore",
    "emit",
    "asset",
    "assets"
  ],
  "license": "MIT",
  "name": "ignore-emit-webpack-plugin",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrbar42/ignore-emit-webpack-plugin.git"
  },
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "publishOnly": "npm run build && npm run transpile && npm run test",
    "test": "npm -s run test:unit && npm -s run test:webpack",
    "test:unit": "node test/test-api.js",
    "test:webpack": "bash test/run-tests.sh",
    "transpile": "mkdir -p es5 && babel index.js --out-file es5/index.js --presets=es2015"
  },
  "version": "2.0.6"
}
