Update tool-cache

This commit is contained in:
Danny McCormick
2019-08-02 14:26:04 -04:00
parent 11af751dad
commit db1bb913fe
56 changed files with 775 additions and 1430 deletions

24
node_modules/strip-eof/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"strip-eof@1.0.0",
"C:\\Users\\damccorm\\Documents\\node12-template"
]
],
"_development": true,
"_from": "strip-eof@1.0.0",
"_from": "strip-eof@^1.0.0",
"_id": "strip-eof@1.0.0",
"_inBundle": false,
"_integrity": "sha1-u0P/VZim6wXYm1n80SnJgzE2Br8=",
"_location": "/strip-eof",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "strip-eof@1.0.0",
"raw": "strip-eof@^1.0.0",
"name": "strip-eof",
"escapedName": "strip-eof",
"rawSpec": "1.0.0",
"rawSpec": "^1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
"fetchSpec": "^1.0.0"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/strip-eof/-/strip-eof-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template",
"_shasum": "bb43ff5598a6eb05d89b59fcd129c983313606bf",
"_spec": "strip-eof@^1.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\execa",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/strip-eof/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Strip the End-Of-File (EOF) character from a string/buffer",
"devDependencies": {
"ava": "*",