Show dino
This commit is contained in:
+8
-5
@@ -1,4 +1,10 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"cookie@0.4.0",
|
||||
"/app"
|
||||
]
|
||||
],
|
||||
"_from": "cookie@0.4.0",
|
||||
"_id": "cookie@0.4.0",
|
||||
"_inBundle": false,
|
||||
@@ -19,9 +25,8 @@
|
||||
"/express"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.0.tgz",
|
||||
"_shasum": "beb437e7022b3b6d49019d088665303ebe9c14ba",
|
||||
"_spec": "cookie@0.4.0",
|
||||
"_where": "/app/node_modules/express",
|
||||
"_spec": "0.4.0",
|
||||
"_where": "/app",
|
||||
"author": {
|
||||
"name": "Roman Shtylman",
|
||||
"email": "shtylman@gmail.com"
|
||||
@@ -29,14 +34,12 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/jshttp/cookie/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Douglas Christopher Wilson",
|
||||
"email": "doug@somethingdoug.com"
|
||||
}
|
||||
],
|
||||
"deprecated": false,
|
||||
"description": "HTTP server cookie parsing and serialization",
|
||||
"devDependencies": {
|
||||
"beautify-benchmark": "0.2.4",
|
||||
|
||||
+12
-10
@@ -1,27 +1,31 @@
|
||||
{
|
||||
"_from": "express@^4.17.1",
|
||||
"_args": [
|
||||
[
|
||||
"express@4.17.1",
|
||||
"/app"
|
||||
]
|
||||
],
|
||||
"_from": "express@4.17.1",
|
||||
"_id": "express@4.17.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
|
||||
"_location": "/express",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "express@^4.17.1",
|
||||
"raw": "express@4.17.1",
|
||||
"name": "express",
|
||||
"escapedName": "express",
|
||||
"rawSpec": "^4.17.1",
|
||||
"rawSpec": "4.17.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.17.1"
|
||||
"fetchSpec": "4.17.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"#USER",
|
||||
"/"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
|
||||
"_shasum": "4491fc38605cf51f8629d39c2b5d026f98a4c134",
|
||||
"_spec": "express@^4.17.1",
|
||||
"_spec": "4.17.1",
|
||||
"_where": "/app",
|
||||
"author": {
|
||||
"name": "TJ Holowaychuk",
|
||||
@@ -30,7 +34,6 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/expressjs/express/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Aaron Heckmann",
|
||||
@@ -93,7 +96,6 @@
|
||||
"utils-merge": "1.0.1",
|
||||
"vary": "~1.1.2"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Fast, unopinionated, minimalist web framework",
|
||||
"devDependencies": {
|
||||
"after": "0.8.2",
|
||||
|
||||
Reference in New Issue
Block a user