Show dino
This commit is contained in:
+1
@@ -0,0 +1 @@
|
||||
../../../semver/bin/semver
|
||||
+13
-10
@@ -1,39 +1,42 @@
|
||||
{
|
||||
"_from": "require_optional@~1.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"require_optional@1.0.1",
|
||||
"/app"
|
||||
]
|
||||
],
|
||||
"_from": "require_optional@1.0.1",
|
||||
"_id": "require_optional@1.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-qhM/y57enGWHAe3v/NcwML6a3/vfESLe/sGM2dII+gEO0BpKRUkWZow/tyloNqJyN6kXSl3RyyM8Ll5D/sJP8g==",
|
||||
"_location": "/require_optional",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "require_optional@~1.0.0",
|
||||
"raw": "require_optional@1.0.1",
|
||||
"name": "require_optional",
|
||||
"escapedName": "require_optional",
|
||||
"rawSpec": "~1.0.0",
|
||||
"rawSpec": "1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "~1.0.0"
|
||||
"fetchSpec": "1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mongodb-core"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/require_optional/-/require_optional-1.0.1.tgz",
|
||||
"_shasum": "4cf35a4247f64ca3df8c2ef208cc494b1ca8fc2e",
|
||||
"_spec": "require_optional@~1.0.0",
|
||||
"_where": "/app/node_modules/mongodb-core",
|
||||
"_spec": "1.0.1",
|
||||
"_where": "/app",
|
||||
"author": {
|
||||
"name": "Christian Kvalheim Amor"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/christkv/require_optional/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"resolve-from": "^2.0.0",
|
||||
"semver": "^5.1.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user