{
  "_args": [
    [
      {
        "raw": "tiny-emitter@1.0.2",
        "scope": null,
        "escapedName": "tiny-emitter",
        "name": "tiny-emitter",
        "rawSpec": "1.0.2",
        "spec": "1.0.2",
        "type": "version"
      },
      "C:\\Data\\P\\factory-x\\transform\\node_modules\\mathjs"
    ]
  ],
  "_from": "tiny-emitter@1.0.2",
  "_id": "tiny-emitter@1.0.2",
  "_inCache": true,
  "_location": "/tiny-emitter",
  "_nodeVersion": "5.1.1",
  "_npmUser": {
    "name": "scottcorgan",
    "email": "scottcorgan@gmail.com"
  },
  "_npmVersion": "2.14.14",
  "_phantomChildren": {},
  "_requested": {
    "raw": "tiny-emitter@1.0.2",
    "scope": null,
    "escapedName": "tiny-emitter",
    "name": "tiny-emitter",
    "rawSpec": "1.0.2",
    "spec": "1.0.2",
    "type": "version"
  },
  "_requiredBy": [
    "/mathjs"
  ],
  "_resolved": "http://registry.npmjs.org/tiny-emitter/-/tiny-emitter-1.0.2.tgz",
  "_shasum": "8e49470d3f55f89e247210368a6bb9fb51aa1601",
  "_shrinkwrap": null,
  "_spec": "tiny-emitter@1.0.2",
  "_where": "C:\\Data\\P\\factory-x\\transform\\node_modules\\mathjs",
  "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": {
    "shasum": "8e49470d3f55f89e247210368a6bb9fb51aa1601",
    "tarball": "https://registry.npmjs.org/tiny-emitter/-/tiny-emitter-1.0.2.tgz"
  },
  "gitHead": "cc88f1cd3a97258d9f81f44f1fb28f0d3e40fab4",
  "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"
  },
  "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": "1.0.2"
}
