{
  "_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/dev/node_modules/clipboard"
    ]
  ],
  "_from": "tiny-emitter@>=2.0.0 <3.0.0",
  "_id": "tiny-emitter@2.0.2",
  "_inCache": true,
  "_location": "/tiny-emitter",
  "_nodeVersion": "8.3.0",
  "_npmOperationalInternal": {
    "host": "s3://npm-registry-packages",
    "tmp": "tmp/tiny-emitter-2.0.2.tgz_1502970218521_0.8436653357930481"
  },
  "_npmUser": {
    "name": "scottcorgan",
    "email": "scottcorgan@gmail.com"
  },
  "_npmVersion": "5.3.0",
  "_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.0.2.tgz",
  "_shasum": "82d27468aca5ade8e5fd1e6d22b57dd43ebdfb7c",
  "_shrinkwrap": null,
  "_spec": "tiny-emitter@^2.0.0",
  "_where": "/var/www/html/dev/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-2NM0auVBGft5tee/OxP4PI3d8WItkDM+fPnaRAVo6xTDI2knbz9eC5ArWGqtGlYqiH3RU5yMpdyTTO7MguC4ow==",
    "shasum": "82d27468aca5ade8e5fd1e6d22b57dd43ebdfb7c",
    "tarball": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-2.0.2.tgz"
  },
  "gitHead": "479797e36cb983489cc95c8e175d776509151550",
  "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.0.2"
}
