{
  "_args": [
    [
      {
        "raw": "tiny-emitter@^2.0.0",
        "scope": null,
        "escapedName": "tiny-emitter",
        "name": "tiny-emitter",
        "rawSpec": "^2.0.0",
        "spec": ">=2.0.0 <3.0.0",
        "type": "range"
      },
      "/var/www/html/node_modules/clipboard"
    ]
  ],
  "_from": "tiny-emitter@>=2.0.0 <3.0.0",
  "_hasShrinkwrap": false,
  "_id": "tiny-emitter@2.1.0",
  "_inCache": true,
  "_location": "/tiny-emitter",
  "_nodeVersion": "8.12.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/tiny-emitter_2.1.0_1549381252634_0.40391833556455703"
  },
  "_npmUser": {
    "name": "scottcorgan",
    "email": "scottcorgan@gmail.com"
  },
  "_npmVersion": "6.4.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tiny-emitter@^2.0.0",
    "scope": null,
    "escapedName": "tiny-emitter",
    "name": "tiny-emitter",
    "rawSpec": "^2.0.0",
    "spec": ">=2.0.0 <3.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/clipboard"
  ],
  "_resolved": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
  "_shasum": "1d1a56edfc51c43e863cbb5382a72330e3555423",
  "_shrinkwrap": null,
  "_spec": "tiny-emitter@^2.0.0",
  "_where": "/var/www/html/node_modules/clipboard",
  "author": {
    "name": "Scott Corgan"
  },
  "bugs": {
    "url": "https://github.com/scottcorgan/tiny-emitter/issues"
  },
  "dependencies": {},
  "description": "A tiny (less than 1k) event emitter library",
  "devDependencies": {
    "@tap-format/spec": "0.2.0",
    "browserify": "11.2.0",
    "tape": "4.2.1",
    "testling": "1.7.1",
    "uglify-js": "2.5.0"
  },
  "directories": {},
  "dist": {
    "integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
    "shasum": "1d1a56edfc51c43e863cbb5382a72330e3555423",
    "tarball": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.1.0.tgz",
    "fileCount": 10,
    "unpackedSize": 77178,
    "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWa6FCRA9TVsSAnZWagAAg5UP/1hFRSNs+J7T0dZ+okZl\nRqw0p0QT8MCOHTkPS6FaLevkPMcXKMuG+ZIlshfHmfKN0ablFgCMrIq4LrJa\nocZhOS5iBqHA9v5+qh74xnxyLrUgZN3INS0LJ5lMsSR+/04ivjNpcQgWZMn1\n7v4SpjCFAQtZH36zFQvrJzN40j+XsUvIItrYYe614gnmVOrtlh5r27VmlgQM\ndPhNgY6JIXCB8tg5jGn0VR63vJ5Q1TeNAdrswnnjueGLcrqDWOhVE6EVQauC\nM31R6oXA7miA4qIWSBAOXV7l7ZaC/DKCcJEgCuQOkQMq2aNH8JVHwePMAIP6\nwNipSC/NoiT0zTk2fX22e3knodJHH5JWJZIsRU0UZSChQ63nGtr+rgGhXAzd\nKitF2v0QFj6fHDhbuOsHQ5Lj7/6s9AKQKYyqPUDooVpFObXpqA0Ctcw1D7BA\nVc5tHJ3j/HLsg2ZdlaSUd2y0p5rez/4YTkDaA38SRMJcw9JltP2fVAypo6ck\n3xHu81lxQtE9FO61ZzgIACN5rPBmiVI6T26up0aWCLeicTzR/G21fsD1TJN9\nl7OPohk1z3DEaXTudpU09ZzUPcXZL2Ay9DG7Qy5u2mBL0gWJC8VMDmVgj9B9\nXef69mwVL1Ogz8ykkSpPJIl9wQ2O+Ww408/4lS7amCNqqVAhsv5OpbmLb+cF\nRCSK\r\n=SsCo\r\n-----END PGP SIGNATURE-----\r\n"
  },
  "gitHead": "a6026cc94da5d2d164104dd30586eee6bb4fb29c",
  "homepage": "https://github.com/scottcorgan/tiny-emitter#readme",
  "keywords": [
    "event",
    "emitter",
    "pubsub",
    "tiny",
    "events",
    "bind"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "scottcorgan",
      "email": "scottcorgan@gmail.com"
    }
  ],
  "name": "tiny-emitter",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scottcorgan/tiny-emitter.git"
  },
  "scripts": {
    "build": "npm test && npm run bundle && npm run minify",
    "bundle": "browserify index.js > dist/tinyemitter.js -s TinyEmitter && echo 'Bundled'",
    "minify": "uglifyjs dist/tinyemitter.js -o dist/tinyemitter.min.js -m && echo 'Minified'",
    "size": "uglifyjs index.js -o minified.js -m && ls -l && rm minified.js",
    "test": "testling | tap-format-spec",
    "test-node": "tape test/index.js | tap-format-spec"
  },
  "testling": {
    "files": [
      "test/index.js"
    ],
    "browsers": [
      "iexplore/10.0",
      "iexplore/9.0",
      "firefox/16..latest",
      "chrome/22..latest",
      "safari/5.1..latest",
      "ipad/6.0..latest",
      "iphone/6.0..latest",
      "android-browser/4.2..latest"
    ]
  },
  "version": "2.1.0"
}
