diff options
Diffstat (limited to 'dgbuilder/dgeflows/node_modules/serve-static/package.json')
-rw-r--r-- | dgbuilder/dgeflows/node_modules/serve-static/package.json | 84 |
1 files changed, 84 insertions, 0 deletions
diff --git a/dgbuilder/dgeflows/node_modules/serve-static/package.json b/dgbuilder/dgeflows/node_modules/serve-static/package.json new file mode 100644 index 00000000..f53e3baf --- /dev/null +++ b/dgbuilder/dgeflows/node_modules/serve-static/package.json @@ -0,0 +1,84 @@ +{ + "name": "serve-static", + "description": "Serve static files", + "version": "1.9.1", + "author": { + "name": "Douglas Christopher Wilson", + "email": "doug@somethingdoug.com" + }, + "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/expressjs/serve-static" + }, + "dependencies": { + "escape-html": "1.0.1", + "parseurl": "~1.3.0", + "send": "0.12.1", + "utils-merge": "1.0.0" + }, + "devDependencies": { + "istanbul": "0.3.5", + "mocha": "~2.1.0", + "supertest": "~0.15.0" + }, + "files": [ + "LICENSE", + "HISTORY.md", + "index.js" + ], + "engines": { + "node": ">= 0.8.0" + }, + "scripts": { + "test": "mocha --reporter spec --bail --check-leaks test/", + "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/", + "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/" + }, + "gitHead": "8cce88d079c19cb8ace548f60bd216622de993e1", + "bugs": { + "url": "https://github.com/expressjs/serve-static/issues" + }, + "homepage": "https://github.com/expressjs/serve-static", + "_id": "serve-static@1.9.1", + "_shasum": "a611b2b8a2cfb5f89685f293cb365f3f5eb61451", + "_from": "serve-static@^1.9.1", + "_npmVersion": "1.4.28", + "_npmUser": { + "name": "dougwilson", + "email": "doug@somethingdoug.com" + }, + "maintainers": [ + { + "name": "dougwilson", + "email": "doug@somethingdoug.com" + }, + { + "name": "jongleberry", + "email": "jonathanrichardong@gmail.com" + }, + { + "name": "shtylman", + "email": "shtylman@gmail.com" + }, + { + "name": "tjholowaychuk", + "email": "tj@vision-media.ca" + }, + { + "name": "mscdex", + "email": "mscdex@mscdex.net" + }, + { + "name": "fishrock123", + "email": "fishrock123@rocketmail.com" + } + ], + "dist": { + "shasum": "a611b2b8a2cfb5f89685f293cb365f3f5eb61451", + "tarball": "http://registry.npmjs.org/serve-static/-/serve-static-1.9.1.tgz" + }, + "directories": {}, + "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.9.1.tgz", + "readme": "ERROR: No README data found!" +} |