{ "_args": [ [ "connect@^3.6.5", "/home/bernhard/freifunk-app/node_modules/react-native" ] ], "_from": "connect@>=3.6.5 <4.0.0", "_id": "connect@3.6.6", "_inCache": true, "_installable": true, "_location": "/connect", "_nodeVersion": "6.11.1", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/connect_3.6.6_1518673054852_0.6902448164088655" }, "_npmUser": { "email": "doug@somethingdoug.com", "name": "dougwilson" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "name": "connect", "raw": "connect@^3.6.5", "rawSpec": "^3.6.5", "scope": null, "spec": ">=3.6.5 <4.0.0", "type": "range" }, "_requiredBy": [ "/metro", "/react-native" ], "_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", "_shasum": "09eff6c55af7236e137135a72574858b6786f524", "_shrinkwrap": null, "_spec": "connect@^3.6.5", "_where": "/home/bernhard/freifunk-app/node_modules/react-native", "author": { "email": "tj@vision-media.ca", "name": "TJ Holowaychuk", "url": "http://tjholowaychuk.com" }, "bugs": { "url": "https://github.com/senchalabs/connect/issues" }, "contributors": [ { "name": "Douglas Christopher Wilson", "email": "doug@somethingdoug.com" }, { "name": "Jonathan Ong", "email": "me@jongleberry.com" }, { "name": "Tim Caswell", "email": "tim@creationix.com" } ], "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.0", "parseurl": "~1.3.2", "utils-merge": "1.0.1" }, "description": "High performance middleware framework", "devDependencies": { "eslint": "2.13.1", "mocha": "3.5.3", "nyc": "10.3.2", "supertest": "2.0.0" }, "directories": {}, "dist": { "fileCount": 6, "shasum": "09eff6c55af7236e137135a72574858b6786f524", "tarball": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", "unpackedSize": 94909 }, "engines": { "node": ">= 0.10.0" }, "files": [ "HISTORY.md", "LICENSE", "README.md", "SECURITY.md", "index.js" ], "gitHead": "9a1e23ba16257462014470df61ed2d8a507399b8", "homepage": "https://github.com/senchalabs/connect#readme", "keywords": [ "connect", "framework", "middleware", "rack", "web" ], "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "tjholowaychuk", "email": "tj@vision-media.ca" } ], "name": "connect", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/senchalabs/connect.git" }, "scripts": { "lint": "eslint .", "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/", "test-cov": "nyc --reporter=text npm test", "test-travis": "nyc --reporter=html --reporter=text npm test" }, "version": "3.6.6" }