Path: blob/master/node_modules/node-static/package.json
334 views
{1"_args": [2[3"[email protected]",4"/home/runner/OffbeatDimpledTag"5]6],7"_from": "[email protected]",8"_id": "[email protected]",9"_inBundle": false,10"_integrity": "sha512-zfWC/gICcqb74D9ndyvxZWaI1jzcoHmf4UTHWQchBNuNMxdBLJMDiUgZ1tjGLEIe/BMhj2DxKD8HOuc2062pDQ==",11"_location": "/node-static",12"_phantomChildren": {},13"_requested": {14"type": "version",15"registry": true,16"raw": "[email protected]",17"name": "node-static",18"escapedName": "node-static",19"rawSpec": "0.7.11",20"saveSpec": null,21"fetchSpec": "0.7.11"22},23"_requiredBy": [24"/"25],26"_resolved": "https://registry.npmjs.org/node-static/-/node-static-0.7.11.tgz",27"_spec": "0.7.11",28"_where": "/home/runner/OffbeatDimpledTag",29"author": {30"name": "Alexis Sellier",31"email": "[email protected]"32},33"bin": {34"static": "bin/cli.js"35},36"bugs": {37"url": "https://github.com/cloudhead/node-static/issues"38},39"contributors": [40{41"name": "Pablo Cantero",42"email": "[email protected]"43},44{45"name": "Ionică Bizău",46"email": "[email protected]"47}48],49"dependencies": {50"colors": ">=0.6.0",51"mime": "^1.2.9",52"optimist": ">=0.3.4"53},54"description": "simple, compliant file streaming module for node",55"devDependencies": {56"request": "latest",57"vows": "latest"58},59"directories": {60"example": "examples",61"test": "test"62},63"engines": {64"node": ">= 0.4.1"65},66"homepage": "https://github.com/cloudhead/node-static",67"keywords": [68"http",69"static",70"file",71"server"72],73"license": "MIT",74"main": "./lib/node-static",75"name": "node-static",76"repository": {77"type": "git",78"url": "git+ssh://[email protected]/cloudhead/node-static.git"79},80"scripts": {81"test": "vows --spec --isolate"82},83"url": "http://github.com/cloudhead/node-static",84"version": "0.7.11"85}868788