twitst4tz

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

package.json (2853B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "mime@^1.3.4",
      6         "scope": null,
      7         "escapedName": "mime",
      8         "name": "mime",
      9         "rawSpec": "^1.3.4",
     10         "spec": ">=1.3.4 <2.0.0",
     11         "type": "range"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/twit"
     14     ]
     15   ],
     16   "_from": "mime@>=1.3.4 <2.0.0",
     17   "_id": "mime@1.6.0",
     18   "_inCache": true,
     19   "_location": "/mime",
     20   "_nodeVersion": "8.4.0",
     21   "_npmOperationalInternal": {
     22     "host": "s3://npm-registry-packages",
     23     "tmp": "tmp/mime-1.6.0.tgz_1511571198990_0.8219187778886408"
     24   },
     25   "_npmUser": {
     26     "name": "broofa",
     27     "email": "robert@broofa.com"
     28   },
     29   "_npmVersion": "5.3.0",
     30   "_phantomChildren": {},
     31   "_requested": {
     32     "raw": "mime@^1.3.4",
     33     "scope": null,
     34     "escapedName": "mime",
     35     "name": "mime",
     36     "rawSpec": "^1.3.4",
     37     "spec": ">=1.3.4 <2.0.0",
     38     "type": "range"
     39   },
     40   "_requiredBy": [
     41     "/twit"
     42   ],
     43   "_resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz",
     44   "_shasum": "32cd9e5c64553bd58d19a568af452acff04981b1",
     45   "_shrinkwrap": null,
     46   "_spec": "mime@^1.3.4",
     47   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/twit",
     48   "author": {
     49     "name": "Robert Kieffer",
     50     "email": "robert@broofa.com",
     51     "url": "http://github.com/broofa"
     52   },
     53   "bin": {
     54     "mime": "cli.js"
     55   },
     56   "bugs": {
     57     "url": "https://github.com/broofa/node-mime/issues"
     58   },
     59   "contributors": [
     60     {
     61       "name": "Benjamin Thomas",
     62       "email": "benjamin@benjaminthomas.org",
     63       "url": "http://github.com/bentomas"
     64     }
     65   ],
     66   "dependencies": {},
     67   "description": "A comprehensive library for mime-type mapping",
     68   "devDependencies": {
     69     "github-release-notes": "0.13.1",
     70     "mime-db": "1.31.0",
     71     "mime-score": "1.1.0"
     72   },
     73   "directories": {},
     74   "dist": {
     75     "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==",
     76     "shasum": "32cd9e5c64553bd58d19a568af452acff04981b1",
     77     "tarball": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz"
     78   },
     79   "engines": {
     80     "node": ">=4"
     81   },
     82   "gitHead": "87b396e859aad0cea0845e706613d333c2b0bfdc",
     83   "homepage": "https://github.com/broofa/node-mime#readme",
     84   "keywords": [
     85     "util",
     86     "mime"
     87   ],
     88   "license": "MIT",
     89   "main": "mime.js",
     90   "maintainers": [
     91     {
     92       "name": "broofa",
     93       "email": "robert@broofa.com"
     94     },
     95     {
     96       "name": "bentomas",
     97       "email": "benjamin@benjaminthomas.org"
     98     }
     99   ],
    100   "name": "mime",
    101   "optionalDependencies": {},
    102   "readme": "ERROR: No README data found!",
    103   "repository": {
    104     "url": "git+https://github.com/broofa/node-mime.git",
    105     "type": "git"
    106   },
    107   "scripts": {
    108     "changelog": "gren changelog --tags=all --generate --override",
    109     "prepare": "node src/build.js",
    110     "test": "node src/test.js"
    111   },
    112   "version": "1.6.0"
    113 }