twitst4tz

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

package.json (1450B)


      1 {
      2   "_from": "caseless@~0.12.0",
      3   "_id": "caseless@0.12.0",
      4   "_inBundle": false,
      5   "_integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
      6   "_location": "/caseless",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "caseless@~0.12.0",
     12     "name": "caseless",
     13     "escapedName": "caseless",
     14     "rawSpec": "~0.12.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~0.12.0"
     17   },
     18   "_requiredBy": [
     19     "/request"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
     22   "_shasum": "1b681c21ff84033c826543090689420d187151dc",
     23   "_spec": "caseless@~0.12.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request",
     25   "author": {
     26     "name": "Mikeal Rogers",
     27     "email": "mikeal.rogers@gmail.com"
     28   },
     29   "bugs": {
     30     "url": "https://github.com/mikeal/caseless/issues"
     31   },
     32   "bundleDependencies": false,
     33   "deprecated": false,
     34   "description": "Caseless object set/get/has, very useful when working with HTTP headers.",
     35   "devDependencies": {
     36     "tape": "^2.10.2"
     37   },
     38   "homepage": "https://github.com/mikeal/caseless#readme",
     39   "keywords": [
     40     "headers",
     41     "http",
     42     "caseless"
     43   ],
     44   "license": "Apache-2.0",
     45   "main": "index.js",
     46   "name": "caseless",
     47   "repository": {
     48     "type": "git",
     49     "url": "git+https://github.com/mikeal/caseless.git"
     50   },
     51   "scripts": {
     52     "test": "node test.js"
     53   },
     54   "test": "node test.js",
     55   "version": "0.12.0"
     56 }