aboutsummaryrefslogtreecommitdiff
path: root/node_modules/parseurl/package.json
diff options
context:
space:
mode:
authornanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
committernanalelfe <nargiza.nosirova@mail.utoronto.ca>2016-07-18 10:54:08 +0000
commita35da9f9ccc1124d9b6f4461c7216ffbb0285e2f (patch)
treed5b4b8548caae36a20e1258a8341dab4b3d522d2 /node_modules/parseurl/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/parseurl/package.json')
-rw-r--r--node_modules/parseurl/package.json123
1 files changed, 123 insertions, 0 deletions
diff --git a/node_modules/parseurl/package.json b/node_modules/parseurl/package.json
new file mode 100644
index 0000000..2f7c020
--- /dev/null
+++ b/node_modules/parseurl/package.json
@@ -0,0 +1,123 @@
+{
+ "_args": [
+ [
+ {
+ "name": "parseurl",
+ "raw": "parseurl@~1.3.1",
+ "rawSpec": "~1.3.1",
+ "scope": null,
+ "spec": ">=1.3.1 <1.4.0",
+ "type": "range"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
+ ]
+ ],
+ "_from": "parseurl@>=1.3.1 <1.4.0",
+ "_id": "parseurl@1.3.1",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/parseurl",
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "parseurl",
+ "raw": "parseurl@~1.3.1",
+ "rawSpec": "~1.3.1",
+ "scope": null,
+ "spec": ">=1.3.1 <1.4.0",
+ "type": "range"
+ },
+ "_requiredBy": [
+ "/express",
+ "/serve-static"
+ ],
+ "_resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz",
+ "_shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
+ "_shrinkwrap": null,
+ "_spec": "parseurl@~1.3.1",
+ "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express",
+ "author": {
+ "email": "me@jongleberry.com",
+ "name": "Jonathan Ong",
+ "url": "http://jongleberry.com"
+ },
+ "bugs": {
+ "url": "https://github.com/pillarjs/parseurl/issues"
+ },
+ "contributors": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "Douglas Christopher Wilson"
+ }
+ ],
+ "dependencies": {},
+ "description": "parse a url with memoization",
+ "devDependencies": {
+ "beautify-benchmark": "0.2.4",
+ "benchmark": "2.0.0",
+ "fast-url-parser": "1.1.3",
+ "istanbul": "0.4.2",
+ "mocha": "~1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "c8ab8c9223ba34888aa64a297b28853bec18da56",
+ "tarball": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.1.tgz"
+ },
+ "engines": {
+ "node": ">= 0.8"
+ },
+ "files": [
+ "LICENSE",
+ "HISTORY.md",
+ "README.md",
+ "index.js"
+ ],
+ "gitHead": "6d22d376d75b927ab2b5347ce3a1d6735133dd43",
+ "homepage": "https://github.com/pillarjs/parseurl",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jongleberry"
+ },
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ {
+ "email": "tj@vision-media.ca",
+ "name": "tjholowaychuk"
+ },
+ {
+ "email": "mscdex@mscdex.net",
+ "name": "mscdex"
+ },
+ {
+ "email": "fishrock123@rocketmail.com",
+ "name": "fishrock123"
+ },
+ {
+ "email": "shtylman@gmail.com",
+ "name": "defunctzombie"
+ }
+ ],
+ "name": "parseurl",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/pillarjs/parseurl.git"
+ },
+ "scripts": {
+ "bench": "node benchmark/index.js",
+ "test": "mocha --check-leaks --bail --reporter spec test/",
+ "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --check-leaks --reporter dot test/",
+ "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --check-leaks --reporter spec test/"
+ },
+ "version": "1.3.1"
+}