{
  "_args": [
    [
      "@vue/preload-webpack-plugin@1.1.1",
      "/root/project/processmaker/vendor/colosa/taskscheduler"
    ]
  ],
  "_development": true,
  "_from": "@vue/preload-webpack-plugin@1.1.1",
  "_id": "@vue/preload-webpack-plugin@1.1.1",
  "_inBundle": false,
  "_integrity": "sha512-8VCoJeeH8tCkzhkpfOkt+abALQkS11OIHhte5MBzYaKMTqK0A3ZAKEUVAffsOklhEv7t0yrQt696Opnu9oAx+w==",
  "_location": "/@vue/preload-webpack-plugin",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@vue/preload-webpack-plugin@1.1.1",
    "name": "@vue/preload-webpack-plugin",
    "escapedName": "@vue%2fpreload-webpack-plugin",
    "scope": "@vue",
    "rawSpec": "1.1.1",
    "saveSpec": null,
    "fetchSpec": "1.1.1"
  },
  "_requiredBy": [
    "/@vue/cli-service"
  ],
  "_resolved": "https://registry.npmjs.org/@vue/preload-webpack-plugin/-/preload-webpack-plugin-1.1.1.tgz",
  "_spec": "1.1.1",
  "_where": "/root/project/processmaker/vendor/colosa/taskscheduler",
  "author": {
    "name": "Addy Osmani",
    "email": "addy.osmani@gmail.com",
    "url": "https://github.com/addyosmani"
  },
  "bugs": {
    "url": "https://github.com/vuejs/preload-webpack-plugin/issues"
  },
  "description": "A webpack plugin for injecting <link rel='preload|prefecth'> into HtmlWebpackPlugin pages, with async chunk support",
  "devDependencies": {
    "eslint": "^4.19.1",
    "eslint-plugin-vue-libs": "^2.1.0",
    "html-webpack-plugin": "^3.2.0",
    "jasmine": "^3.1.0",
    "jsdom": "^11.9.0",
    "memory-fs": "^0.4.1",
    "nyc": "^11.7.1",
    "rimraf": "^2.6.2",
    "webpack": "^4.0.0"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "files": [
    "src"
  ],
  "homepage": "https://github.com/vuejs/preload-webpack-plugin",
  "keywords": [
    "webpack",
    "plugin",
    "html-webpack-plugin",
    "script",
    "preload",
    "resource hints"
  ],
  "license": "Apache-2.0",
  "main": "src/index.js",
  "name": "@vue/preload-webpack-plugin",
  "peerDependencies": {
    "html-webpack-plugin": ">=2.26.0",
    "webpack": ">=4.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/preload-webpack-plugin.git"
  },
  "scripts": {
    "coverage": "nyc npm run test",
    "lint": "eslint --format=codeframe .",
    "prepublishOnly": "npm run test",
    "test": "npm run lint && jasmine test/unit/* test/e2e/index.js"
  },
  "version": "1.1.1"
}
