diff options
| author | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:20:52 +0000 |
|---|---|---|
| committer | nanalelfe <nargiza.nosirova@mail.utoronto.ca> | 2016-07-28 02:20:52 +0000 |
| commit | 4cff38c8f7b65dab1fd72ea835ea7288327d1056 (patch) | |
| tree | ac93acd69e77eef1e352af953d56238d70ea9c5d /node_modules/require_optional/package.json | |
| parent | e11dd98c9a55cd1742d221e3b1ea90d31e240fa8 (diff) | |
Fixed admin bug
Diffstat (limited to 'node_modules/require_optional/package.json')
| -rw-r--r-- | node_modules/require_optional/package.json | 101 |
1 files changed, 0 insertions, 101 deletions
diff --git a/node_modules/require_optional/package.json b/node_modules/require_optional/package.json deleted file mode 100644 index b1e1f15..0000000 --- a/node_modules/require_optional/package.json +++ /dev/null @@ -1,101 +0,0 @@ -{ - "_args": [ - [ - { - "name": "require_optional", - "raw": "require_optional@~1.0.0", - "rawSpec": "~1.0.0", - "scope": null, - "spec": ">=1.0.0 <1.1.0", - "type": "range" - }, - "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core" - ] - ], - "_from": "require_optional@>=1.0.0 <1.1.0", - "_id": "require_optional@1.0.0", - "_inCache": true, - "_installable": true, - "_location": "/require_optional", - "_nodeVersion": "4.2.4", - "_npmOperationalInternal": { - "host": "packages-5-east.internal.npmjs.com", - "tmp": "tmp/require_optional-1.0.0.tgz_1454503936164_0.7571216486394405" - }, - "_npmUser": { - "email": "christkv@gmail.com", - "name": "christkv" - }, - "_npmVersion": "2.14.12", - "_phantomChildren": {}, - "_requested": { - "name": "require_optional", - "raw": "require_optional@~1.0.0", - "rawSpec": "~1.0.0", - "scope": null, - "spec": ">=1.0.0 <1.1.0", - "type": "range" - }, - "_requiredBy": [ - "/mongodb-core" - ], - "_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.0.tgz", - "_shasum": "52a86137a849728eb60a55533617f8f914f59abf", - "_shrinkwrap": null, - "_spec": "require_optional@~1.0.0", - "_where": "/Users/warefhaque/CSC309/solutions_repo/node_modules/mongodb-core", - "author": { - "name": "Christian Kvalheim Amor" - }, - "bugs": { - "url": "https://github.com/christkv/require_optional/issues" - }, - "dependencies": { - "resolve-from": "^2.0.0", - "semver": "^5.1.0" - }, - "description": "Allows you declare optionalPeerDependencies that can be satisfied by the top level module but ignored if they are not.", - "devDependencies": { - "bson": "0.4.21", - "co": "4.6.0", - "es6-promise": "^3.0.2", - "mocha": "^2.4.5" - }, - "directories": {}, - "dist": { - "shasum": "52a86137a849728eb60a55533617f8f914f59abf", - "tarball": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.0.tgz" - }, - "gitHead": "8eac964c8e31166a8fb483d0d56025b185cee03f", - "homepage": "https://github.com/christkv/require_optional", - "keywords": [ - "optional", - "require", - "optionalPeerDependencies" - ], - "license": "Apache-2.0", - "main": "index.js", - "maintainers": [ - { - "email": "christkv@gmail.com", - "name": "christkv" - } - ], - "name": "require_optional", - "optionalDependencies": {}, - "peerOptionalDependencies": { - "bson": "0.4.21", - "co": ">=5.6.0", - "es6-promise": "^3.0.2", - "es6-promise2": "^4.0.2" - }, - "readme": "ERROR: No README data found!", - "repository": { - "type": "git", - "url": "git+https://github.com/christkv/require_optional.git" - }, - "scripts": { - "test": "mocha" - }, - "version": "1.0.0" -} |
