twitst4tz

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

package.json (7120B)


      1 {
      2   "_args": [
      3     [
      4       "ms@^2.1.1",
      5       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/socket.io-parser/node_modules/debug"
      6     ],
      7     [
      8       "ms@^2.1.1",
      9       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/socket.io/node_modules/debug"
     10     ]
     11   ],
     12   "_from": "ms@>=2.1.1 <3.0.0",
     13   "_hasShrinkwrap": false,
     14   "_id": "ms@2.1.2",
     15   "_inCache": true,
     16   "_installable": true,
     17   "_location": "/socket.io-parser/ms",
     18   "_nodeVersion": "10.15.3",
     19   "_npmOperationalInternal": {
     20     "host": "s3://npm-registry-packages",
     21     "tmp": "tmp/ms_2.1.2_1559842315767_0.4700607530567853"
     22   },
     23   "_npmUser": {
     24     "email": "steven@ceriously.com",
     25     "name": "styfle"
     26   },
     27   "_npmVersion": "6.4.1",
     28   "_phantomChildren": {},
     29   "_requested": {
     30     "name": "ms",
     31     "raw": "ms@^2.1.1",
     32     "rawSpec": "^2.1.1",
     33     "scope": null,
     34     "spec": ">=2.1.1 <3.0.0",
     35     "type": "range"
     36   },
     37   "_requiredBy": [
     38     "/socket.io-parser/debug"
     39   ],
     40   "_shrinkwrap": null,
     41   "_spec": "ms@^2.1.1",
     42   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/socket.io-parser/node_modules/debug",
     43   "bugs": {
     44     "url": "https://github.com/zeit/ms/issues"
     45   },
     46   "dependencies": {},
     47   "description": "Tiny millisecond conversion utility",
     48   "devDependencies": {
     49     "eslint": "4.12.1",
     50     "expect.js": "0.3.1",
     51     "husky": "0.14.3",
     52     "lint-staged": "5.0.0",
     53     "mocha": "4.0.1"
     54   },
     55   "directories": {},
     56   "dist": {
     57     "fileCount": 4,
     58     "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
     59     "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJc+U4MCRA9TVsSAnZWagAA71AP/2rpu0zYdK5Z/BXrrKNW\nljsVOs4oHNJ2jeZrzpcV8eZUZ6zAi78plyxcnMCbbG+TrpjXrPcb8qFq630G\nS6+srbEF0lCGCc+ktJrNJPTeXkDxukQXVrepgZ2kxZ4m3q/QIAVoK4t9ebuH\nNYa+39wwET9oPuPsk+YY0Z7fQ1vadyuzHYOrRmtudV3ZtyT0k74Ec3IhKamW\nlLDJtCklD7IGcwirrvPssxmYu8WP+PAyFnrVaOW+iior1o07oWO2mk7sk3Fx\nwBSBFf7vZqFJP6Qg1m3TVBAiipL+Pf+b3Dy8fhmn4NhTGj/9Wl7f/LcqogOV\nV9l77qsZldCERBwmwLsHlMyCSSl/b2qaz28ZBTRwHtHdo19QT6MqX8Yvomy4\n+gyPBBAHC6bqqLZ0veRKzSNFfJYoFw8tQzyjSjpmYcdxaB5w4z4QPZAkZCku\ns+sooI5Xo33E9rcEDWmyqxdUud+Au/fTttg0dReYe8NVrUgzyk4T1W+D7I4k\nu3XV7O9bOaJiBTNsb22lGIC6E/HtjfoqW7iwl0cdZ8iZcPTBClkzsy9Hz6a4\nmNKDARFL0wjzWF/CoXyKcI6t9ruOepTQRfbAtZDAo4LEYj/bGiqm2kbX5AP6\nicCOlufTNip74l2bXv2sJNwtjGzEYF/S79Oyc49IP/ovIua4quXXtSjAh8Bg\nLrV/\r\n=GrYx\r\n-----END PGP SIGNATURE-----\r\n",
     60     "shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
     61     "tarball": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
     62     "unpackedSize": 6842
     63   },
     64   "eslintConfig": {
     65     "env": {
     66       "es6": true,
     67       "node": true
     68     },
     69     "extends": "eslint:recommended"
     70   },
     71   "gitHead": "7920885eb232fbe7a5efdab956d3e7c507c92ddf",
     72   "homepage": "https://github.com/zeit/ms#readme",
     73   "license": "MIT",
     74   "lint-staged": {
     75     "*.js": [
     76       "git add",
     77       "npm run lint",
     78       "prettier --single-quote --write"
     79     ]
     80   },
     81   "main": "./index",
     82   "maintainers": [
     83     {
     84       "name": "lucleray",
     85       "email": "luc.leray@gmail.com"
     86     },
     87     {
     88       "name": "alexaltea",
     89       "email": "alexandro@phi.nz"
     90     },
     91     {
     92       "name": "andybitz",
     93       "email": "artzbitz@gmail.com"
     94     },
     95     {
     96       "name": "arunoda",
     97       "email": "arunoda.susiripala@gmail.com"
     98     },
     99     {
    100       "name": "arzafran",
    101       "email": "franco@basement.studio"
    102     },
    103     {
    104       "name": "atcastle",
    105       "email": "atcastle@gmail.com"
    106     },
    107     {
    108       "name": "b3nnyl",
    109       "email": "ciao@sylin.me"
    110     },
    111     {
    112       "name": "caarlos0",
    113       "email": "caarlos0@gmail.com"
    114     },
    115     {
    116       "name": "codetheory",
    117       "email": "thecodetheory@gmail.com"
    118     },
    119     {
    120       "name": "coetry",
    121       "email": "allenhai03@gmail.com"
    122     },
    123     {
    124       "name": "dav-is",
    125       "email": "mail@connordav.is"
    126     },
    127     {
    128       "name": "fivepointseven",
    129       "email": "fivepointseven@icloud.com"
    130     },
    131     {
    132       "name": "guybedford",
    133       "email": "guybedford@gmail.com"
    134     },
    135     {
    136       "name": "hharnisc",
    137       "email": "hharnisc@gmail.com"
    138     },
    139     {
    140       "name": "huvik",
    141       "email": "lukas@huvar.cz"
    142     },
    143     {
    144       "name": "iamevilrabbit",
    145       "email": "hello@evilrabb.it"
    146     },
    147     {
    148       "name": "igorklopov",
    149       "email": "igor@klopov.com"
    150     },
    151     {
    152       "name": "ijjk",
    153       "email": "jj@jjsweb.site"
    154     },
    155     {
    156       "name": "janicklas-ralph",
    157       "email": "janicklasralph036@gmail.com"
    158     },
    159     {
    160       "name": "javivelasco",
    161       "email": "javier.velasco86@gmail.com"
    162     },
    163     {
    164       "name": "joecohens",
    165       "email": "joecohenr@gmail.com"
    166     },
    167     {
    168       "name": "juancampa",
    169       "email": "juancampa@gmail.com"
    170     },
    171     {
    172       "name": "leo",
    173       "email": "leo@zeit.co"
    174     },
    175     {
    176       "name": "lfades",
    177       "email": "luisito453@gmail.com"
    178     },
    179     {
    180       "name": "anatrajkovska",
    181       "email": "ana.trajkovska2015@gmail.com"
    182     },
    183     {
    184       "name": "manovotny",
    185       "email": "manovotny@gmail.com"
    186     },
    187     {
    188       "name": "marcosnils",
    189       "email": "marcosnils@gmail.com"
    190     },
    191     {
    192       "name": "matheuss",
    193       "email": "me@matheus.top"
    194     },
    195     {
    196       "name": "mfix22",
    197       "email": "mrfix84@gmail.com"
    198     },
    199     {
    200       "name": "mglagola",
    201       "email": "mark.glagola@gmail.com"
    202     },
    203     {
    204       "name": "msweeneydev",
    205       "email": "mail@msweeneydev.com"
    206     },
    207     {
    208       "name": "nkzawa",
    209       "email": "naoyuki.kanezawa@gmail.com"
    210     },
    211     {
    212       "name": "olliv",
    213       "email": "olli@zeit.co"
    214     },
    215     {
    216       "name": "paco",
    217       "email": "pvco.coursey@gmail.com"
    218     },
    219     {
    220       "name": "paulogdm",
    221       "email": "paulogdemitri@gmail.com"
    222     },
    223     {
    224       "name": "quietshu",
    225       "email": "ds303077135@gmail.com"
    226     },
    227     {
    228       "name": "rabaut",
    229       "email": "rabautse@gmail.com"
    230     },
    231     {
    232       "name": "ragojose",
    233       "email": "ragojosefrancisco@gmail.com"
    234     },
    235     {
    236       "name": "rauchg",
    237       "email": "rauchg@gmail.com"
    238     },
    239     {
    240       "name": "sarupbanskota",
    241       "email": "sbanskota08@gmail.com"
    242     },
    243     {
    244       "name": "skllcrn",
    245       "email": "skllcrn@zeit.co"
    246     },
    247     {
    248       "name": "sophearak",
    249       "email": "t.sophearak@gmail.com"
    250     },
    251     {
    252       "name": "styfle",
    253       "email": "steven@ceriously.com"
    254     },
    255     {
    256       "name": "timer",
    257       "email": "timer150@gmail.com"
    258     },
    259     {
    260       "name": "timneutkens",
    261       "email": "tim@timneutkens.nl"
    262     },
    263     {
    264       "name": "tootallnate",
    265       "email": "nathan@tootallnate.net"
    266     },
    267     {
    268       "name": "umegaya",
    269       "email": "iyatomi@gmail.com"
    270     },
    271     {
    272       "name": "williamli",
    273       "email": "williamli@bbi.io"
    274     },
    275     {
    276       "name": "zeit-bot",
    277       "email": "team@zeit.co"
    278     }
    279   ],
    280   "name": "ms",
    281   "optionalDependencies": {},
    282   "readme": "ERROR: No README data found!",
    283   "repository": {
    284     "type": "git",
    285     "url": "git+https://github.com/zeit/ms.git"
    286   },
    287   "scripts": {
    288     "lint": "eslint lib/* bin/*",
    289     "precommit": "lint-staged",
    290     "test": "mocha tests.js"
    291   },
    292   "version": "2.1.2"
    293 }