aboutsummaryrefslogtreecommitdiff
path: root/node_modules/serve-static/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/serve-static/package.json')
-rw-r--r--node_modules/serve-static/package.json106
1 files changed, 106 insertions, 0 deletions
diff --git a/node_modules/serve-static/package.json b/node_modules/serve-static/package.json
new file mode 100644
index 0000000..fa553e3
--- /dev/null
+++ b/node_modules/serve-static/package.json
@@ -0,0 +1,106 @@
+{
+ "_args": [
+ [
+ {
+ "name": "serve-static",
+ "raw": "serve-static@~1.11.1",
+ "rawSpec": "~1.11.1",
+ "scope": null,
+ "spec": ">=1.11.1 <1.12.0",
+ "type": "range"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
+ ]
+ ],
+ "_from": "serve-static@>=1.11.1 <1.12.0",
+ "_id": "serve-static@1.11.1",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/serve-static",
+ "_nodeVersion": "4.4.3",
+ "_npmOperationalInternal": {
+ "host": "packages-12-west.internal.npmjs.com",
+ "tmp": "tmp/serve-static-1.11.1.tgz_1465608601758_0.0030737747438251972"
+ },
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "2.15.1",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "serve-static",
+ "raw": "serve-static@~1.11.1",
+ "rawSpec": "~1.11.1",
+ "scope": null,
+ "spec": ">=1.11.1 <1.12.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz",
+ "_shasum": "d6cce7693505f733c759de57befc1af76c0f0805",
+ "_shrinkwrap": null,
+ "_spec": "serve-static@~1.11.1",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express",
+ "author": {
+ "email": "doug@somethingdoug.com",
+ "name": "Douglas Christopher Wilson"
+ },
+ "bugs": {
+ "url": "https://github.com/expressjs/serve-static/issues"
+ },
+ "dependencies": {
+ "encodeurl": "~1.0.1",
+ "escape-html": "~1.0.3",
+ "parseurl": "~1.3.1",
+ "send": "0.14.1"
+ },
+ "description": "Serve static files",
+ "devDependencies": {
+ "eslint": "2.11.1",
+ "eslint-config-standard": "5.3.1",
+ "eslint-plugin-promise": "1.3.2",
+ "eslint-plugin-standard": "1.3.2",
+ "istanbul": "0.4.3",
+ "mocha": "2.5.3",
+ "supertest": "1.1.0"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "d6cce7693505f733c759de57befc1af76c0f0805",
+ "tarball": "https://registry.npmjs.org/serve-static/-/serve-static-1.11.1.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8.0"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "index.js"
+ ],
+ "gitHead": "b3a24df138ea2f2c43afcbee0dcce5badf4c78ae",
+ "homepage": "https://github.com/expressjs/serve-static#readme",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ }
+ ],
+ "name": "serve-static",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/expressjs/serve-static.git"
+ },
+ "scripts": {
+ "lint": "eslint **/*.js",
+ "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/"
+ },
+ "version": "1.11.1"
+}