twitst4tz

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

package.json (3090B)


      1 {
      2   "_args": [
      3     [
      4       {
      5         "raw": "encodeurl@~1.0.2",
      6         "scope": null,
      7         "escapedName": "encodeurl",
      8         "name": "encodeurl",
      9         "rawSpec": "~1.0.2",
     10         "spec": ">=1.0.2 <1.1.0",
     11         "type": "range"
     12       },
     13       "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express"
     14     ]
     15   ],
     16   "_from": "encodeurl@>=1.0.2 <1.1.0",
     17   "_id": "encodeurl@1.0.2",
     18   "_inCache": true,
     19   "_location": "/encodeurl",
     20   "_nodeVersion": "6.11.1",
     21   "_npmOperationalInternal": {
     22     "host": "s3://npm-registry-packages",
     23     "tmp": "tmp/encodeurl-1.0.2.tgz_1516591169672_0.5424360500182956"
     24   },
     25   "_npmUser": {
     26     "name": "dougwilson",
     27     "email": "doug@somethingdoug.com"
     28   },
     29   "_npmVersion": "3.10.10",
     30   "_phantomChildren": {},
     31   "_requested": {
     32     "raw": "encodeurl@~1.0.2",
     33     "scope": null,
     34     "escapedName": "encodeurl",
     35     "name": "encodeurl",
     36     "rawSpec": "~1.0.2",
     37     "spec": ">=1.0.2 <1.1.0",
     38     "type": "range"
     39   },
     40   "_requiredBy": [
     41     "/express",
     42     "/finalhandler",
     43     "/send",
     44     "/serve-static"
     45   ],
     46   "_resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz",
     47   "_shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
     48   "_shrinkwrap": null,
     49   "_spec": "encodeurl@~1.0.2",
     50   "_where": "/home/hide4/Documents/Javascript/TwitWebGraph/node_modules/express",
     51   "bugs": {
     52     "url": "https://github.com/pillarjs/encodeurl/issues"
     53   },
     54   "contributors": [
     55     {
     56       "name": "Douglas Christopher Wilson",
     57       "email": "doug@somethingdoug.com"
     58     }
     59   ],
     60   "dependencies": {},
     61   "description": "Encode a URL to a percent-encoded form, excluding already-encoded sequences",
     62   "devDependencies": {
     63     "eslint": "3.19.0",
     64     "eslint-config-standard": "10.2.1",
     65     "eslint-plugin-import": "2.8.0",
     66     "eslint-plugin-node": "5.2.1",
     67     "eslint-plugin-promise": "3.6.0",
     68     "eslint-plugin-standard": "3.0.1",
     69     "istanbul": "0.4.5",
     70     "mocha": "2.5.3"
     71   },
     72   "directories": {},
     73   "dist": {
     74     "shasum": "ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59",
     75     "tarball": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz"
     76   },
     77   "engines": {
     78     "node": ">= 0.8"
     79   },
     80   "files": [
     81     "LICENSE",
     82     "HISTORY.md",
     83     "README.md",
     84     "index.js"
     85   ],
     86   "gitHead": "1a7301e330bf20fd7c8c173102315e45cd1f5d1e",
     87   "homepage": "https://github.com/pillarjs/encodeurl#readme",
     88   "keywords": [
     89     "encode",
     90     "encodeurl",
     91     "url"
     92   ],
     93   "license": "MIT",
     94   "maintainers": [
     95     {
     96       "name": "dougwilson",
     97       "email": "doug@somethingdoug.com"
     98     }
     99   ],
    100   "name": "encodeurl",
    101   "optionalDependencies": {},
    102   "readme": "ERROR: No README data found!",
    103   "repository": {
    104     "type": "git",
    105     "url": "git+https://github.com/pillarjs/encodeurl.git"
    106   },
    107   "scripts": {
    108     "lint": "eslint .",
    109     "test": "mocha --reporter spec --bail --check-leaks test/",
    110     "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    111     "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
    112   },
    113   "version": "1.0.2"
    114 }