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/clipboard/package.json
{
  "_args": [
    [
      "clipboard@2.0.11",
      "/home/arjun/projects/buyercall"
    ]
  ],
  "_from": "clipboard@2.0.11",
  "_id": "clipboard@2.0.11",
  "_inBundle": false,
  "_integrity": "sha512-C+0bbOqkezLIsmWSvlsXS0Q0bmkugu7jcfMIACB+RDEntIzQIkdr148we28AfSloQLRdZlYL/QYyrq05j/3Faw==",
  "_location": "/clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "clipboard@2.0.11",
    "name": "clipboard",
    "escapedName": "clipboard",
    "rawSpec": "2.0.11",
    "saveSpec": null,
    "fetchSpec": "2.0.11"
  },
  "_requiredBy": [
    "/vue-clipboard2"
  ],
  "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-2.0.11.tgz",
  "_spec": "2.0.11",
  "_where": "/home/arjun/projects/buyercall",
  "bugs": {
    "url": "https://github.com/zenorocha/clipboard.js/issues"
  },
  "dependencies": {
    "good-listener": "^1.2.2",
    "select": "^1.1.2",
    "tiny-emitter": "^2.0.0"
  },
  "description": "Modern copy to clipboard. No Flash. Just 2kb",
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/preset-env": "^7.12.11",
    "babel-loader": "^8.2.2",
    "chai": "^4.2.0",
    "cross-env": "^7.0.3",
    "eslint": "^7.20.0",
    "eslint-config-airbnb-base": "^14.2.1",
    "eslint-config-prettier": "^7.2.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-prettier": "^3.3.1",
    "husky": "^5.0.9",
    "karma": "^6.0.0",
    "karma-chai": "^0.1.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "karma-sinon": "^1.0.4",
    "karma-webpack": "^5.0.0-alpha.5",
    "lint-staged": "^10.5.3",
    "mocha": "^8.2.1",
    "prettier": "2.2.1",
    "sinon": "^9.2.3",
    "tsd": "^0.7.2",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.15.0",
    "webpack-cli": "^4.4.0"
  },
  "homepage": "https://clipboardjs.com",
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,css,md}": [
      "prettier --write",
      "eslint --fix"
    ]
  },
  "main": "dist/clipboard.js",
  "name": "clipboard",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zenorocha/clipboard.js.git"
  },
  "scripts": {
    "build": "npm run build-debug && npm run build-min",
    "build-debug": "webpack",
    "build-min": "cross-env NODE_ENV=production webpack",
    "build-watch": "webpack --watch",
    "lint": "eslint --ext .js src/",
    "prepublish": "npm run build",
    "test": "karma start --single-run",
    "test:types": "tsd"
  },
  "types": "src/clipboard.d.ts",
  "version": "2.0.11"
}