Show dino
This commit is contained in:
+13
-10
@@ -1,27 +1,32 @@
|
||||
{
|
||||
"_from": "resolve-from@^2.0.0",
|
||||
"_args": [
|
||||
[
|
||||
"resolve-from@2.0.0",
|
||||
"/app"
|
||||
]
|
||||
],
|
||||
"_from": "resolve-from@2.0.0",
|
||||
"_id": "resolve-from@2.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-lICrIOlP+h2egKgEx+oUdhGWa1c=",
|
||||
"_location": "/resolve-from",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "resolve-from@^2.0.0",
|
||||
"raw": "resolve-from@2.0.0",
|
||||
"name": "resolve-from",
|
||||
"escapedName": "resolve-from",
|
||||
"rawSpec": "^2.0.0",
|
||||
"rawSpec": "2.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^2.0.0"
|
||||
"fetchSpec": "2.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/require_optional"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-2.0.0.tgz",
|
||||
"_shasum": "9480ab20e94ffa1d9e80a804c7ea147611966b57",
|
||||
"_spec": "resolve-from@^2.0.0",
|
||||
"_where": "/app/node_modules/require_optional",
|
||||
"_spec": "2.0.0",
|
||||
"_where": "/app",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
@@ -30,8 +35,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/resolve-from/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"deprecated": false,
|
||||
"description": "Resolve the path of a module like require.resolve() but from a given path",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
|
||||
Reference in New Issue
Block a user