twitst4tz

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

package.json (7084B)


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