Return-Path: X-Original-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-callback-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A08F39ED2 for ; Fri, 30 Mar 2012 13:43:41 +0000 (UTC) Received: (qmail 28731 invoked by uid 500); 30 Mar 2012 13:43:41 -0000 Delivered-To: apmail-incubator-callback-commits-archive@incubator.apache.org Received: (qmail 28671 invoked by uid 500); 30 Mar 2012 13:43:41 -0000 Mailing-List: contact callback-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: callback-dev@incubator.apache.org Delivered-To: mailing list callback-commits@incubator.apache.org Received: (qmail 28664 invoked by uid 99); 30 Mar 2012 13:43:41 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Mar 2012 13:43:41 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 7D39CA1B4; Fri, 30 Mar 2012 13:43:40 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: pmuellr@apache.org To: callback-commits@incubator.apache.org X-Mailer: ASF-Git Admin Mailer Subject: weinre commit: [CB-315] [weinre] generate valid Apache release artifact names Message-Id: <20120330134340.7D39CA1B4@tyr.zones.apache.org> Date: Fri, 30 Mar 2012 13:43:40 +0000 (UTC) Updated Branches: refs/heads/master 344f76450 -> 4318fe39f [CB-315] [weinre] generate valid Apache release artifact names - changed the way the archives are built, names, etc - updated a lot of the docs to reference those changes - added package.json files back to node_modules pre-reqs. This was a mistake in my .gitignore, because I want to exclude the package.json file I build 'live', but the gitignore rule was keeping the pre-req files from being stored! This may have eventually caused havoc when you try to later update the pre-reqs. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/commit/4318fe39 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/tree/4318fe39 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/diff/4318fe39 Branch: refs/heads/master Commit: 4318fe39f6fd4461029ae88a28dca98aaf53284f Parents: 344f764 Author: Patrick Mueller Authored: Fri Mar 30 09:37:02 2012 -0400 Committer: Patrick Mueller Committed: Fri Mar 30 09:37:02 2012 -0400 ---------------------------------------------------------------------- README.md | 82 +++--- weinre.build/build-dev.sh | 2 +- weinre.build/build.xml | 241 +++++++++++---- weinre.doc/Building.body.html | 23 ++- weinre.doc/ChangeLog.body.html | 2 +- weinre.doc/Home.body.html | 6 +- weinre.doc/Installing.body.html | 54 +++- weinre.doc/boilerplate-header.html.txt | 4 +- weinre.server/.gitignore | 2 +- .../lib/service/WeinreClientCommands.coffee | 3 + .../node_modules/coffee-script/package.json | 31 ++ .../connect/node_modules/formidable/package.json | 22 ++ .../express/node_modules/connect/package.json | 25 ++ .../express/node_modules/mime/package.json | 22 ++ .../express/node_modules/mkdirp/package.json | 23 ++ .../express/node_modules/qs/package.json | 16 + weinre.server/node_modules/express/package.json | 39 +++ .../node_modules/express/testing/foo/package.json | 9 + .../nopt/node_modules/abbrev/package.json | 8 + weinre.server/node_modules/nopt/package.json | 12 + weinre.server/node_modules/underscore/package.json | 10 + 21 files changed, 524 insertions(+), 112 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 5523b53..b13cada 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,9 @@ * under the License. --> -weinre is WEb INspector REmote. -Pronounced like the word "winery". -Or maybe like the word "weiner". +weinre is WEb INspector REmote. + +Pronounced like the word "winery". Or maybe like the word "weiner". Who knows, really. weinre is a debugger for web pages, @@ -28,8 +28,7 @@ except it's designed to work remotely, and in particular, to allow you debug web pages on a mobile device such as a phone. For more information on weinre: -[http://http://incubator.apache.org/callback/](http://incubator.apache.org/callback/) - +[http://http://incubator.apache.org/cordova/](http://incubator.apache.org/cordova/) weinre source ------------- @@ -49,24 +48,29 @@ that weinre uses, and holds the output of the build building weinre --------------- -The weinre build is currently run on a Mac OS X 10.7 laptop. It also runs on Apache -continuous integration servers running Linux. The build is not typically run on Windows, -so if you have problems with that, please log an issue. +The weinre build is currently run on a Mac OS X 10.7 laptop. It also runs on +Apache continuous integration servers running Linux. The build is not +typically run on Windows, so if you have problems with that, please log an +issue. The weinre build pre-req's the following tools: * node.js - [http://nodejs.org/](http://nodejs.org/) -* npm - should be shipped with node.js, on Linux may need to be installed as a separate -package * ant - [http://ant.apache.org/](http://ant.apache.org/) +To update the npm-based pre-reqs, you will also need: + +* npm - should be shipped with node.js, on Linux may need to be installed as a +separate package + Before doing a weinre build, you will need to create the file -`weinre.build/personal.properties`. Use the `sample.personal.properties` as a template. -The build should fail if this file is not available. +`weinre.build/personal.properties`. Use the `sample.personal.properties` as a +template. The build should fail if this file is not available. -To update the version label of weinre, edit the file `weinre.build/build.properties`. -If the version has a `-pre` suffix, this triggers the build to artifacts with -timestamped names. For an 'official' build, do not use the `-pre` suffix. +To update the version label of weinre, edit the file +`weinre.build/build.properties`. If the version has a `-pre` suffix, this +triggers the build to artifacts with timestamped names. For an 'official' +build, do not use the `-pre` suffix. There are two ways to build weinre: @@ -85,19 +89,19 @@ These will be stored in the `weinre.build/cached` directory. ### to perform the full build: ### * run: `cd weinre.build` -* run: `ant` +* run: `ant build-archives` -This will run the development build (see below), and then create zip archives of -the build in the `weinre.build/out/archives` directory. +This will run the development build (see below), and then create zip archives +of the build in the `weinre.build/out/archives` directory. ### to perform the development build: ### * run: `cd weinre.build` -* run: `ant build-dev` +* run: `ant` -This will populate a number of resources in the `weinre.server` directory, so that -you can run weinre directly from that directory for testing. It does not build -the archives. +This will populate a number of resources in the `weinre.server` directory, so +that you can run weinre directly from that directory for testing. It does not +build the archives. ### performing a clean build: ### @@ -108,43 +112,47 @@ the archives. ### to run the output of the development build: ### * run: `cd weinre.server` -* run: `node weinre [your flavorite options]` +* run: `./weinre [your flavorite options]` ### other fun development-time hacks ### If you have the [wr tool](https://github.com/pmuellr/wr) installed, there are -two `.wr` files available to run the two builds. If you run `wr` in the top-level -directory, a full build is performed when the source changes. If you run `wr` in the -`weinre.build` directory, a development-time build is performed. +two `.wr` files available to run the two builds. If you run `wr` in the +top-level directory, a full build is performed when the source changes. If you +run `wr` in the `weinre.build` directory, a development-time build is +performed. -The build is growl-enabled, so you can see a quick message when the build completes. +The build is growl-enabled, so you can see a quick message when the build +completes. The command `weinre.server/weinre-hot` makes use of [node-supervisor](https://github.com/isaacs/node-supervisor) to re-launch the weinre server generated by the development build, whenever a weinre build completes. -Putting this altogether, you can open two terminal windows, run `wr` in the `weinre.build` -directory to have a development build run whenever you change the source, and then run `weinre-hot` in the `weinre.server` directory to have the weinre server restart whenever a build completes, getting a growl notification at that time. +Putting this altogether, you can open two terminal windows, run `wr` in the +`weinre.build` directory to have a development build run whenever you change +the source, and then run `weinre-hot` in the `weinre.server` directory to have +the weinre server restart whenever a build completes, getting a growl +notification at that time. updating 3rd party libraries ----------------------------- -> **IMPORTANT** - All 3rd party libraries are stored in the SCM, so that the build does -require 3rd party packages to be downloaded. As such, these files need to be ok to -use and store in the SCM, given their licenses. -If you're adding or updating a 3rd party library, make -sure the license is acceptable, and add/update the license in the top-level `LICENSE` -file. +> **IMPORTANT** - All 3rd party libraries are stored in the SCM, so that the +build does not require 3rd party packages to be downloaded. As such, these +files need to be ok to use and store in the SCM, given their licenses. If +you're adding or updating a 3rd party library, make sure the license is +acceptable, and add/update the license in the top-level `LICENSE` file. -All of the 3rd party dependencies used with weinre are stored in one of two directories: +All of the 3rd party dependencies used with weinre are stored in one of two +directories: * `weinre.build/vendor` - contains libraries used in the client and/or target, as well as libraries used by the build itself * `weinre.server/node_modules` - contains npm packages used by the weinre.server - To update the files in `weinre.build/vendor`: * edit the file `weinre.build/vendor.properties` as appropriate http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.build/build-dev.sh ---------------------------------------------------------------------- diff --git a/weinre.build/build-dev.sh b/weinre.build/build-dev.sh index 2d8991f..70c9b7a 100755 --- a/weinre.build/build-dev.sh +++ b/weinre.build/build-dev.sh @@ -22,4 +22,4 @@ # this script builds enough of weinre to test at development time cd `dirname $0` -ant build-dev \ No newline at end of file +ant build \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.build/build.xml ---------------------------------------------------------------------- diff --git a/weinre.build/build.xml b/weinre.build/build.xml index f5305c3..f8eb457 100644 --- a/weinre.build/build.xml +++ b/weinre.build/build.xml @@ -17,7 +17,7 @@ * under the License. --> - + + + + + + - + - + + + + + - + + +ant targets available: + [default] - runs `build-help` + build - runs a development-time build + build-archives - runs `build-clean`, then builds archives + build-archives-ck - runs `build-archives`, then builds + checksum files + build-help - prints a line about available help, then + runs `build` + build-clean - runs `clean` then `build` + clean - removes transient build files + +the file `personal.properties` must be available in the same +directory as this ant file. Use the file +`sample.personal.properties` as a template. + +To update the weinre dependencies, use + ant -f update-vendor.xml + + - - - + + + + + + + - full ant build completed successfully + - + @@ -104,17 +141,44 @@ + + + + + + + + + + - - + + ${build-info-text} + + + git: ${git-log} + + @@ -153,21 +217,33 @@ - - - + + + + + + + - - - + + + + + + + - - - + + + + + + + @@ -363,7 +439,7 @@ - + @@ -371,75 +447,120 @@ - - - - - - - + + + + + + + + + + - - + + - - + + - - - - - - + + + + + + + + + + - - + + - - - - - - - - - + + + + - - - - + + + + - + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.doc/Building.body.html ---------------------------------------------------------------------- diff --git a/weinre.doc/Building.body.html b/weinre.doc/Building.body.html index 2425714..40e79a2 100644 --- a/weinre.doc/Building.body.html +++ b/weinre.doc/Building.body.html @@ -17,10 +17,27 @@ * under the License. --> -

The source repository for weinre is maintained at -Apache. +

The source repository for weinre is maintained at Apache. See the +archives information on the Installing +page for more information on downloading a source archive. + +

If you'd prefer to obtain the source via git, you can use one of the +following repos: + +

+ +

The Apache repo is the canonical repo. The url can be used in a web +browser, or as the argument of a git clone command. + +

The GitHub repo is a clone of the Apache repo, and automatically shadowed +at some regular interval. The url is the web view of the repo, from +which you can obtain a url to use with git clone.

See the file README.md in the top-most directory of the source distribution for more instructions on -how to perform a build. +how to perform a build. A markdown-processed version of the README file +is available on GitHub. http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.doc/ChangeLog.body.html ---------------------------------------------------------------------- diff --git a/weinre.doc/ChangeLog.body.html b/weinre.doc/ChangeLog.body.html index 37bca7c..ed24272 100644 --- a/weinre.doc/ChangeLog.body.html +++ b/weinre.doc/ChangeLog.body.html @@ -23,7 +23,7 @@

https://github.com/callback/callback-weinre/downloads -

2012/??/?? - version 1.7.0

+

2012/??/?? - version 2.0.0

    http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.doc/Home.body.html ---------------------------------------------------------------------- diff --git a/weinre.doc/Home.body.html b/weinre.doc/Home.body.html index fd0638a..075ebec 100644 --- a/weinre.doc/Home.body.html +++ b/weinre.doc/Home.body.html @@ -32,8 +32,10 @@ on a mobile device such as a phone.

    Interesting places to visit:
    - videos at YouTube: http://www.youtube.com/results?search_query=weinre -
    - this documentation at Apache: [TBD] -
    - source at GitHub: https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-weinre.git;a=summary +
    - this documentation at Apache: http://people.apache.org/~pmuellr/ [temporary] +
    - cloneable source at Apache: https://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre.git +
    - Apache repo cloned at GitHub: https://github.com/apache/incubator-cordova-weinre +
    - mailing lists at Apache: http://incubator.apache.org/cordova/#mailing-list (use callback-dev)
    - discussion at Google Group: http://groups.google.com/group/weinre
    http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.doc/Installing.body.html ---------------------------------------------------------------------- diff --git a/weinre.doc/Installing.body.html b/weinre.doc/Installing.body.html index c4854fc..cfd3195 100644 --- a/weinre.doc/Installing.body.html +++ b/weinre.doc/Installing.body.html @@ -17,14 +17,56 @@ * under the License. --> -

    weinre is shipped as an archive -available at -[TBD] +

    weinre is shipped as archives +available at Apache. -

      +

      To install weinre, download a bin release, unarchive +to wherever you'd wish. weinre is not +sensitive to the directory it's installed in, and does not +write to any files. -

    • weinre-node-x.y.z.zip +

      Releases

      +

      The distribution releases should be available at: + +

      + +

      The archive releases should be available at: + +

      + +

      Unofficial builds are available here: + +

      + +

      The archives available are: + +

        +
      • apache-cordova-weinre-{version}-bin.tar.gz +
      • apache-cordova-weinre-{version}-bin.zip +
      • apache-cordova-weinre-{version}-doc.tar.gz +
      • apache-cordova-weinre-{version}-doc.zip +
      • apache-cordova-weinre-{version}-src.tar.gz +
      • apache-cordova-weinre-{version}-src.zip
      -

      Unzip the archive wherever you wish. +

      The difference between the .tar.gz and .zip +archives is the archive format only. When expanded, both archives +produce the same files. + +

      The doc archives contain the stand-alone HTML documentation +

      The src archives contain the ready-to-rebuild source +

      The bin archives contain the ready-to-run binaries + +

      If the {version} contains a moniker like pre, this +is indicative of a non-final release. http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.doc/boilerplate-header.html.txt ---------------------------------------------------------------------- diff --git a/weinre.doc/boilerplate-header.html.txt b/weinre.doc/boilerplate-header.html.txt index 8e4039a..e93d93b 100644 --- a/weinre.doc/boilerplate-header.html.txt +++ b/weinre.doc/boilerplate-header.html.txt @@ -28,7 +28,9 @@ -

      +

      weinre - @PAGE_NAME@

      http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/.gitignore ---------------------------------------------------------------------- diff --git a/weinre.server/.gitignore b/weinre.server/.gitignore index 9c2a02a..052dbe5 100644 --- a/weinre.server/.gitignore +++ b/weinre.server/.gitignore @@ -1,4 +1,4 @@ tmp web build-info.txt -package.json \ No newline at end of file +/package.json \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/lib/service/WeinreClientCommands.coffee ---------------------------------------------------------------------- diff --git a/weinre.server/lib/service/WeinreClientCommands.coffee b/weinre.server/lib/service/WeinreClientCommands.coffee index 29fc575..713a48b 100644 --- a/weinre.server/lib/service/WeinreClientCommands.coffee +++ b/weinre.server/lib/service/WeinreClientCommands.coffee @@ -19,6 +19,7 @@ _ = require('underscore') +weinre = require '../weinre' utils = require '../utils' channelManager = require '../channelManager' serviceManager = require '../serviceManager' @@ -39,6 +40,8 @@ module.exports = utils.registerClass class WeinreClientCommands if typeof val in ['number', 'boolean'] options[key] = "#{val}" + options.version = weinre.getVersion() + WeinreClientEvents.serverProperties(channel, options) clients = channelManager.getClientChannels(channel.id) http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/coffee-script/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/coffee-script/package.json b/weinre.server/node_modules/coffee-script/package.json new file mode 100644 index 0000000..2547bdf --- /dev/null +++ b/weinre.server/node_modules/coffee-script/package.json @@ -0,0 +1,31 @@ +{ + "name": "coffee-script", + "description": "Unfancy JavaScript", + "keywords": ["javascript", "language", "coffeescript", "compiler"], + "author": "Jeremy Ashkenas", + "version": "1.2.0", + "licenses": [{ + "type": "MIT", + "url": "http://github.com/jashkenas/coffee-script/raw/master/LICENSE" + }], + "engines": { + "node": ">=0.4.0" + }, + "directories" : { + "lib" : "./lib/coffee-script" + }, + "main" : "./lib/coffee-script/coffee-script", + "bin": { + "coffee": "./bin/coffee", + "cake": "./bin/cake" + }, + "homepage": "http://coffeescript.org", + "repository": { + "type": "git", + "url": "git://github.com/jashkenas/coffee-script.git" + }, + "devDependencies": { + "uglify-js": ">=1.0.0", + "jison": ">=0.2.0" + } +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/node_modules/connect/node_modules/formidable/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/node_modules/connect/node_modules/formidable/package.json b/weinre.server/node_modules/express/node_modules/connect/node_modules/formidable/package.json new file mode 100644 index 0000000..4cf5f2d --- /dev/null +++ b/weinre.server/node_modules/express/node_modules/connect/node_modules/formidable/package.json @@ -0,0 +1,22 @@ +{ + "name": "formidable", + "version": "1.0.9", + "dependencies": {}, + "devDependencies": { + "gently": "0.8.0", + "findit": "0.1.1", + "hashish": "0.0.4", + "urun": "0.0.4", + "utest": "0.0.3" + }, + "directories": { + "lib": "./lib" + }, + "main": "./lib/index", + "scripts": { + "test": "make test" + }, + "engines": { + "node": "*" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/node_modules/connect/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/node_modules/connect/package.json b/weinre.server/node_modules/express/node_modules/connect/package.json new file mode 100644 index 0000000..f9c43d5 --- /dev/null +++ b/weinre.server/node_modules/express/node_modules/connect/package.json @@ -0,0 +1,25 @@ +{ + "name": "connect", + "version": "1.8.5", + "description": "High performance middleware framework", + "keywords": ["framework", "web", "middleware", "connect", "rack"], + "repository": "git://github.com/senchalabs/connect.git", + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "repository": "git://github.com/senchalabs/connect", + "dependencies": { + "qs": ">= 0.4.0", + "mime": ">= 0.0.1", + "formidable": "1.0.x" + }, + "devDependencies": { + "expresso": "0.9.2", + "koala": "0.1.2", + "less": "1.1.1", + "sass": "0.5.0", + "markdown": "0.2.1", + "ejs": "0.4.3", + "should": "0.3.2" + }, + "main": "index", + "engines": { "node": ">= 0.4.1 < 0.7.0" } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/node_modules/mime/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/node_modules/mime/package.json b/weinre.server/node_modules/express/node_modules/mime/package.json new file mode 100644 index 0000000..31d4e20 --- /dev/null +++ b/weinre.server/node_modules/express/node_modules/mime/package.json @@ -0,0 +1,22 @@ +{ + "author": { + "name": "Robert Kieffer", + "url": "http://github.com/broofa", + "email": "robert@broofa.com" + }, + "contributors": [ + { + "name": "Benjamin Thomas", + "url": "http://github.com/bentomas", + "email": "benjamin@benjaminthomas.org" + } + ], + "dependencies": {}, + "description": "A comprehensive library for mime-type mapping", + "devDependencies": {}, + "keywords": ["util", "mime"], + "main": "mime.js", + "name": "mime", + "repository": {"url": "http://github.com/bentomas/node-mime", "type": "git"}, + "version": "1.2.5" +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/node_modules/mkdirp/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/node_modules/mkdirp/package.json b/weinre.server/node_modules/express/node_modules/mkdirp/package.json new file mode 100644 index 0000000..f5ceb00 --- /dev/null +++ b/weinre.server/node_modules/express/node_modules/mkdirp/package.json @@ -0,0 +1,23 @@ +{ + "name" : "mkdirp", + "description" : "Recursively mkdir, like `mkdir -p`", + "version" : "0.0.7", + "author" : "James Halliday (http://substack.net)", + "main" : "./index", + "keywords" : [ + "mkdir", + "directory" + ], + "repository" : { + "type" : "git", + "url" : "http://github.com/substack/node-mkdirp.git" + }, + "scripts" : { + "test" : "node node_modules/tap/bin/tap.js test/*.js" + }, + "devDependencies" : { + "tap" : "0.0.x" + }, + "license" : "MIT/X11", + "engines": { "node": "*" } +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/node_modules/qs/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/node_modules/qs/package.json b/weinre.server/node_modules/express/node_modules/qs/package.json new file mode 100644 index 0000000..68dd5a6 --- /dev/null +++ b/weinre.server/node_modules/express/node_modules/qs/package.json @@ -0,0 +1,16 @@ +{ + "name": "qs", + "description": "querystring parser", + "version": "0.4.2", + "repository": { + "type" : "git", + "url" : "git://github.com/visionmedia/node-querystring.git" + }, + "devDependencies": { + "mocha": "*" + , "should": "*" + }, + "author": "TJ Holowaychuk (http://tjholowaychuk.com)", + "main": "index", + "engines": { "node": "*" } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/package.json b/weinre.server/node_modules/express/package.json new file mode 100644 index 0000000..765b55d --- /dev/null +++ b/weinre.server/node_modules/express/package.json @@ -0,0 +1,39 @@ +{ + "name": "express", + "description": "Sinatra inspired web development framework", + "version": "2.5.7", + "author": "TJ Holowaychuk ", + "contributors": [ + { "name": "TJ Holowaychuk", "email": "tj@vision-media.ca" }, + { "name": "Aaron Heckmann", "email": "aaron.heckmann+github@gmail.com" }, + { "name": "Ciaran Jessup", "email": "ciaranj@gmail.com" }, + { "name": "Guillermo Rauch", "email": "rauchg@gmail.com" } + ], + "dependencies": { + "connect": "1.x", + "mime": ">= 0.0.1", + "qs": ">= 0.3.1", + "mkdirp": "0.0.7" + }, + "devDependencies": { + "connect-form": "0.2.1", + "ejs": "0.4.2", + "expresso": "0.9.2", + "hamljs": "0.6.x", + "jade": "0.16.2", + "stylus": "0.13.0", + "should": "0.3.2", + "express-messages": "0.0.2", + "node-markdown": ">= 0.0.1", + "connect-redis": ">= 0.0.1" + }, + "keywords": ["framework", "sinatra", "web", "rest", "restful"], + "repository": "git://github.com/visionmedia/express", + "main": "index", + "bin": { "express": "./bin/express" }, + "scripts": { + "test": "make test", + "prepublish" : "npm prune" + }, + "engines": { "node": ">= 0.4.1 < 0.7.0" } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/express/testing/foo/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/express/testing/foo/package.json b/weinre.server/node_modules/express/testing/foo/package.json new file mode 100644 index 0000000..dd54123 --- /dev/null +++ b/weinre.server/node_modules/express/testing/foo/package.json @@ -0,0 +1,9 @@ +{ + "name": "application-name" + , "version": "0.0.1" + , "private": true + , "dependencies": { + "express": "2.5.0" + , "jade": ">= 0.0.1" + } +} \ No newline at end of file http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/nopt/node_modules/abbrev/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/nopt/node_modules/abbrev/package.json b/weinre.server/node_modules/nopt/node_modules/abbrev/package.json new file mode 100644 index 0000000..ebd082f --- /dev/null +++ b/weinre.server/node_modules/nopt/node_modules/abbrev/package.json @@ -0,0 +1,8 @@ +{ "name" : "abbrev" +, "version" : "1.0.3" +, "description" : "Like ruby's abbrev module, but in js" +, "author" : "Isaac Z. Schlueter " +, "main" : "./lib/abbrev.js" +, "scripts" : { "test" : "node lib/abbrev.js" } +, "repository" : "http://github.com/isaacs/abbrev-js" +} http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/nopt/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/nopt/package.json b/weinre.server/node_modules/nopt/package.json new file mode 100644 index 0000000..d1118e3 --- /dev/null +++ b/weinre.server/node_modules/nopt/package.json @@ -0,0 +1,12 @@ +{ "name" : "nopt" +, "version" : "1.0.10" +, "description" : "Option parsing for Node, supporting types, shorthands, etc. Used by npm." +, "author" : "Isaac Z. Schlueter (http://blog.izs.me/)" +, "main" : "lib/nopt.js" +, "scripts" : { "test" : "node lib/nopt.js" } +, "repository" : "http://github.com/isaacs/nopt" +, "bin" : "./bin/nopt.js" +, "license" : + { "type" : "MIT" + , "url" : "https://github.com/isaacs/nopt/raw/master/LICENSE" } +, "dependencies" : { "abbrev" : "1" }} http://git-wip-us.apache.org/repos/asf/incubator-cordova-weinre/blob/4318fe39/weinre.server/node_modules/underscore/package.json ---------------------------------------------------------------------- diff --git a/weinre.server/node_modules/underscore/package.json b/weinre.server/node_modules/underscore/package.json new file mode 100644 index 0000000..4a2e3ca --- /dev/null +++ b/weinre.server/node_modules/underscore/package.json @@ -0,0 +1,10 @@ +{ + "name" : "underscore", + "description" : "JavaScript's functional programming helper library.", + "homepage" : "http://documentcloud.github.com/underscore/", + "keywords" : ["util", "functional", "server", "client", "browser"], + "author" : "Jeremy Ashkenas ", + "repository" : {"type": "git", "url": "git://github.com/documentcloud/underscore.git"}, + "main" : "underscore.js", + "version" : "1.3.1" +}