twitst4tz

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

package.json (1544B)


      1 {
      2   "_from": "core-util-is@1.0.2",
      3   "_id": "core-util-is@1.0.2",
      4   "_inBundle": false,
      5   "_integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
      6   "_location": "/core-util-is",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "version",
     10     "registry": true,
     11     "raw": "core-util-is@1.0.2",
     12     "name": "core-util-is",
     13     "escapedName": "core-util-is",
     14     "rawSpec": "1.0.2",
     15     "saveSpec": null,
     16     "fetchSpec": "1.0.2"
     17   },
     18   "_requiredBy": [
     19     "/verror"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
     22   "_shasum": "b5fd54220aa2bc5ab57aab7140c940754503c1a7",
     23   "_spec": "core-util-is@1.0.2",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/verror",
     25   "author": {
     26     "name": "Isaac Z. Schlueter",
     27     "email": "i@izs.me",
     28     "url": "http://blog.izs.me/"
     29   },
     30   "bugs": {
     31     "url": "https://github.com/isaacs/core-util-is/issues"
     32   },
     33   "bundleDependencies": false,
     34   "deprecated": false,
     35   "description": "The `util.is*` functions introduced in Node v0.12.",
     36   "devDependencies": {
     37     "tap": "^2.3.0"
     38   },
     39   "homepage": "https://github.com/isaacs/core-util-is#readme",
     40   "keywords": [
     41     "util",
     42     "isBuffer",
     43     "isArray",
     44     "isNumber",
     45     "isString",
     46     "isRegExp",
     47     "isThis",
     48     "isThat",
     49     "polyfill"
     50   ],
     51   "license": "MIT",
     52   "main": "lib/util.js",
     53   "name": "core-util-is",
     54   "repository": {
     55     "type": "git",
     56     "url": "git://github.com/isaacs/core-util-is.git"
     57   },
     58   "scripts": {
     59     "test": "tap test.js"
     60   },
     61   "version": "1.0.2"
     62 }