diff options
Diffstat (limited to 'node_modules/path-to-regexp/package.json')
| -rw-r--r-- | node_modules/path-to-regexp/package.json | 218 |
1 files changed, 218 insertions, 0 deletions
diff --git a/node_modules/path-to-regexp/package.json b/node_modules/path-to-regexp/package.json new file mode 100644 index 0000000..7dfc5c1 --- /dev/null +++ b/node_modules/path-to-regexp/package.json @@ -0,0 +1,218 @@ +{ + "_args": [ + [ + { + "name": "path-to-regexp", + "raw": "path-to-regexp@0.1.7", + "rawSpec": "0.1.7", + "scope": null, + "spec": "0.1.7", + "type": "version" + }, + "/Users/warefhaque/CSC309/solutions_repo/node_modules/express" + ] + ], + "_from": "path-to-regexp@0.1.7", + "_id": "path-to-regexp@0.1.7", + "_inCache": true, + "_installable": true, + "_location": "/path-to-regexp", + "_nodeVersion": "2.3.3", + "_npmUser": { + "email": "hello@blakeembrey.com", + "name": "blakeembrey" + }, + "_npmVersion": "2.13.2", + "_phantomChildren": {}, + "_requested": { + "name": "path-to-regexp", + "raw": "path-to-regexp@0.1.7", + "rawSpec": "0.1.7", + "scope": null, + "spec": "0.1.7", + "type": "version" + }, + "_requiredBy": [ + "/express" + ], + "_resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", + "_shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c", + "_shrinkwrap": null, + "_spec": "path-to-regexp@0.1.7", + "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/express", + "bugs": { + "url": "https://github.com/component/path-to-regexp/issues" + }, + "component": { + "scripts": { + "path-to-regexp": "index.js" + } + }, + "dependencies": {}, + "description": "Express style path to RegExp utility", + "devDependencies": { + "istanbul": "^0.2.6", + "mocha": "^1.17.1" + }, + "directories": {}, + "dist": { + "shasum": "df604178005f522f15eb4490e7247a1bfaa67f8c", + "tarball": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz" + }, + "files": [ + "index.js", + "LICENSE" + ], + "gitHead": "039118d6c3c186d3f176c73935ca887a32a33d93", + "homepage": "https://github.com/component/path-to-regexp#readme", + "keywords": [ + "express", + "regexp" + ], + "license": "MIT", + "maintainers": [ + { + "email": "tj@vision-media.ca", + "name": "tjholowaychuk" + }, + { + "email": "hughskennedy@gmail.com", + "name": "hughsk" + }, + { + "email": "timaschew@gmail.com", + "name": "timaschew" + }, + { + "email": "doug@somethingdoug.com", + "name": "dougwilson" + }, + { + "email": "jonathanrichardong@gmail.com", + "name": "jongleberry" + }, + { + "email": "dominic@dbarnes.info", + "name": "dominicbarnes" + }, + { + "email": "nathan@tootallnate.net", + "name": "tootallnate" + }, + { + "email": "rauchg@gmail.com", + "name": "rauchg" + }, + { + "email": "rdsuarez@gmail.com", + "name": "retrofox" + }, + { + "email": "thecoreh@gmail.com", + "name": "coreh" + }, + { + "email": "forbes@lindesay.co.uk", + "name": "forbeslindesay" + }, + { + "email": "kelonyemitchel@gmail.com", + "name": "kelonye" + }, + { + "email": "mattmuelle@gmail.com", + "name": "mattmueller" + }, + { + "email": "yields@icloud.com", + "name": "yields" + }, + { + "email": "antshort@gmail.com", + "name": "anthonyshort" + }, + { + "email": "ian@ianstormtaylor.com", + "name": "ianstormtaylor" + }, + { + "email": "cristian@gravityonmars.com", + "name": "cristiandouce" + }, + { + "email": "arpad.borsos@googlemail.com", + "name": "swatinem" + }, + { + "email": "gstagas@gmail.com", + "name": "stagas" + }, + { + "email": "amjad.masad@gmail.com", + "name": "amasad" + }, + { + "email": "julian@juliangruber.com", + "name": "juliangruber" + }, + { + "email": "calvin@calv.info", + "name": "calvinfo" + }, + { + "email": "hello@blakeembrey.com", + "name": "blakeembrey" + }, + { + "email": "secoif@gmail.com", + "name": "timoxley" + }, + { + "email": "jonathanrichardong@gmail.com", + "name": "jonathanong" + }, + { + "email": "fabian.eichenberger@gmail.com", + "name": "queckezz" + }, + { + "email": "vendethiel@hotmail.fr", + "name": "nami-doc" + }, + { + "email": "clint@anotherway.co.za", + "name": "clintwood" + }, + { + "email": "dnfagnan@gmail.com", + "name": "thehydroimpulse" + }, + { + "email": "me@stephenmathieson.com", + "name": "stephenmathieson" + }, + { + "email": "trevorgerhardt@gmail.com", + "name": "trevorgerhardt" + }, + { + "email": "df.creative@gmail.com", + "name": "dfcreative" + }, + { + "email": "shtylman@gmail.com", + "name": "defunctzombie" + } + ], + "name": "path-to-regexp", + "optionalDependencies": {}, + "readme": "ERROR: No README data found!", + "repository": { + "type": "git", + "url": "git+https://github.com/component/path-to-regexp.git" + }, + "scripts": { + "test": "istanbul cover _mocha -- -R spec" + }, + "version": "0.1.7" +} |
