mirror of
https://github.com/bvanroll/yahoo-thing.git
synced 2025-08-29 20:12:46 +00:00
euh
This commit is contained in:
95
node_modules/require_optional/package.json
generated
vendored
Normal file
95
node_modules/require_optional/package.json
generated
vendored
Normal file
@@ -0,0 +1,95 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"require_optional@^1.0.1",
|
||||
"/home/beppe/Github/yahooApi/node_modules/mongodb-core"
|
||||
]
|
||||
],
|
||||
"_from": "require_optional@>=1.0.1 <2.0.0",
|
||||
"_id": "require_optional@1.0.1",
|
||||
"_inCache": true,
|
||||
"_installable": true,
|
||||
"_location": "/require_optional",
|
||||
"_nodeVersion": "8.1.0",
|
||||
"_npmOperationalInternal": {
|
||||
"host": "s3://npm-registry-packages",
|
||||
"tmp": "tmp/require_optional-1.0.1.tgz_1497424160858_0.9788372260518372"
|
||||
},
|
||||
"_npmUser": {
|
||||
"email": "christkv@gmail.com",
|
||||
"name": "christkv"
|
||||
},
|
||||
"_npmVersion": "5.0.3",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"name": "require_optional",
|
||||
"raw": "require_optional@^1.0.1",
|
||||
"rawSpec": "^1.0.1",
|
||||
"scope": null,
|
||||
"spec": ">=1.0.1 <2.0.0",
|
||||
"type": "range"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongodb-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz",
|
||||
"_shasum": "4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e",
|
||||
"_shrinkwrap": null,
|
||||
"_spec": "require_optional@^1.0.1",
|
||||
"_where": "/home/beppe/Github/yahooApi/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": {
|
||||
"integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==",
|
||||
"shasum": "4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e",
|
||||
"tarball": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz"
|
||||
},
|
||||
"gitHead": "4e10f508d3d27ae4f967b0ab48dcb869bc9b6727",
|
||||
"homepage": "https://github.com/christkv/require_optional",
|
||||
"keywords": [
|
||||
"optional",
|
||||
"optionalPeerDependencies",
|
||||
"require"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"maintainers": [
|
||||
{
|
||||
"name": "christkv",
|
||||
"email": "christkv@gmail.com"
|
||||
}
|
||||
],
|
||||
"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.1"
|
||||
}
|
Reference in New Issue
Block a user