twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

package.json (1544B)


      1 {
      2   "_from": "component-emitter@1.2.1",
      3   "_id": "component-emitter@1.2.1",
      4   "_inBundle": false,
      5   "_integrity": "sha1-E3kY1teCg/ffemt8WmPhQOaUJeY=",
      6   "_location": "/component-emitter",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "version",
     10     "registry": true,
     11     "raw": "component-emitter@1.2.1",
     12     "name": "component-emitter",
     13     "escapedName": "component-emitter",
     14     "rawSpec": "1.2.1",
     15     "saveSpec": null,
     16     "fetchSpec": "1.2.1"
     17   },
     18   "_requiredBy": [
     19     "/engine.io-client",
     20     "/socket.io-client",
     21     "/socket.io-client/socket.io-parser",
     22     "/socket.io-parser"
     23   ],
     24   "_resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz",
     25   "_shasum": "137918d6d78283f7df7a6b7c5a63e140e69425e6",
     26   "_spec": "component-emitter@1.2.1",
     27   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/socket.io-client",
     28   "bugs": {
     29     "url": "https://github.com/component/emitter/issues"
     30   },
     31   "bundleDependencies": false,
     32   "component": {
     33     "scripts": {
     34       "emitter/index.js": "index.js"
     35     }
     36   },
     37   "deprecated": false,
     38   "description": "Event emitter",
     39   "devDependencies": {
     40     "mocha": "*",
     41     "should": "*"
     42   },
     43   "files": [
     44     "index.js",
     45     "LICENSE"
     46   ],
     47   "homepage": "https://github.com/component/emitter#readme",
     48   "license": "MIT",
     49   "main": "index.js",
     50   "name": "component-emitter",
     51   "repository": {
     52     "type": "git",
     53     "url": "git+https://github.com/component/emitter.git"
     54   },
     55   "scripts": {
     56     "test": "make test"
     57   },
     58   "version": "1.2.1"
     59 }