twitst4tz

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

package.json (4125B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "negotiator@0.6.2",
      6         "scope": null,
      7         "escapedName": "negotiator",
      8         "name": "negotiator",
      9         "rawSpec": "0.6.2",
     10         "spec": "0.6.2",
     11         "type": "version"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/accepts"
     14     ]
     15   ],
     16   "_from": "negotiator@0.6.2",
     17   "_hasShrinkwrap": false,
     18   "_id": "negotiator@0.6.2",
     19   "_inCache": true,
     20   "_location": "/negotiator",
     21   "_nodeVersion": "8.16.0",
     22   "_npmOperationalInternal": {
     23     "host": "s3://npm-registry-packages",
     24     "tmp": "tmp/negotiator_0.6.2_1556584230489_0.2011163414894186"
     25   },
     26   "_npmUser": {
     27     "name": "dougwilson",
     28     "email": "doug@somethingdoug.com"
     29   },
     30   "_npmVersion": "6.4.1",
     31   "_phantomChildren": {},
     32   "_requested": {
     33     "raw": "negotiator@0.6.2",
     34     "scope": null,
     35     "escapedName": "negotiator",
     36     "name": "negotiator",
     37     "rawSpec": "0.6.2",
     38     "spec": "0.6.2",
     39     "type": "version"
     40   },
     41   "_requiredBy": [
     42     "/accepts"
     43   ],
     44   "_resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
     45   "_shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
     46   "_shrinkwrap": null,
     47   "_spec": "negotiator@0.6.2",
     48   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/accepts",
     49   "bugs": {
     50     "url": "https://github.com/jshttp/negotiator/issues"
     51   },
     52   "contributors": [
     53     {
     54       "name": "Douglas Christopher Wilson",
     55       "email": "doug@somethingdoug.com"
     56     },
     57     {
     58       "name": "Federico Romero",
     59       "email": "federico.romero@outboxlabs.com"
     60     },
     61     {
     62       "name": "Isaac Z. Schlueter",
     63       "email": "i@izs.me",
     64       "url": "http://blog.izs.me/"
     65     }
     66   ],
     67   "dependencies": {},
     68   "description": "HTTP content negotiation",
     69   "devDependencies": {
     70     "eslint": "5.16.0",
     71     "eslint-plugin-markdown": "1.0.0",
     72     "mocha": "6.1.4",
     73     "nyc": "14.0.0"
     74   },
     75   "directories": {},
     76   "dist": {
     77     "integrity": "sha512-hZXc7K2e+PgeI1eDBe/10Ard4ekbfrrqG8Ep+8Jmf4JID2bNg7NvCPOZN+kfF574pFQI7mum2AUqDidoKqcTOw==",
     78     "shasum": "feacf7ccf525a77ae9634436a64883ffeca346fb",
     79     "tarball": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.2.tgz",
     80     "fileCount": 9,
     81     "unpackedSize": 28102,
     82     "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcx5cnCRA9TVsSAnZWagAAP20P/0MCkOVbsy3QpadyxP2l\nfQaJNj3676xMnX1jvmbttyR2pejPTOeACkojxti4dkza3VoK5i0P2vxXVjjC\nFTS+joLUaqyS/urJFhQOxICR37l1s849MnXrwV/+mIo7kytMelYJcTbPj3ov\np6OYauZfzPlnFP3zxBYaPmIOKSILILVoVGPSwkRrJlgJUgdqzaMKSUTfTCzq\nELh0wT834veFEnFIeu84Z4NWf6QPrWLwO8Fi6clDpTc0TYJl4xi0cEo9euSB\nQdKVK2gwPCLq6vV3TZoPHCs4/8XLX9zSZLqrAeiK6gC8rrJiGIEFTVLgUXIc\nDb7bKpcOlpvRBBGwtoa0crIGWEFZ5HCTLeDL3ZyfafZ6XqTYeOrYUpvmhv+A\nU6abBAxcE2FGdWkYuSMrbSU1KplzubcLEthVfVilREcQl7V/INK1rRzC/YPb\nlvXd0VqHH+JzsIqe5okX6prnQmKJ6I9Xtu2y7/ocI1WkikaU3bFjbIwke40w\nLTjqvSGCmc9End3k50XOG/AwhitANuOMugJ8iYwn1DwT995tj6IW8Am+C2gR\n0lceIeUnOq5VxtDYN/q2rfVg/cHcr9srAnPdGp4dwcSLTwWX9/vDKB6piasF\nZnYHmofBFT2ensRv1qYU4nlDZPULH5T+rPFVhZgGUCpJzzc2wAMTpFcQixQ3\nCEXq\r\n=qmZ/\r\n-----END PGP SIGNATURE-----\r\n"
     83   },
     84   "engines": {
     85     "node": ">= 0.6"
     86   },
     87   "gitHead": "99f418e11907b60e63f0addc09fc596ddc7be5be",
     88   "homepage": "https://github.com/jshttp/negotiator#readme",
     89   "keywords": [
     90     "http",
     91     "content negotiation",
     92     "accept",
     93     "accept-language",
     94     "accept-encoding",
     95     "accept-charset"
     96   ],
     97   "license": "MIT",
     98   "maintainers": [
     99     {
    100       "name": "dougwilson",
    101       "email": "doug@somethingdoug.com"
    102     },
    103     {
    104       "name": "jongleberry",
    105       "email": "jonathanrichardong@gmail.com"
    106     }
    107   ],
    108   "name": "negotiator",
    109   "optionalDependencies": {},
    110   "readme": "ERROR: No README data found!",
    111   "repository": {
    112     "type": "git",
    113     "url": "git+https://github.com/jshttp/negotiator.git"
    114   },
    115   "scripts": {
    116     "lint": "eslint --plugin markdown --ext js,md .",
    117     "test": "mocha --reporter spec --check-leaks --bail test/",
    118     "test-cov": "nyc --reporter=html --reporter=text npm test",
    119     "test-travis": "nyc --reporter=text npm test"
    120   },
    121   "version": "0.6.2"
    122 }