twitst4tz

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

package.json (3059B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "depd@~1.1.2",
      6         "scope": null,
      7         "escapedName": "depd",
      8         "name": "depd",
      9         "rawSpec": "~1.1.2",
     10         "spec": ">=1.1.2 <1.2.0",
     11         "type": "range"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express"
     14     ]
     15   ],
     16   "_from": "depd@>=1.1.2 <1.2.0",
     17   "_id": "depd@1.1.2",
     18   "_inCache": true,
     19   "_location": "/depd",
     20   "_nodeVersion": "6.11.1",
     21   "_npmOperationalInternal": {
     22     "host": "s3://npm-registry-packages",
     23     "tmp": "tmp/depd-1.1.2.tgz_1515736023686_0.5012104702182114"
     24   },
     25   "_npmUser": {
     26     "name": "dougwilson",
     27     "email": "doug@somethingdoug.com"
     28   },
     29   "_npmVersion": "3.10.10",
     30   "_phantomChildren": {},
     31   "_requested": {
     32     "raw": "depd@~1.1.2",
     33     "scope": null,
     34     "escapedName": "depd",
     35     "name": "depd",
     36     "rawSpec": "~1.1.2",
     37     "spec": ">=1.1.2 <1.2.0",
     38     "type": "range"
     39   },
     40   "_requiredBy": [
     41     "/body-parser",
     42     "/express",
     43     "/http-errors",
     44     "/send"
     45   ],
     46   "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
     47   "_shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
     48   "_shrinkwrap": null,
     49   "_spec": "depd@~1.1.2",
     50   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express",
     51   "author": {
     52     "name": "Douglas Christopher Wilson",
     53     "email": "doug@somethingdoug.com"
     54   },
     55   "browser": "lib/browser/index.js",
     56   "bugs": {
     57     "url": "https://github.com/dougwilson/nodejs-depd/issues"
     58   },
     59   "dependencies": {},
     60   "description": "Deprecate all the things",
     61   "devDependencies": {
     62     "beautify-benchmark": "0.2.4",
     63     "benchmark": "2.1.4",
     64     "eslint": "3.19.0",
     65     "eslint-config-standard": "7.1.0",
     66     "eslint-plugin-markdown": "1.0.0-beta.7",
     67     "eslint-plugin-promise": "3.6.0",
     68     "eslint-plugin-standard": "3.0.1",
     69     "istanbul": "0.4.5",
     70     "mocha": "~1.21.5"
     71   },
     72   "directories": {},
     73   "dist": {
     74     "shasum": "9bcd52e14c097763e749b274c4346ed2e560b5a9",
     75     "tarball": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz"
     76   },
     77   "engines": {
     78     "node": ">= 0.6"
     79   },
     80   "files": [
     81     "lib/",
     82     "History.md",
     83     "LICENSE",
     84     "index.js",
     85     "Readme.md"
     86   ],
     87   "gitHead": "9a789740084d4f07a3a611432435ae4671f722ff",
     88   "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
     89   "keywords": [
     90     "deprecate",
     91     "deprecated"
     92   ],
     93   "license": "MIT",
     94   "maintainers": [
     95     {
     96       "name": "dougwilson",
     97       "email": "doug@somethingdoug.com"
     98     }
     99   ],
    100   "name": "depd",
    101   "optionalDependencies": {},
    102   "readme": "ERROR: No README data found!",
    103   "repository": {
    104     "type": "git",
    105     "url": "git+https://github.com/dougwilson/nodejs-depd.git"
    106   },
    107   "scripts": {
    108     "bench": "node benchmark/index.js",
    109     "lint": "eslint --plugin markdown --ext js,md .",
    110     "test": "mocha --reporter spec --bail test/",
    111     "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
    112     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
    113   },
    114   "version": "1.1.2"
    115 }