This commit is contained in:
root
2019-12-13 22:20:23 +00:00
parent 3c32a4b96c
commit 1a4d72f145
136 changed files with 7187 additions and 138 deletions
+5 -5
View File
@@ -1,5 +1,5 @@
{
"_from": "express@^4.16.0",
"_from": "express@^4.17.1",
"_id": "express@4.17.1",
"_inBundle": false,
"_integrity": "sha512-mHJ9O79RqluphRrcw2X/GTh3k9tVv8YcoyY4Kkh4WDMUYKRZUq0h1o0w2rrrxBqM7VoeUVqgb27xlEMXTnYt4g==",
@@ -8,12 +8,12 @@
"_requested": {
"type": "range",
"registry": true,
"raw": "express@^4.16.0",
"raw": "express@^4.17.1",
"name": "express",
"escapedName": "express",
"rawSpec": "^4.16.0",
"rawSpec": "^4.17.1",
"saveSpec": null,
"fetchSpec": "^4.16.0"
"fetchSpec": "^4.17.1"
},
"_requiredBy": [
"#USER",
@@ -21,7 +21,7 @@
],
"_resolved": "https://registry.npmjs.org/express/-/express-4.17.1.tgz",
"_shasum": "4491fc38605cf51f8629d39c2b5d026f98a4c134",
"_spec": "express@^4.16.0",
"_spec": "express@^4.17.1",
"_where": "/app",
"author": {
"name": "TJ Holowaychuk",