package.json 2.01 KB
{
  "_from": "copy-to-clipboard@^3.2.0",
  "_id": "copy-to-clipboard@3.3.1",
  "_inBundle": false,
  "_integrity": "sha512-i13qo6kIHTTpCm8/Wup+0b1mVWETvu2kIMzKoK8FpkLkFxlt0znUAHcMzox+T8sPlqtZXq3CulEjQHsYiGFJUw==",
  "_location": "/copy-to-clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "copy-to-clipboard@^3.2.0",
    "name": "copy-to-clipboard",
    "escapedName": "copy-to-clipboard",
    "rawSpec": "^3.2.0",
    "saveSpec": null,
    "fetchSpec": "^3.2.0"
  },
  "_requiredBy": [
    "/antd"
  ],
  "_resolved": "https://registry.npmjs.org/copy-to-clipboard/-/copy-to-clipboard-3.3.1.tgz",
  "_shasum": "115aa1a9998ffab6196f93076ad6da3b913662ae",
  "_spec": "copy-to-clipboard@^3.2.0",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\antd",
  "author": {
    "name": "sudodoki",
    "email": "smd.deluzion@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/sudodoki/copy-to-clipboard/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Aleksej Shvajka",
      "url": "https://github.com/shvaikalesh"
    }
  ],
  "dependencies": {
    "toggle-selection": "^1.0.6"
  },
  "deprecated": false,
  "description": "Copy stuff into clipboard using JS with fallbacks",
  "devDependencies": {
    "browserify": "^13.0.1",
    "nightwatch": "^0.9.1",
    "node-static": "^0.7.7",
    "selenium-server-standalone-jar": "2.53.0",
    "uglify-js": "^3.5.3"
  },
  "directories": {
    "example": "example"
  },
  "homepage": "https://github.com/sudodoki/copy-to-clipboard#readme",
  "keywords": [
    "clipboard",
    "copy",
    "browser"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "copy-to-clipboard",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sudodoki/copy-to-clipboard.git"
  },
  "scripts": {
    "pretest": "browserify ./index.js --standalone copyToClipboard | uglifyjs -cm > example/index.js",
    "test": "nightwatch"
  },
  "types": "index.d.ts",
  "version": "3.3.1"
}