twitst4tz

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

package.json (1702B)


      1 {
      2   "_from": "ms@^2.1.1",
      3   "_id": "ms@2.1.2",
      4   "_inBundle": false,
      5   "_integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==",
      6   "_location": "/engine.io-client/ms",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "ms@^2.1.1",
     12     "name": "ms",
     13     "escapedName": "ms",
     14     "rawSpec": "^2.1.1",
     15     "saveSpec": null,
     16     "fetchSpec": "^2.1.1"
     17   },
     18   "_requiredBy": [
     19     "/engine.io-client/debug"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz",
     22   "_shasum": "d09d1f357b443f493382a8eb3ccd183872ae6009",
     23   "_spec": "ms@^2.1.1",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/engine.io-client/node_modules/debug",
     25   "bugs": {
     26     "url": "https://github.com/zeit/ms/issues"
     27   },
     28   "bundleDependencies": false,
     29   "deprecated": false,
     30   "description": "Tiny millisecond conversion utility",
     31   "devDependencies": {
     32     "eslint": "4.12.1",
     33     "expect.js": "0.3.1",
     34     "husky": "0.14.3",
     35     "lint-staged": "5.0.0",
     36     "mocha": "4.0.1"
     37   },
     38   "eslintConfig": {
     39     "extends": "eslint:recommended",
     40     "env": {
     41       "node": true,
     42       "es6": true
     43     }
     44   },
     45   "files": [
     46     "index.js"
     47   ],
     48   "homepage": "https://github.com/zeit/ms#readme",
     49   "license": "MIT",
     50   "lint-staged": {
     51     "*.js": [
     52       "npm run lint",
     53       "prettier --single-quote --write",
     54       "git add"
     55     ]
     56   },
     57   "main": "./index",
     58   "name": "ms",
     59   "repository": {
     60     "type": "git",
     61     "url": "git+https://github.com/zeit/ms.git"
     62   },
     63   "scripts": {
     64     "lint": "eslint lib/* bin/*",
     65     "precommit": "lint-staged",
     66     "test": "mocha tests.js"
     67   },
     68   "version": "2.1.2"
     69 }