aboutsummaryrefslogtreecommitdiff
path: root/node_modules/merge-descriptors/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/merge-descriptors/package.json
parent16bbc66ebafc6f1a55e47dbda3f3c0f658fe715c (diff)
parentc1ce89359a7b54ec97b54ce577e5534c180c5c4b (diff)
merged
Diffstat (limited to 'node_modules/merge-descriptors/package.json')
-rw-r--r--node_modules/merge-descriptors/package.json171
1 files changed, 171 insertions, 0 deletions
diff --git a/node_modules/merge-descriptors/package.json b/node_modules/merge-descriptors/package.json
new file mode 100644
index 0000000..61a7032
--- /dev/null
+++ b/node_modules/merge-descriptors/package.json
@@ -0,0 +1,171 @@
+{
+ "_args": [
+ [
+ {
+ "name": "merge-descriptors",
+ "raw": "merge-descriptors@1.0.1",
+ "rawSpec": "1.0.1",
+ "scope": null,
+ "spec": "1.0.1",
+ "type": "version"
+ },
+ "/Users/warefhaque/CSC309/solutions_repo/node_modules/express"
+ ]
+ ],
+ "_from": "merge-descriptors@1.0.1",
+ "_id": "merge-descriptors@1.0.1",
+ "_inCache": true,
+ "_installable": true,
+ "_location": "/merge-descriptors",
+ "_npmUser": {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ "_npmVersion": "1.4.28",
+ "_phantomChildren": {},
+ "_requested": {
+ "name": "merge-descriptors",
+ "raw": "merge-descriptors@1.0.1",
+ "rawSpec": "1.0.1",
+ "scope": null,
+ "spec": "1.0.1",
+ "type": "version"
+ },
+ "_requiredBy": [
+ "/express"
+ ],
+ "_resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz",
+ "_shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
+ "_shrinkwrap": null,
+ "_spec": "merge-descriptors@1.0.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/component/merge-descriptors/issues"
+ },
+ "contributors": [
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "Douglas Christopher Wilson"
+ },
+ {
+ "email": "grabbou@gmail.com",
+ "name": "Mike Grabowski"
+ }
+ ],
+ "dependencies": {},
+ "description": "Merge objects using descriptors",
+ "devDependencies": {
+ "istanbul": "0.4.1",
+ "mocha": "1.21.5"
+ },
+ "directories": {},
+ "dist": {
+ "shasum": "b00aaa556dd8b44568150ec9d1b953f3f90cbb61",
+ "tarball": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz"
+ },
+ "files": [
+ "HISTORY.md",
+ "LICENSE",
+ "README.md",
+ "index.js"
+ ],
+ "gitHead": "f26c49c3b423b0b2ac31f6e32a84e1632f2d7ac2",
+ "homepage": "https://github.com/component/merge-descriptors",
+ "license": "MIT",
+ "maintainers": [
+ {
+ "email": "antshort@gmail.com",
+ "name": "anthonyshort"
+ },
+ {
+ "email": "clint@anotherway.co.za",
+ "name": "clintwood"
+ },
+ {
+ "email": "df.creative@gmail.com",
+ "name": "dfcreative"
+ },
+ {
+ "email": "dominic@dbarnes.info",
+ "name": "dominicbarnes"
+ },
+ {
+ "email": "doug@somethingdoug.com",
+ "name": "dougwilson"
+ },
+ {
+ "email": "ian@ianstormtaylor.com",
+ "name": "ianstormtaylor"
+ },
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jonathanong"
+ },
+ {
+ "email": "jonathanrichardong@gmail.com",
+ "name": "jongleberry"
+ },
+ {
+ "email": "julian@juliangruber.com",
+ "name": "juliangruber"
+ },
+ {
+ "email": "mattmuelle@gmail.com",
+ "name": "mattmueller"
+ },
+ {
+ "email": "fabian.eichenberger@gmail.com",
+ "name": "queckezz"
+ },
+ {
+ "email": "me@stephenmathieson.com",
+ "name": "stephenmathieson"
+ },
+ {
+ "email": "dnfagnan@gmail.com",
+ "name": "thehydroimpulse"
+ },
+ {
+ "email": "timaschew@gmail.com",
+ "name": "timaschew"
+ },
+ {
+ "email": "secoif@gmail.com",
+ "name": "timoxley"
+ },
+ {
+ "email": "tj@vision-media.ca",
+ "name": "tjholowaychuk"
+ },
+ {
+ "email": "nathan@tootallnate.net",
+ "name": "tootallnate"
+ },
+ {
+ "email": "trevorgerhardt@gmail.com",
+ "name": "trevorgerhardt"
+ },
+ {
+ "email": "yields@icloud.com",
+ "name": "yields"
+ }
+ ],
+ "name": "merge-descriptors",
+ "optionalDependencies": {},
+ "readme": "ERROR: No README data found!",
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/component/merge-descriptors.git"
+ },
+ "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/"
+ },
+ "version": "1.0.1"
+}