ionic
Version:
A tool for creating and developing Ionic Framework mobile apps.
131 lines (130 loc) • 3.29 kB
JSON
{
"_args": [
[
{
"raw": "connect@3.1.1",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "3.1.1",
"spec": "3.1.1",
"type": "version"
},
"/home/jthoms1/Workspace/ionic-cli-v2/node_modules/ionic-app-lib"
]
],
"_from": "connect@3.1.1",
"_id": "connect@3.1.1",
"_inCache": true,
"_location": "/connect",
"_npmUser": {
"name": "dougwilson",
"email": "doug@somethingdoug.com"
},
"_npmVersion": "1.4.21",
"_phantomChildren": {
"debug": "1.0.4",
"escape-html": "1.0.1"
},
"_requested": {
"raw": "connect@3.1.1",
"scope": null,
"escapedName": "connect",
"name": "connect",
"rawSpec": "3.1.1",
"spec": "3.1.1",
"type": "version"
},
"_requiredBy": [
"/ionic-app-lib"
],
"_resolved": "https://registry.npmjs.org/connect/-/connect-3.1.1.tgz",
"_shasum": "a73e2449c3efc2dfd1661865977a09184d120196",
"_shrinkwrap": null,
"_spec": "connect@3.1.1",
"_where": "/home/jthoms1/Workspace/ionic-cli-v2/node_modules/ionic-app-lib",
"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": "1.0.4",
"finalhandler": "0.1.0",
"parseurl": "~1.3.0",
"utils-merge": "1.0.0"
},
"description": "High performance middleware framework",
"devDependencies": {
"istanbul": "0.3.0",
"mocha": "~1.21.4",
"should": "~4.0.0",
"supertest": "~0.13.0"
},
"directories": {},
"dist": {
"shasum": "a73e2449c3efc2dfd1661865977a09184d120196",
"tarball": "https://registry.npmjs.org/connect/-/connect-3.1.1.tgz"
},
"engines": {
"node": ">= 0.10.0"
},
"gitHead": "03cdad0ba8aa0d8ad6398b62d988e13c58063e03",
"homepage": "https://github.com/senchalabs/connect",
"keywords": [
"framework",
"web",
"middleware",
"connect",
"rack"
],
"license": "MIT",
"maintainers": [
{
"name": "tjholowaychuk",
"email": "tj@vision-media.ca"
},
{
"name": "creationix",
"email": "tim@creationix.com"
},
{
"name": "jongleberry",
"email": "jonathanrichardong@gmail.com"
},
{
"name": "dougwilson",
"email": "doug@somethingdoug.com"
}
],
"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.1.1"
}