{
  "_args": [
    [
      {
        "raw": "clipboard@^1.7.1",
        "scope": null,
        "escapedName": "clipboard",
        "name": "clipboard",
        "rawSpec": "^1.7.1",
        "spec": ">=1.7.1 <2.0.0",
        "type": "range"
      },
      "/var/www/html/dev"
    ]
  ],
  "_from": "clipboard@>=1.7.1 <2.0.0",
  "_id": "clipboard@1.7.1",
  "_inCache": true,
  "_location": "/clipboard",
  "_nodeVersion": "7.10.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/clipboard-1.7.1.tgz_1496102284338_0.21156074409373105"
  },
  "_npmUser": {
    "name": "zenorocha",
    "email": "zno.rocha@gmail.com"
  },
  "_npmVersion": "4.2.0",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clipboard@^1.7.1",
    "scope": null,
    "escapedName": "clipboard",
    "name": "clipboard",
    "rawSpec": "^1.7.1",
    "spec": ">=1.7.1 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz",
  "_shasum": "360d6d6946e99a7a1fef395e42ba92b5e9b5a16b",
  "_shrinkwrap": null,
  "_spec": "clipboard@^1.7.1",
  "_where": "/var/www/html/dev",
  "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-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"
  },
  "directories": {},
  "dist": {
    "shasum": "360d6d6946e99a7a1fef395e42ba92b5e9b5a16b",
    "tarball": "https://registry.npmjs.org/clipboard/-/clipboard-1.7.1.tgz"
  },
  "gitHead": "b6e6b80ab07eab03ce0d277515b3ed540773a330",
  "homepage": "https://github.com/zenorocha/clipboard.js#readme",
  "keywords": [
    "clipboard",
    "copy",
    "cut"
  ],
  "license": "MIT",
  "main": "lib/clipboard.js",
  "maintainers": [
    {
      "name": "zenorocha",
      "email": "zno.rocha@gmail.com"
    }
  ],
  "name": "clipboard",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}
