{
  "_args": [
    [
      "vue-resource@1.3.4",
      "C:\\xampp\\htdocs\\l2c"
    ]
  ],
  "_from": "vue-resource@1.3.4",
  "_id": "vue-resource@1.3.4",
  "_inBundle": false,
  "_integrity": "sha1-n8C99qL1yrQwEp/JnTR7PernsJk=",
  "_location": "/vue-resource",
  "_phantomChildren": {
    "decompress-response": "3.3.0",
    "duplexer3": "0.1.4",
    "get-stream": "3.0.0",
    "is-plain-obj": "1.1.0",
    "is-retry-allowed": "1.1.0",
    "is-stream": "1.1.0",
    "isurl": "1.0.0",
    "lowercase-keys": "1.0.0",
    "p-cancelable": "0.3.0",
    "p-timeout": "1.2.1",
    "safe-buffer": "5.1.1",
    "url-parse-lax": "1.0.0",
    "url-to-options": "1.0.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-resource@1.3.4",
    "name": "vue-resource",
    "escapedName": "vue-resource",
    "rawSpec": "1.3.4",
    "saveSpec": null,
    "fetchSpec": "1.3.4"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-resource/-/vue-resource-1.3.4.tgz",
  "_spec": "1.3.4",
  "_where": "C:\\xampp\\htdocs\\l2c",
  "browser": {
    "got": false
  },
  "bugs": {
    "url": "https://github.com/pagekit/vue-resource/issues"
  },
  "dependencies": {
    "got": "^7.0.0"
  },
  "description": "The HTTP client for Vue.js",
  "devDependencies": {
    "buble": "^0.15.2",
    "buble-loader": "^0.4.1",
    "generate-release": "^0.13.0",
    "jasmine-core": "^2.6.2",
    "jest": "^20.0.4",
    "replace-in-file": "^2.5.0",
    "rollup": "^0.42.0",
    "rollup-plugin-buble": "^0.15.0",
    "uglify-js": "^3.0.15",
    "vue": "^2.3.3",
    "webpack": "^2.6.1"
  },
  "homepage": "https://github.com/pagekit/vue-resource#readme",
  "jsdelivr": "dist/vue-resource.min.js",
  "keywords": [
    "vue",
    "xhr",
    "http",
    "ajax"
  ],
  "license": "MIT",
  "main": "dist/vue-resource.common.js",
  "module": "dist/vue-resource.es2015.js",
  "name": "vue-resource",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pagekit/vue-resource.git"
  },
  "scripts": {
    "build": "node build/build.js",
    "release": "node build/release.js",
    "test": "jest --env=node",
    "webpack": "webpack --config test/webpack.config.js"
  },
  "unpkg": "dist/vue-resource.min.js",
  "version": "1.3.4"
}
