Updated node_modules

This commit is contained in:
Timothy Clem
2019-09-30 10:05:10 -07:00
parent 63b90beb0c
commit db0581eb84
2 changed files with 24 additions and 15 deletions

25
node_modules/commander/package.json generated vendored
View File

@@ -1,27 +1,34 @@
{ {
"_from": "commander@~2.20.0", "_args": [
[
"commander@2.20.1",
"/Users/tclem/github/setup-haskell"
]
],
"_development": true,
"_from": "commander@2.20.1",
"_id": "commander@2.20.1", "_id": "commander@2.20.1",
"_inBundle": false, "_inBundle": false,
"_integrity": "sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg==", "_integrity": "sha512-cCuLsMhJeWQ/ZpsFTbE765kvVfoeSddc4nU3up4fV+fDBcfUXnbITJ+JzhkdjzOqhURjZgujxaioam4RM9yGUg==",
"_location": "/commander", "_location": "/commander",
"_optional": true,
"_phantomChildren": {}, "_phantomChildren": {},
"_requested": { "_requested": {
"type": "range", "type": "version",
"registry": true, "registry": true,
"raw": "commander@~2.20.0", "raw": "commander@2.20.1",
"name": "commander", "name": "commander",
"escapedName": "commander", "escapedName": "commander",
"rawSpec": "~2.20.0", "rawSpec": "2.20.1",
"saveSpec": null, "saveSpec": null,
"fetchSpec": "~2.20.0" "fetchSpec": "2.20.1"
}, },
"_requiredBy": [ "_requiredBy": [
"/uglify-js" "/uglify-js"
], ],
"_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.1.tgz", "_resolved": "https://registry.npmjs.org/commander/-/commander-2.20.1.tgz",
"_shasum": "3863ce3ca92d0831dcf2a102f5fb4b5926afd0f9", "_spec": "2.20.1",
"_spec": "commander@~2.20.0", "_where": "/Users/tclem/github/setup-haskell",
"_where": "/Users/tclem/github/setup-haskell/node_modules/uglify-js",
"author": { "author": {
"name": "TJ Holowaychuk", "name": "TJ Holowaychuk",
"email": "tj@vision-media.ca" "email": "tj@vision-media.ca"
@@ -29,9 +36,7 @@
"bugs": { "bugs": {
"url": "https://github.com/tj/commander.js/issues" "url": "https://github.com/tj/commander.js/issues"
}, },
"bundleDependencies": false,
"dependencies": {}, "dependencies": {},
"deprecated": false,
"description": "the complete solution for node.js command-line programs", "description": "the complete solution for node.js command-line programs",
"devDependencies": { "devDependencies": {
"@types/node": "^12.7.8", "@types/node": "^12.7.8",

14
node_modules/handlebars/package.json generated vendored
View File

@@ -1,4 +1,11 @@
{ {
"_args": [
[
"handlebars@4.4.0",
"/Users/tclem/github/setup-haskell"
]
],
"_development": true,
"_from": "handlebars@4.4.0", "_from": "handlebars@4.4.0",
"_id": "handlebars@4.4.0", "_id": "handlebars@4.4.0",
"_inBundle": false, "_inBundle": false,
@@ -19,9 +26,8 @@
"/istanbul-reports" "/istanbul-reports"
], ],
"_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.0.tgz", "_resolved": "https://registry.npmjs.org/handlebars/-/handlebars-4.4.0.tgz",
"_shasum": "22e1a897c5d83023d39801f35f6b65cf97ed8b25", "_spec": "4.4.0",
"_spec": "handlebars@4.4.0", "_where": "/Users/tclem/github/setup-haskell",
"_where": "/Users/tclem/github/setup-haskell/node_modules/istanbul-reports",
"author": { "author": {
"name": "Yehuda Katz" "name": "Yehuda Katz"
}, },
@@ -36,14 +42,12 @@
"bugs": { "bugs": {
"url": "https://github.com/wycats/handlebars.js/issues" "url": "https://github.com/wycats/handlebars.js/issues"
}, },
"bundleDependencies": false,
"dependencies": { "dependencies": {
"neo-async": "^2.6.0", "neo-async": "^2.6.0",
"optimist": "^0.6.1", "optimist": "^0.6.1",
"source-map": "^0.6.1", "source-map": "^0.6.1",
"uglify-js": "^3.1.4" "uglify-js": "^3.1.4"
}, },
"deprecated": false,
"description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration", "description": "Handlebars provides the power necessary to let you build semantic templates effectively with no frustration",
"devDependencies": { "devDependencies": {
"aws-sdk": "^2.1.49", "aws-sdk": "^2.1.49",