{
  "_from": "webpack-concat-files-plugin",
  "_id": "webpack-concat-files-plugin@0.5.2",
  "_inBundle": false,
  "_integrity": "sha512-bnsTzDTI5Ur1JaeLs6yeKlNdfRukJR9tgdZIIwy4c5Uyy0kJ0UhrOX42COG42vFZhwAZfo+tzU2/awhKoZw3Ug==",
  "_location": "/webpack-concat-files-plugin",
  "_phantomChildren": {
    "@nodelib/fs.walk": "1.2.6",
    "@types/glob": "7.1.3",
    "dir-glob": "3.0.1",
    "glob": "7.1.6",
    "is-glob": "4.0.1",
    "merge2": "1.4.1",
    "picomatch": "2.2.3",
    "source-list-map": "2.0.1",
    "source-map": "0.6.1"
  },
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "webpack-concat-files-plugin",
    "name": "webpack-concat-files-plugin",
    "escapedName": "webpack-concat-files-plugin",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#DEV:/",
    "#USER"
  ],
  "_resolved": "https://registry.npmjs.org/webpack-concat-files-plugin/-/webpack-concat-files-plugin-0.5.2.tgz",
  "_shasum": "cb988b6566c4e19fa284a8ab27d5beb90320dc4c",
  "_spec": "webpack-concat-files-plugin",
  "_where": "/docs/Quentin/Sites/phantom",
  "author": {
    "name": "The Institutes",
    "email": "damorej@theinstitutes.org"
  },
  "bugs": {
    "url": "https://github.com/damorej-at-theinstitutes/webpack-concat-files-plugin/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "globby": "^10.0.1",
    "schema-utils": "^3.0.0",
    "webpack-sources": "^1.4.3"
  },
  "deprecated": false,
  "description": "Concatenate and transform files using Webpack",
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "mocha": "^8.2.1"
  },
  "files": [
    "/src"
  ],
  "homepage": "https://github.com/damorej-at-theinstitutes/webpack-concat-files-plugin#readme",
  "keywords": [
    "webpack",
    "plugin",
    "concat",
    "concatenation",
    "files",
    "transform"
  ],
  "license": "MIT",
  "main": "src/index.js",
  "name": "webpack-concat-files-plugin",
  "peerDependencies": {
    "webpack": "4.x || 5.x"
  },
  "private": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/damorej-at-theinstitutes/webpack-concat-files-plugin.git"
  },
  "scripts": {
    "test": "npm run test-unit --scripts-prepend-node-path && npm run test-webpack4 --scripts-prepend-node-path && npm run test-webpack5 --scripts-prepend-node-path",
    "test-unit": "npx mocha ./test/unit/**/**/*.test.js",
    "test-webpack4": "cd webpack-4 && yarn install && yarn test && cd ..",
    "test-webpack5": "cd webpack-5 && yarn install && yarn test && cd .."
  },
  "version": "0.5.2"
}
