jointjs
Version:
JavaScript diagramming library
138 lines (137 loc) • 3.19 kB
JSON
{
"_from": "http-server@0.12.3",
"_id": "http-server@0.12.3",
"_inBundle": false,
"_integrity": "sha512-be0dKG6pni92bRjq0kvExtj/NrrAd28/8fCXkaI/4piTwQMSDSLMhWyW0NI1V+DBI3aa1HMlQu46/HjVLfmugA==",
"_location": "/http-server",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "http-server@0.12.3",
"name": "http-server",
"escapedName": "http-server",
"rawSpec": "0.12.3",
"saveSpec": null,
"fetchSpec": "0.12.3"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/http-server/-/http-server-0.12.3.tgz",
"_shasum": "ba0471d0ecc425886616cb35c4faf279140a0d37",
"_spec": "http-server@0.12.3",
"_where": "/Users/robur/Workspace/clientio/joint/demo/ts-demo",
"bin": {
"http-server": "bin/http-server",
"hs": "bin/http-server"
},
"bugs": {
"url": "https://github.com/http-party/http-server/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Charlie Robbins",
"email": "charlie.robbins@gmail.com"
},
{
"name": "Marak Squires",
"email": "marak.squires@gmail.com"
},
{
"name": "Charlie McConnell",
"email": "charlie@charlieistheman.com"
},
{
"name": "Joshua Holbrook",
"email": "josh.holbrook@gmail.com"
},
{
"name": "Maciej Małecki",
"email": "maciej.malecki@notimplemented.org"
},
{
"name": "Matthew Bergman",
"email": "mzbphoto@gmail.com"
},
{
"name": "brad dunbar",
"email": "dunbarb2@gmail.com"
},
{
"name": "Dominic Tarr"
},
{
"name": "Travis Person",
"email": "travis.person@gmail.com"
},
{
"name": "Jinkwon Lee",
"email": "master@bdyne.net"
},
{
"name": "BigBlueHat",
"email": "byoung@bigbluehat.com"
},
{
"name": "Daniel Dalton",
"email": "daltond2@hawkmail.newpaltz.edu"
},
{
"name": "Jade Michael Thornton",
"email": "jade@jmthornton.net"
}
],
"dependencies": {
"basic-auth": "^1.0.3",
"colors": "^1.4.0",
"corser": "^2.0.1",
"ecstatic": "^3.3.2",
"http-proxy": "^1.18.0",
"minimist": "^1.2.5",
"opener": "^1.5.1",
"portfinder": "^1.0.25",
"secure-compare": "3.0.1",
"union": "~0.5.0"
},
"deprecated": false,
"description": "A simple zero-configuration command-line http server",
"devDependencies": {
"common-style": "^3.0.0",
"request": "^2.88.2",
"vows": "~0.8.3"
},
"engines": {
"node": ">=6"
},
"files": [
"lib",
"bin",
"doc"
],
"homepage": "https://github.com/http-party/http-server#readme",
"keywords": [
"cli",
"command",
"http",
"server"
],
"license": "MIT",
"main": "./lib/http-server",
"man": [
"./doc/http-server.1"
],
"name": "http-server",
"preferGlobal": true,
"repository": {
"type": "git",
"url": "git://github.com/http-party/http-server.git"
},
"scripts": {
"pretest": "common bin/http-server lib/ test",
"start": "node ./bin/http-server",
"test": "vows --spec --isolate"
},
"version": "0.12.3"
}