twitst4tz

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

package.json (2491B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "ms@2.0.0",
      6         "scope": null,
      7         "escapedName": "ms",
      8         "name": "ms",
      9         "rawSpec": "2.0.0",
     10         "spec": "2.0.0",
     11         "type": "version"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/debug"
     14     ]
     15   ],
     16   "_from": "ms@2.0.0",
     17   "_id": "ms@2.0.0",
     18   "_inCache": true,
     19   "_location": "/ms",
     20   "_nodeVersion": "7.8.0",
     21   "_npmOperationalInternal": {
     22     "host": "packages-18-east.internal.npmjs.com",
     23     "tmp": "tmp/ms-2.0.0.tgz_1494937565215_0.34005374647676945"
     24   },
     25   "_npmUser": {
     26     "name": "leo",
     27     "email": "leo@zeit.co"
     28   },
     29   "_npmVersion": "4.2.0",
     30   "_phantomChildren": {},
     31   "_requested": {
     32     "raw": "ms@2.0.0",
     33     "scope": null,
     34     "escapedName": "ms",
     35     "name": "ms",
     36     "rawSpec": "2.0.0",
     37     "spec": "2.0.0",
     38     "type": "version"
     39   },
     40   "_requiredBy": [
     41     "/debug"
     42   ],
     43   "_resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
     44   "_shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
     45   "_shrinkwrap": null,
     46   "_spec": "ms@2.0.0",
     47   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/debug",
     48   "bugs": {
     49     "url": "https://github.com/zeit/ms/issues"
     50   },
     51   "dependencies": {},
     52   "description": "Tiny milisecond conversion utility",
     53   "devDependencies": {
     54     "eslint": "3.19.0",
     55     "expect.js": "0.3.1",
     56     "husky": "0.13.3",
     57     "lint-staged": "3.4.1",
     58     "mocha": "3.4.1"
     59   },
     60   "directories": {},
     61   "dist": {
     62     "shasum": "5608aeadfc00be6c2901df5f9861788de0d597c8",
     63     "tarball": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz"
     64   },
     65   "eslintConfig": {
     66     "extends": "eslint:recommended",
     67     "env": {
     68       "node": true,
     69       "es6": true
     70     }
     71   },
     72   "files": [
     73     "index.js"
     74   ],
     75   "gitHead": "9b88d1568a52ec9bb67ecc8d2aa224fa38fd41f4",
     76   "homepage": "https://github.com/zeit/ms#readme",
     77   "license": "MIT",
     78   "lint-staged": {
     79     "*.js": [
     80       "npm run lint",
     81       "prettier --single-quote --write",
     82       "git add"
     83     ]
     84   },
     85   "main": "./index",
     86   "maintainers": [
     87     {
     88       "name": "leo",
     89       "email": "leo@zeit.co"
     90     },
     91     {
     92       "name": "rauchg",
     93       "email": "rauchg@gmail.com"
     94     }
     95   ],
     96   "name": "ms",
     97   "optionalDependencies": {},
     98   "readme": "ERROR: No README data found!",
     99   "repository": {
    100     "type": "git",
    101     "url": "git+https://github.com/zeit/ms.git"
    102   },
    103   "scripts": {
    104     "lint": "eslint lib/* bin/*",
    105     "precommit": "lint-staged",
    106     "test": "mocha tests.js"
    107   },
    108   "version": "2.0.0"
    109 }