HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/vue-observe-visibility/package.json
{
  "_args": [
    [
      "vue-observe-visibility@1.0.0",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_from": "vue-observe-visibility@1.0.0",
  "_id": "vue-observe-visibility@1.0.0",
  "_inBundle": false,
  "_integrity": "sha512-s5TFh3s3h3Mhd3jaz3zGzkVHKHnc/0C/gNr30olO99+yw2hl3WBhK3ng3/f9OF+qkW4+l7GkmwfAzDAcY3lCFg==",
  "_location": "/vue-observe-visibility",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "vue-observe-visibility@1.0.0",
    "name": "vue-observe-visibility",
    "escapedName": "vue-observe-visibility",
    "rawSpec": "1.0.0",
    "saveSpec": null,
    "fetchSpec": "1.0.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/vue-observe-visibility/-/vue-observe-visibility-1.0.0.tgz",
  "_spec": "1.0.0",
  "_where": "/home/arjun/projects/buyercall",
  "author": {
    "name": "Guillaume Chau",
    "email": "guillaume.b.chau@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/Akryum/vue-observe-visibility/issues"
  },
  "description": "Detect when an element is becoming visible or hidden on the page. ",
  "devDependencies": {
    "@babel/core": "^7.4.0",
    "@babel/plugin-transform-runtime": "^7.4.0",
    "@babel/polyfill": "^7.4.3",
    "@babel/preset-env": "^7.4.2",
    "babel-eslint": "^10.1.0",
    "cross-env": "^5.2.0",
    "cypress": "^6.2.0",
    "eslint": "^5.16.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-cypress": "^2.11.2",
    "eslint-plugin-html": "^5.0.3",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-node": "^9.0.1",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "nodemon": "^1.19.0",
    "rollup": "^1.7.0",
    "rollup-plugin-babel": "^4.3.2",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-replace": "^2.0.0",
    "rollup-plugin-terser": "^4.0.4",
    "serve": "^6.5.8",
    "start-server-and-test": "^1.11.7"
  },
  "homepage": "https://github.com/Akryum/vue-observe-visibility#readme",
  "keywords": [
    "vue",
    "vuejs",
    "plugin"
  ],
  "license": "MIT",
  "main": "dist/vue-observe-visibility.umd.js",
  "module": "dist/vue-observe-visibility.esm.js",
  "name": "vue-observe-visibility",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Akryum/vue-observe-visibility.git"
  },
  "scripts": {
    "build": "npm run build:browser && npm run build:es && npm run build:umd",
    "build:browser": "rollup --config build/rollup.config.browser.js",
    "build:es": "rollup --config build/rollup.config.es.js",
    "build:umd": "rollup --config build/rollup.config.umd.js",
    "dev": "nodemon --exec 'npm run build' --watch src",
    "lint": "eslint . --ext js",
    "prepublishOnly": "npm run build && npm run lint && npm run test",
    "serve": "serve -p 8080",
    "test": "start-server-and-test serve 8080 test:e2e",
    "test:e2e": "cypress run",
    "test:e2e:open": "cypress open"
  },
  "unpkg": "dist/vue-observe-visibility.min.js",
  "version": "1.0.0"
}