{
  "_args": [
    [
      "webpack-manifest-plugin@3.2.0",
      "/var/www/html/dev_photogram/photogram-web"
    ]
  ],
  "_development": true,
  "_from": "webpack-manifest-plugin@3.2.0",
  "_id": "webpack-manifest-plugin@3.2.0",
  "_inBundle": false,
  "_integrity": "sha512-68b94EUjHrvUy+um+lmkIKHyfsFkJFDr+7s/GqLIhTSB6i9QzprQph8XOYnJU7ANqTyYr5g5Ng/DrAH0g3wjog==",
  "_location": "/webpack-manifest-plugin",
  "_phantomChildren": {
    "source-list-map": "2.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "webpack-manifest-plugin@3.2.0",
    "name": "webpack-manifest-plugin",
    "escapedName": "webpack-manifest-plugin",
    "rawSpec": "3.2.0",
    "saveSpec": null,
    "fetchSpec": "3.2.0"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-manifest-plugin/-/webpack-manifest-plugin-3.2.0.tgz",
  "_spec": "3.2.0",
  "_where": "/var/www/html/dev_photogram/photogram-web",
  "author": {
    "name": "Dane Thurber",
    "email": "dane.thurber@gmail.com"
  },
  "ava": {
    "files": [
      "!**/fixtures/**",
      "!**/helpers/**",
      "!**/output/**"
    ]
  },
  "bugs": {
    "url": "https://github.com/shellscape/webpack-manifest-plugin/issues"
  },
  "dependencies": {
    "tapable": "^2.0.0",
    "webpack-sources": "^2.2.0"
  },
  "description": "A Webpack Plugin for generating Asset Manifests",
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@svgr/webpack": "^5.4.0",
    "@wordpress/dependency-extraction-webpack-plugin": "^3.1.0",
    "ava": "^3.13.0",
    "codecov": "^3.1.0",
    "copy-webpack-plugin": "^6.2.1",
    "css-loader": "^1.0.0",
    "del": "^6.0.0",
    "eslint-config-shellscape": "^2.1.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^2.0.0",
    "lint-staged": "^10.4.0",
    "memory-fs": "^0.4.1",
    "nyc": "^15.1.0",
    "pre-commit": "^1.2.2",
    "prettier": "^2.1.2",
    "prettier-plugin-package": "^1.2.0",
    "react": "^16.3.2",
    "style-loader": "^0.23.0",
    "webpack": "^4.44.2",
    "webpack-merge": "^5.2.0"
  },
  "engines": {
    "node": ">=10.22.1"
  },
  "files": [
    "lib",
    "README.md",
    "LICENSE"
  ],
  "homepage": "https://github.com/shellscape/webpack-manifest-plugin",
  "jest": {
    "testEnvironment": "node",
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix"
    ]
  },
  "main": "lib/index.js",
  "maintainers": [
    {
      "name": "Andrew Powell",
      "email": "andrew@shellscape.org"
    }
  ],
  "name": "webpack-manifest-plugin",
  "nyc": {
    "include": [
      "lib/*.js"
    ],
    "exclude": [
      "test/"
    ]
  },
  "peerDependencies": {
    "webpack": "^4.44.2"
  },
  "pre-commit": "lint-staged",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shellscape/webpack-manifest-plugin.git"
  },
  "scripts": {
    "ci:coverage": "nyc npm run ci:test && nyc report --reporter=text-lcov > coverage.lcov",
    "ci:lint": "npm run lint && npm run security",
    "ci:test": "npm run test -- --verbose",
    "lint": "npm run lint:docs && npm run lint:json && npm run lint:package && npm run lint:js",
    "lint-staged": "lint-staged",
    "lint:docs": "prettier --single-quote --arrow-parens avoid --trailing-comma none --write README.md",
    "lint:js": "eslint --fix --cache lib test",
    "lint:json": "prettier --write codecov.yml .circleci/config.yml .eslintrc",
    "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",
    "posttest": "node set-webpack-version.js \"^4.44.2\" && npm install",
    "security": "npm audit --audit-level=high",
    "test": "npm run test:v4 && npm run test:v5",
    "test:v4": "ava",
    "test:v5": "node set-webpack-version.js \"^5\" && npm install && ava"
  },
  "version": "3.2.0"
}
