http-server: update module to latest
This commit is contained in:
110
templates/bin/node/http-server/node_modules/union/package.json
generated
vendored
110
templates/bin/node/http-server/node_modules/union/package.json
generated
vendored
@@ -1,98 +1,30 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"union@~0.4.3",
|
||||
"/home/joshua/Development/Haxe/test/node_modules/http-server"
|
||||
]
|
||||
],
|
||||
"_from": "union@>=0.4.3 <0.5.0",
|
||||
"_id": "union@0.4.6",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/union",
|
||||
"_nodeVersion": "4.4.3",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "packages-12-west.internal.npmjs.com",
|
||||
"tmp": "tmp/union-0.4.6.tgz_1477161955979_0.7554563113953918"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "jcrugzz@gmail.com",
|
||||
"name": "jcrugzz"
|
||||
},
|
||||
"_npmVersion": "3.9.6",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "union",
|
||||
"raw": "union@~0.4.3",
|
||||
"rawSpec": "~0.4.3",
|
||||
"scope": null,
|
||||
"spec": ">=0.4.3 <0.5.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/http-server"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/union/-/union-0.4.6.tgz",
|
||||
"_shasum": "198fbdaeba254e788b0efcb630bc11f24a2959e0",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "union@~0.4.3",
|
||||
"_where": "/home/joshua/Development/Haxe/test/node_modules/http-server",
|
||||
"author": {
|
||||
"email": "charlie.robbins@gmail.com",
|
||||
"name": "Charlie Robbins"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/flatiron/union/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"qs": "~2.3.3"
|
||||
},
|
||||
"description": "A hybrid buffered / streaming middleware kernel backwards compatible with connect.",
|
||||
"devDependencies": {
|
||||
"connect": "2.22.x",
|
||||
"director": "1.x.x",
|
||||
"ecstatic": "0.5.x",
|
||||
"request": "2.29.x",
|
||||
"vows": "0.8.0"
|
||||
},
|
||||
"directories": {},
|
||||
"dist": {
|
||||
"shasum": "198fbdaeba254e788b0efcb630bc11f24a2959e0",
|
||||
"tarball": "https://registry.npmjs.org/union/-/union-0.4.6.tgz"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
},
|
||||
"gitHead": "0dfda9acdec355997b09c4b85e2906cb4b46014f",
|
||||
"homepage": "https://github.com/flatiron/union#readme",
|
||||
"main": "./lib",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "indexzero",
|
||||
"email": "charlie.robbins@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "dscape",
|
||||
"email": "nunojobpinto@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "jcrugzz",
|
||||
"email": "jcrugzz@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "swaagie",
|
||||
"email": "info@martijnswaagman.nl"
|
||||
}
|
||||
],
|
||||
"name": "union",
|
||||
"optionalDependencies": {},
|
||||
"readme": "ERROR: No README data found!",
|
||||
"description": "A hybrid buffered / streaming middleware kernel backwards compatible with connect.",
|
||||
"version": "0.5.0",
|
||||
"author": "Charlie Robbins <charlie.robbins@gmail.com>",
|
||||
"maintainers": [
|
||||
"dscape <nuno@nodejitsu.com>"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+ssh://git@github.com/flatiron/union.git"
|
||||
"url": "http://github.com/flatiron/union.git"
|
||||
},
|
||||
"dependencies": {
|
||||
"qs": "^6.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ecstatic": "0.5.x",
|
||||
"director": "1.x.x",
|
||||
"request": "2.29.x",
|
||||
"vows": "0.8.0",
|
||||
"connect": "2.22.x"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "vows test/*-test.js --spec -i"
|
||||
},
|
||||
"version": "0.4.6"
|
||||
"main": "./lib",
|
||||
"engines": {
|
||||
"node": ">= 0.8.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user