package.json 1.56 KB
{
  "_args": [
    [
      "vue-hot-reload-api@2.3.1",
      "/Library/WebServer/Documents/mywork/dyitoc"
    ]
  ],
  "_development": true,
  "_from": "vue-hot-reload-api@2.3.1",
  "_id": "vue-hot-reload-api@2.3.1",
  "_inBundle": false,
  "_integrity": "sha1-stPZVAKoEWAjgHg+pPVm64dVaaI=",
  "_location": "/vue-hot-reload-api",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-hot-reload-api@2.3.1",
    "name": "vue-hot-reload-api",
    "escapedName": "vue-hot-reload-api",
    "rawSpec": "2.3.1",
    "saveSpec": null,
    "fetchSpec": "2.3.1"
  },
  "_requiredBy": [
    "/vue-loader"
  ],
  "_resolved": "http://registry.npm.taobao.org/vue-hot-reload-api/download/vue-hot-reload-api-2.3.1.tgz",
  "_spec": "2.3.1",
  "_where": "/Library/WebServer/Documents/mywork/dyitoc",
  "author": {
    "name": "Evan You"
  },
  "bugs": {
    "url": "https://github.com/vuejs/vue-hot-reload-api/issues"
  },
  "description": "hot reload api for *.vue components",
  "devDependencies": {
    "buble": "^0.16.0",
    "jest": "^21.2.1",
    "vue": "^2.4.4"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/vuejs/vue-hot-reload-api#readme",
  "keywords": [
    "vue",
    "hot",
    "reload"
  ],
  "license": "MIT",
  "main": "dist/index.js",
  "name": "vue-hot-reload-api",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuejs/vue-hot-reload-api.git"
  },
  "scripts": {
    "build": "buble src -o dist",
    "prepublishOnly": "npm run test && npm run build",
    "test": "jest"
  },
  "version": "2.3.1"
}