{
  "_args": [
    [
      {
        "raw": "vue-tippy@v1",
        "scope": null,
        "escapedName": "vue-tippy",
        "name": "vue-tippy",
        "rawSpec": "v1",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/var/www/html"
    ]
  ],
  "_from": "vue-tippy@>=1.0.0 <2.0.0",
  "_id": "vue-tippy@1.0.0",
  "_inCache": true,
  "_location": "/vue-tippy",
  "_nodeVersion": "8.9.1",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/vue-tippy-1.0.0.tgz_1512591756826_0.5032413923181593"
  },
  "_npmUser": {
    "name": "kabbouchi",
    "email": "georges.kabbouchi@gmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "vue-tippy@v1",
    "scope": null,
    "escapedName": "vue-tippy",
    "name": "vue-tippy",
    "rawSpec": "v1",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-1.0.0.tgz",
  "_shasum": "14b4a95dd8d7d02bcd1959244e218b2f28a4f62c",
  "_shrinkwrap": null,
  "_spec": "vue-tippy@v1",
  "_where": "/var/www/html",
  "author": {
    "name": "Georges KABBOUCHI",
    "email": "georges.kabbouchi@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/kabbouchi/vue-tippy/issues"
  },
  "dependencies": {
    "tippy.js": "^1.4.2"
  },
  "description": "> Directive wrapper for Tippy.js",
  "devDependencies": {
    "browserify": "^14.5.0",
    "browserify-css": "^0.10.1",
    "uglify-js": "^2.8.29",
    "vue": "^2.5.9",
    "webpack": "^2.7.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-DmAbtZV2HG0H/dZu+RGE0+ppJTb8Q8t96FeJ0DjjxQHjUWWttlHorSBugrzcOOza/ZUF0nEiUyVrKo+O7pCbRQ==",
    "shasum": "14b4a95dd8d7d02bcd1959244e218b2f28a4f62c",
    "tarball": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-1.0.0.tgz"
  },
  "files": [
    "dist/*.js",
    "vue-tippy.js"
  ],
  "gitHead": "3f5931448165066fae04938ec63c33e9e432c91c",
  "homepage": "https://github.com/kabbouchi/vue-tippy#readme",
  "keywords": [
    "tooltip",
    "tippy",
    "tippy.js",
    "vue"
  ],
  "license": "MIT",
  "main": "vue-tippy.js",
  "maintainers": [
    {
      "name": "kabbouchi",
      "email": "georges.kabbouchi@gmail.com"
    }
  ],
  "name": "vue-tippy",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git://github.com/kabbouchi/vue-tippy.git"
  },
  "scripts": {
    "build": "$(npm bin)/browserify -g browserify-css browserify-me.js -o dist/vue-tippy.js && $(npm bin)/uglifyjs dist/vue-tippy.js -o dist/vue-tippy.min.js && echo Success"
  },
  "version": "1.0.0"
}
