{
  "_args": [
    [
      "watch-size@2.0.0",
      "/var/www/html/naka"
    ]
  ],
  "_from": "watch-size@2.0.0",
  "_id": "watch-size@2.0.0",
  "_inBundle": false,
  "_integrity": "sha512-M92R89dNoTPWyCD+HuUEDdhaDnh9jxPGOwlDc0u51jAgmjUvzqaEMynXSr3BaWs+QdHYk4KzibPy1TFtjLmOZQ==",
  "_location": "/watch-size",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "watch-size@2.0.0",
    "name": "watch-size",
    "escapedName": "watch-size",
    "rawSpec": "2.0.0",
    "saveSpec": null,
    "fetchSpec": "2.0.0"
  },
  "_requiredBy": [
    "/@riophae/vue-treeselect"
  ],
  "_resolved": "https://registry.npmjs.org/watch-size/-/watch-size-2.0.0.tgz",
  "_spec": "2.0.0",
  "_where": "/var/www/html/naka",
  "author": {
    "name": "Jonathan Neal",
    "email": "jonathantneal@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/jonathantneal/watch-size/issues"
  },
  "description": "Watch the size changes of a DOM element",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-eslint": "^8.2.6",
    "babel-preset-env": "^1.7.0",
    "eslint": "^5.2.0",
    "eslint-config-dev": "^2.0.0",
    "pre-commit": "^1.2.2",
    "rollup": "^0.63.4",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-uglify-es": "0.0.1"
  },
  "eslintConfig": {
    "extends": "dev",
    "parser": "babel-eslint"
  },
  "files": [
    "index.cjs.js",
    "index.es.mjs"
  ],
  "homepage": "https://github.com/jonathantneal/watch-size#readme",
  "keywords": [
    "dark",
    "mode",
    "modes",
    "light",
    "interface",
    "css",
    "media",
    "query",
    "queries"
  ],
  "license": "CC0-1.0",
  "main": "index.cjs.js",
  "module": "index.es.mjs",
  "name": "watch-size",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonathantneal/watch-size.git"
  },
  "scripts": {
    "prepublishOnly": "npm test",
    "pretest": "rollup -c .rollup.js --silent",
    "test": "echo 'Running tests...'; npm run test:js",
    "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet"
  },
  "version": "2.0.0"
}
