twitst4tz

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

package.json (1505B)


      1 {
      2   "_from": "is-typedarray@~1.0.0",
      3   "_id": "is-typedarray@1.0.0",
      4   "_inBundle": false,
      5   "_integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
      6   "_location": "/is-typedarray",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "is-typedarray@~1.0.0",
     12     "name": "is-typedarray",
     13     "escapedName": "is-typedarray",
     14     "rawSpec": "~1.0.0",
     15     "saveSpec": null,
     16     "fetchSpec": "~1.0.0"
     17   },
     18   "_requiredBy": [
     19     "/request"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
     22   "_shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
     23   "_spec": "is-typedarray@~1.0.0",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/request",
     25   "author": {
     26     "name": "Hugh Kennedy",
     27     "email": "hughskennedy@gmail.com",
     28     "url": "http://hughsk.io/"
     29   },
     30   "bugs": {
     31     "url": "https://github.com/hughsk/is-typedarray/issues"
     32   },
     33   "bundleDependencies": false,
     34   "dependencies": {},
     35   "deprecated": false,
     36   "description": "Detect whether or not an object is a Typed Array",
     37   "devDependencies": {
     38     "tape": "^2.13.1"
     39   },
     40   "homepage": "https://github.com/hughsk/is-typedarray",
     41   "keywords": [
     42     "typed",
     43     "array",
     44     "detect",
     45     "is",
     46     "util"
     47   ],
     48   "license": "MIT",
     49   "main": "index.js",
     50   "name": "is-typedarray",
     51   "repository": {
     52     "type": "git",
     53     "url": "git://github.com/hughsk/is-typedarray.git"
     54   },
     55   "scripts": {
     56     "test": "node test"
     57   },
     58   "version": "1.0.0"
     59 }