{
  "_args": [
    [
      {
        "raw": "tippy.js@^1.4.2",
        "scope": null,
        "escapedName": "tippy.js",
        "name": "tippy.js",
        "rawSpec": "^1.4.2",
        "spec": ">=1.4.2 <2.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/vue-tippy"
    ]
  ],
  "_from": "tippy.js@>=1.4.2 <2.0.0",
  "_id": "tippy.js@1.4.2",
  "_inCache": true,
  "_location": "/tippy.js",
  "_nodeVersion": "8.3.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/tippy.js-1.4.2.tgz_1510922941019_0.9900165305007249"
  },
  "_npmUser": {
    "name": "atomiks",
    "email": "cc.glows@gmail.com"
  },
  "_npmVersion": "5.5.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tippy.js@^1.4.2",
    "scope": null,
    "escapedName": "tippy.js",
    "name": "tippy.js",
    "rawSpec": "^1.4.2",
    "spec": ">=1.4.2 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/vue-tippy"
  ],
  "_resolved": "https://registry.npmjs.org/tippy.js/-/tippy.js-1.4.2.tgz",
  "_shasum": "c628545796e353e36a19f5f601a398c36c615d31",
  "_shrinkwrap": null,
  "_spec": "tippy.js@^1.4.2",
  "_where": "/var/www/html/node_modules/vue-tippy",
  "author": {
    "name": "atomiks"
  },
  "dependencies": {
    "popper.js": "^1.12.9"
  },
  "description": "Vanilla JS Tooltip Library",
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "babel-core": "^6.25.0",
    "babel-loader": "^6.4.1",
    "babel-plugin-transform-object-assign": "^6.22.0",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-es2015-rollup": "^3.0.0",
    "cssnano": "^3.10.0",
    "eslint": "^4.5.0",
    "jasmine": "^2.8.0",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-firefox-launcher": "^1.0.1",
    "karma-jasmine": "^1.1.0",
    "postcss": "^5.2.16",
    "rollup": "^0.47.6",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-babili": "^3.1.0",
    "rollup-plugin-commonjs": "^8.0.2",
    "rollup-plugin-livereload": "^0.4.0",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-sass": "^0.4.10",
    "rollup-plugin-serve": "^0.3.0",
    "rollup-watch": "^3.2.2"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-rIcmkvnb77endzYfTh3inBB6BkSIjcKLmftQQxIvGp/HhWmfUVjGmcUC6HC5L9QZrWtt8dXL4c+IKcUoqjOC0w==",
    "shasum": "c628545796e353e36a19f5f601a398c36c615d31",
    "tarball": "https://registry.npmjs.org/tippy.js/-/tippy.js-1.4.2.tgz"
  },
  "gitHead": "54e936c869108885a8ada51c136985986354fb7a",
  "license": "MIT",
  "main": "dist/tippy.js",
  "maintainers": [
    {
      "name": "atomiks",
      "email": "cc.glows@gmail.com"
    }
  ],
  "name": "tippy.js",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "scripts": {
    "build": "npm run standalone && npm run bundle && npm run bundle-minify",
    "bundle": "rollup -c scripts/rollup.bundle.config.js",
    "bundle-minify": "rollup -c scripts/rollup.bundle.min.config.js",
    "dev": "rollup -c scripts/rollup.dev.config.js --watch",
    "standalone": "rollup -c scripts/rollup.standalone.config.js",
    "test": "rollup -c scripts/rollup.tests.config.js --format es && karma start karma.conf.js"
  },
  "version": "1.4.2"
}
