HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux ubuntu 7.0.5-x86_64-linode173 #1 SMP PREEMPT_DYNAMIC Fri May 8 10:12:05 EDT 2026 x86_64
User: root (0)
PHP: 7.2.28-1+ubuntu16.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //opt/code/node_modules/vue-loader/package.json
{
  "name": "vue-loader",
  "version": "12.2.2",
  "description": "Vue single-file component loader for Webpack",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/vuejs/vue-loader.git"
  },
  "keywords": [
    "vue",
    "webpack",
    "loader"
  ],
  "files": [
    "index.js",
    "lib"
  ],
  "author": {
    "name": "Evan You"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vuejs/vue-loader/issues"
  },
  "homepage": "https://github.com/vuejs/vue-loader",
  "scripts": {
    "lint": "eslint lib",
    "test": "eslint lib && mocha --slow 5000 --timeout 10000",
    "docs": "cd docs && gitbook serve",
    "docs:deploy": "bash ./docs/deploy.sh"
  },
  "dependencies": {
    "consolidate": "^0.14.0",
    "hash-sum": "^1.0.2",
    "js-beautify": "^1.6.3",
    "loader-utils": "^1.1.0",
    "lru-cache": "^4.0.1",
    "postcss": "^5.0.21",
    "postcss-load-config": "^1.1.0",
    "postcss-selector-parser": "^2.0.0",
    "resolve": "^1.3.3",
    "source-map": "^0.5.6",
    "vue-hot-reload-api": "^2.1.0",
    "vue-style-loader": "^3.0.0",
    "vue-template-es2015-compiler": "^1.2.2"
  },
  "peerDependencies": {
    "css-loader": "*",
    "vue-template-compiler": "^2.0.0"
  },
  "devDependencies": {
    "babel-core": "^6.8.0",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.0.0",
    "coffee-loader": "^0.7.2",
    "coffee-script": "^1.10.0",
    "css-loader": "^0.26.0",
    "eslint": "^3.14.1",
    "eslint-config-vue": "^2.0.2",
    "eslint-plugin-vue": "^2.0.0",
    "expose-loader": "^0.7.1",
    "extract-text-webpack-plugin": "^2.0.0-rc.0",
    "file-loader": "^0.10.0",
    "inject-loader": "^2.0.0",
    "js-yaml": "^3.8.2",
    "jsdom": "^9.2.1",
    "marked": "^0.3.6",
    "memory-fs": "^0.4.1",
    "mkdirp": "^0.5.1",
    "mocha": "^3.2.0",
    "node-libs-browser": "^2.0.0",
    "normalize-newline": "^3.0.0",
    "null-loader": "^0.1.1",
    "pug": "^2.0.0-beta6",
    "raw-loader": "^0.5.1",
    "skeleton-loader": "0.0.5",
    "stylus": "^0.54.5",
    "stylus-loader": "^2.0.0",
    "sugarss": "^0.2.0",
    "url-loader": "^0.5.7",
    "vue": "^2.3.2",
    "vue-server-renderer": "^2.3.2",
    "vue-template-compiler": "^2.3.2",
    "webpack": "^2.2.0"
  },
  "readme": "# vue-loader [![Build Status](https://circleci.com/gh/vuejs/vue-loader/tree/master.svg?style=shield)](https://circleci.com/gh/vuejs/vue-loader/tree/master) [![Windows Build status](https://ci.appveyor.com/api/projects/status/8cdonrkbg6m4k1tm/branch/master?svg=true)](https://ci.appveyor.com/project/yyx990803/vue-loader/branch/master) [![npm package](https://img.shields.io/npm/v/vue-loader.svg?maxAge=2592000)](https://www.npmjs.com/package/vue-loader)\n\n> Vue.js component loader for [Webpack](https://webpack.js.org/).\n\n**NOTE: the master branch (9.0+) only works with Vue 2.x. For usage with Vue 1.x, see the [8.x branch](https://github.com/vuejs/vue-loader/tree/8.x).**\n\nIt allows you to write your components in this format:\n\n![screenshot](http://blog.evanyou.me/images/vue-component.png)\n\nThe best way to get started is with [vue-cli](https://github.com/vuejs/vue-cli):\n\n``` js\nnpm install -g vue-cli\nvue init webpack-simple hello\ncd hello\nnpm install\nnpm run dev\n```\n\nThis will setup a basic Webpack + `vue-loader` project for you, with `*.vue` files and hot-reloading working out of the box!\n\nFor advanced `vue-loader` configuration, checkout the [documentation](https://vue-loader.vuejs.org).\n",
  "readmeFilename": "README.md",
  "_id": "vue-loader@12.2.2",
  "dist": {
    "shasum": "55810675b11191b0253214d50d00499d0de3e06f"
  },
  "_from": "vue-loader@^12.1.0",
  "_resolved": "http://registry.npmjs.org/vue-loader/-/vue-loader-12.2.2.tgz"
}