{ "_args": [ [ { "raw": "connect@3.5.0", "scope": null, "escapedName": "connect", "name": "connect", "rawSpec": "3.5.0", "spec": "3.5.0", "type": "version" }, "c:\\xampp\\htdocs\\laravel\\node_modules\\browser-sync" ] ], "_from": "connect@3.5.0", "_id": "connect@3.5.0", "_inCache": true, "_location": "/connect", "_npmOperationalInternal": { "host": "packages-12-west.internal.npmjs.com", "tmp": "tmp/connect-3.5.0.tgz_1473442301794_0.15655543538741767" }, "_npmUser": { "name": "dougwilson", "email": "doug@somethingdoug.com" }, "_npmVersion": "1.4.28", "_phantomChildren": {}, "_requested": { "raw": "connect@3.5.0", "scope": null, "escapedName": "connect", "name": "connect", "rawSpec": "3.5.0", "spec": "3.5.0", "type": "version" }, "_requiredBy": [ "/browser-sync" ], "_resolved": "https://registry.npmjs.org/connect/-/connect-3.5.0.tgz", "_shasum": "b357525a0b4c1f50599cd983e1d9efeea9677198", "_shrinkwrap": null, "_spec": "connect@3.5.0", "_where": "c:\\xampp\\htdocs\\laravel\\node_modules\\browser-sync", "author": { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca", "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.2.0", "finalhandler": "0.5.0", "parseurl": "~1.3.1", "utils-merge": "1.0.0" }, "description": "High performance middleware framework", "devDependencies": { "istanbul": "0.4.5", "mocha": "3.0.2", "supertest": "2.0.0" }, "directories": {}, "dist": { "shasum": "b357525a0b4c1f50599cd983e1d9efeea9677198", "tarball": "https://registry.npmjs.org/connect/-/connect-3.5.0.tgz" }, "engines": { "node": ">= 0.10.0" }, "files": [ "LICENSE", "History.md", "Readme.md", "index.js" ], "gitHead": "fe531d92a4064e8e41ecb02863eaeda7d628439d", "homepage": "https://github.com/senchalabs/connect", "keywords": [ "framework", "web", "middleware", "connect", "rack" ], "license": "MIT", "maintainers": [ { "name": "dougwilson", "email": "doug@somethingdoug.com" }, { "name": "jongleberry", "email": "jonathanrichardong@gmail.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": { "test": "mocha --require test/support/env --reporter spec --bail --check-leaks test/", "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --require test/support/env --reporter dot --check-leaks test/", "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --require test/support/env --reporter spec --check-leaks test/" }, "version": "3.5.0" }