Bones/node_modules/connect/package.json

124 lines
3.1 KiB
JSON
Raw Normal View History

2017-05-17 13:45:25 -04:00
{
"_args": [
[
"connect@3.5.0",
"C:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\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": {
"email": "doug@somethingdoug.com",
"name": "dougwilson"
},
"_npmVersion": "1.4.28",
"_phantomChildren": {},
"_requested": {
"name": "connect",
"raw": "connect@3.5.0",
"rawSpec": "3.5.0",
"scope": null,
"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:\\Users\\x2mjbyrn\\Source\\Repos\\Skeleton\\node_modules\\browser-sync",
"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.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": [
"History.md",
"LICENSE",
"Readme.md",
"index.js"
],
"gitHead": "fe531d92a4064e8e41ecb02863eaeda7d628439d",
"homepage": "https://github.com/senchalabs/connect",
"installable": true,
"keywords": [
"connect",
"framework",
"middleware",
"rack",
"web"
],
"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": {},
"repository": {
"type": "git",
"url": "https://github.com/senchalabs/connect"
},
"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"
}