You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
3.0 KiB
126 lines
3.0 KiB
{ |
|
"_args": [ |
|
[ |
|
"connect@3.6.6", |
|
"/Users/rdrew/themes/lmmi_journal_theme/node_modules/browser-sync" |
|
] |
|
], |
|
"_from": "connect@3.6.6", |
|
"_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.6", |
|
"rawSpec": "3.6.6", |
|
"scope": null, |
|
"spec": "3.6.6", |
|
"type": "version" |
|
}, |
|
"_requiredBy": [ |
|
"/browser-sync" |
|
], |
|
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.6.6.tgz", |
|
"_shasum": "09eff6c55af7236e137135a72574858b6786f524", |
|
"_shrinkwrap": null, |
|
"_spec": "connect@3.6.6", |
|
"_where": "/Users/rdrew/themes/lmmi_journal_theme/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": [ |
|
{ |
|
"email": "doug@somethingdoug.com", |
|
"name": "Douglas Christopher Wilson" |
|
}, |
|
{ |
|
"email": "me@jongleberry.com", |
|
"name": "Jonathan Ong" |
|
}, |
|
{ |
|
"email": "tim@creationix.com", |
|
"name": "Tim Caswell" |
|
} |
|
], |
|
"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": [ |
|
"LICENSE", |
|
"HISTORY.md", |
|
"README.md", |
|
"SECURITY.md", |
|
"index.js" |
|
], |
|
"gitHead": "9a1e23ba16257462014470df61ed2d8a507399b8", |
|
"homepage": "https://github.com/senchalabs/connect#readme", |
|
"keywords": [ |
|
"framework", |
|
"web", |
|
"middleware", |
|
"connect", |
|
"rack" |
|
], |
|
"license": "MIT", |
|
"maintainers": [ |
|
{ |
|
"email": "doug@somethingdoug.com", |
|
"name": "dougwilson" |
|
}, |
|
{ |
|
"email": "tj@vision-media.ca", |
|
"name": "tjholowaychuk" |
|
} |
|
], |
|
"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" |
|
}
|
|
|