twitst4tz

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

package.json (4254B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "merge-descriptors@1.0.1",
      6         "scope": null,
      7         "escapedName": "merge-descriptors",
      8         "name": "merge-descriptors",
      9         "rawSpec": "1.0.1",
     10         "spec": "1.0.1",
     11         "type": "version"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express"
     14     ]
     15   ],
     16   "_from": "merge-descriptors@1.0.1",
     17   "_id": "merge-descriptors@1.0.1",
     18   "_inCache": true,
     19   "_location": "/merge-descriptors",
     20   "_npmUser": {
     21     "name": "dougwilson",
     22     "email": "doug@somethingdoug.com"
     23   },
     24   "_npmVersion": "1.4.28",
     25   "_phantomChildren": {},
     26   "_requested": {
     27     "raw": "merge-descriptors@1.0.1",
     28     "scope": null,
     29     "escapedName": "merge-descriptors",
     30     "name": "merge-descriptors",
     31     "rawSpec": "1.0.1",
     32     "spec": "1.0.1",
     33     "type": "version"
     34   },
     35   "_requiredBy": [
     36     "/express"
     37   ],
     38   "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
     39   "_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
     40   "_shrinkwrap": null,
     41   "_spec": "merge-descriptors@1.0.1",
     42   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express",
     43   "author": {
     44     "name": "Jonathan Ong",
     45     "email": "me@jongleberry.com",
     46     "url": "http://jongleberry.com"
     47   },
     48   "bugs": {
     49     "url": "https://github.com/component/merge-descriptors/issues"
     50   },
     51   "contributors": [
     52     {
     53       "name": "Douglas Christopher Wilson",
     54       "email": "doug@somethingdoug.com"
     55     },
     56     {
     57       "name": "Mike Grabowski",
     58       "email": "grabbou@gmail.com"
     59     }
     60   ],
     61   "dependencies": {},
     62   "description": "Merge objects using descriptors",
     63   "devDependencies": {
     64     "istanbul": "0.4.1",
     65     "mocha": "1.21.5"
     66   },
     67   "directories": {},
     68   "dist": {
     69     "shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
     70     "tarball": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
     71   },
     72   "files": [
     73     "HISTORY.md",
     74     "LICENSE",
     75     "README.md",
     76     "index.js"
     77   ],
     78   "gitHead": "f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2",
     79   "homepage": "https://github.com/component/merge-descriptors",
     80   "license": "MIT",
     81   "maintainers": [
     82     {
     83       "name": "anthonyshort",
     84       "email": "antshort@gmail.com"
     85     },
     86     {
     87       "name": "clintwood",
     88       "email": "clint@anotherway.co.za"
     89     },
     90     {
     91       "name": "dfcreative",
     92       "email": "df.creative@gmail.com"
     93     },
     94     {
     95       "name": "dominicbarnes",
     96       "email": "dominic@dbarnes.info"
     97     },
     98     {
     99       "name": "dougwilson",
    100       "email": "doug@somethingdoug.com"
    101     },
    102     {
    103       "name": "ianstormtaylor",
    104       "email": "ian@ianstormtaylor.com"
    105     },
    106     {
    107       "name": "jonathanong",
    108       "email": "jonathanrichardong@gmail.com"
    109     },
    110     {
    111       "name": "jongleberry",
    112       "email": "jonathanrichardong@gmail.com"
    113     },
    114     {
    115       "name": "juliangruber",
    116       "email": "julian@juliangruber.com"
    117     },
    118     {
    119       "name": "mattmueller",
    120       "email": "mattmuelle@gmail.com"
    121     },
    122     {
    123       "name": "queckezz",
    124       "email": "fabian.eichenberger@gmail.com"
    125     },
    126     {
    127       "name": "stephenmathieson",
    128       "email": "me@stephenmathieson.com"
    129     },
    130     {
    131       "name": "thehydroimpulse",
    132       "email": "dnfagnan@gmail.com"
    133     },
    134     {
    135       "name": "timaschew",
    136       "email": "timaschew@gmail.com"
    137     },
    138     {
    139       "name": "timoxley",
    140       "email": "secoif@gmail.com"
    141     },
    142     {
    143       "name": "tjholowaychuk",
    144       "email": "tj@vision-media.ca"
    145     },
    146     {
    147       "name": "tootallnate",
    148       "email": "nathan@tootallnate.net"
    149     },
    150     {
    151       "name": "trevorgerhardt",
    152       "email": "trevorgerhardt@gmail.com"
    153     },
    154     {
    155       "name": "yields",
    156       "email": "yields@icloud.com"
    157     }
    158   ],
    159   "name": "merge-descriptors",
    160   "optionalDependencies": {},
    161   "readme": "ERROR: No README data found!",
    162   "repository": {
    163     "type": "git",
    164     "url": "git+https://github.com/component/merge-descriptors.git"
    165   },
    166   "scripts": {
    167     "test": "mocha --reporter spec --bail --check-leaks test/",
    168     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/",
    169     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/"
    170   },
    171   "version": "1.0.1"
    172 }