{
  "_from": "clipboard",
  "_id": "clipboard@1.7.1",
  "_inBundle": false,
  "_integrity": "sha1-Ng1taUbpmnof7zleQrqStem1oWs=",
  "_location": "/clipboard",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "clipboard",
    "name": "clipboard",
    "escapedName": "clipboard",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz",
  "_shasum": "360d6d6946e99a7a1fef395e42ba92b5e9b5a16b",
  "_spec": "clipboard",
  "_where": "/Users/alicia/Documents/develop/github/umock/page",
  "bugs": {
    "url": "https://github.com/zenorocha/clipboard.js/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "good-listener": "^1.2.2",
    "select": "^1.1.2",
    "tiny-emitter": "^2.0.0"
  },
  "deprecated": false,
  "description": "Modern copy to clipboard. No Flash. Just 2kb",
  "devDependencies": {
    "babel-cli": "^6.24.1",
    "babel-core": "^6.24.1",
    "babel-plugin-transform-es2015-modules-umd": "^6.24.1",
    "babel-preset-es2015": "^6.24.1",
    "babelify": "^7.3.0",
    "bannerify": "github:vekat/bannerify#feature-option",
    "browserify": "^14.3.0",
    "chai": "^3.5.0",
    "install": "^0.9.6",
    "karma": "^1.6.0",
    "karma-browserify": "^5.1.1",
    "karma-chai": "^0.1.0",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon": "^1.0.5",
    "mocha": "^3.3.0",
    "phantomjs-prebuilt": "^2.1.14",
    "sinon": "^2.2.0",
    "uglify-js": "^2.8.22",
    "watchify": "^3.9.0"
  },
  "homepage": "https://github.com/zenorocha/clipboard.js#readme",
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "license": "MIT",
  "main": "lib/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": "browserify src/clipboard.js -s Clipboard -t [babelify] -p [bannerify --file .banner ] -o dist/clipboard.js",
    "build-min": "uglifyjs dist/clipboard.js --comments '/!/' -m screw_ie8=true -c screw_ie8=true,unused=false -o dist/clipboard.min.js",
    "build-watch": "watchify src/clipboard.js -s Clipboard -t [babelify] -o dist/clipboard.js -v",
    "prepublish": "babel src --out-dir lib",
    "test": "karma start --single-run"
  },
  "version": "1.7.1"
}
