Files
lime/templates/bin/node/http-server/node_modules/ecstatic/package.json
2017-06-05 15:10:10 -07:00

106 lines
2.6 KiB
JSON

{
"_args": [
[
"ecstatic@^2.0.0",
"/home/joshua/Development/Haxe/test/node_modules/http-server"
]
],
"_from": "ecstatic@>=2.0.0 <3.0.0",
"_id": "ecstatic@2.1.0",
"_inCache": true,
"_installable": true,
"_location": "/ecstatic",
"_nodeVersion": "4.2.1",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/ecstatic-2.1.0.tgz_1470869623029_0.07390662585385144"
},
"_npmUser": {
"email": "josh.holbrook@gmail.com",
"name": "jfhbrook"
},
"_npmVersion": "2.14.16",
"_phantomChildren": {},
"_requested": {
"name": "ecstatic",
"raw": "ecstatic@^2.0.0",
"rawSpec": "^2.0.0",
"scope": null,
"spec": ">=2.0.0 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/http-server"
],
"_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-2.1.0.tgz",
"_shasum": "477a4a6b25cecb112f697dbd2c7fa354154ea6be",
"_shrinkwrap": null,
"_spec": "ecstatic@^2.0.0",
"_where": "/home/joshua/Development/Haxe/test/node_modules/http-server",
"author": {
"email": "josh@nodejitsu.com",
"name": "Joshua Holbrook",
"url": "http://jesusabdullah.net"
},
"bin": {
"ecstatic": "./lib/ecstatic.js"
},
"bugs": {
"url": "https://github.com/jfhbrook/node-ecstatic/issues"
},
"dependencies": {
"he": "^0.5.0",
"mime": "^1.2.11",
"minimist": "^1.1.0",
"url-join": "^1.0.0"
},
"description": "A simple static file server middleware that works with both Express and Flatiron",
"devDependencies": {
"codecov": "^1.0.1",
"eol": "^0.2.0",
"express": "^4.12.3",
"mkdirp": "^0.5.0",
"request": "^2.49.0",
"tap": "^5.7.0"
},
"directories": {},
"dist": {
"shasum": "477a4a6b25cecb112f697dbd2c7fa354154ea6be",
"tarball": "https://registry.npmjs.org/ecstatic/-/ecstatic-2.1.0.tgz"
},
"gitHead": "a5e646b1122e51d715d03f3373a3ff99de84a9fc",
"homepage": "https://github.com/jfhbrook/node-ecstatic",
"keywords": [
"files",
"middleware",
"mime",
"server",
"static",
"web"
],
"license": "MIT",
"main": "./lib/ecstatic.js",
"maintainers": [
{
"name": "jesusabdullah",
"email": "josh.holbrook@gmail.com"
},
{
"name": "jfhbrook",
"email": "josh.holbrook@gmail.com"
}
],
"name": "ecstatic",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jfhbrook/node-ecstatic.git"
},
"scripts": {
"posttest": "tap --coverage-report=text-lcov | codecov",
"test": "tap --coverage test/*.js"
},
"version": "2.1.0"
}