Skip to content
Snippets Groups Projects
Commit aec03d98 authored by Nathaniel's avatar Nathaniel
Browse files

fixes before lab

parent 0f80bfbf
No related branches found
No related tags found
No related merge requests found
File changed. Contains only whitespace changes. Show whitespace changes.
This diff is collapsed.
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<script src="index.js"></script> <script src="index.js"></script>
<!--Question 5--> <!--Question 5-->
<link rel="stylesheet" href="stylesheet.css"> <link rel="stylesheet" href="#">
<title>Lab 5</title> <title>Lab 5</title>
</head> </head>
<body> <body>
... ...
......
...@@ -371,3 +371,5 @@ npm run bench ...@@ -371,3 +371,5 @@ npm run bench
# to profile javascript # to profile javascript
npm run prof npm run prof
``` ```
![](oh-my-glob.gif)
{ {
"_from": "glob@^7.1.3", "_from": "glob@^7.1.3",
"_id": "glob@7.1.4", "_id": "glob@7.1.5",
"_inBundle": false, "_inBundle": false,
"_integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "_integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==",
"_location": "/glob", "_location": "/glob",
"_phantomChildren": {}, "_phantomChildren": {},
"_requested": { "_requested": {
...@@ -18,10 +18,10 @@ ...@@ -18,10 +18,10 @@
"_requiredBy": [ "_requiredBy": [
"/rimraf" "/rimraf"
], ],
"_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", "_resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz",
"_shasum": "aa608a2f6c577ad357e1ae5a5c26d9a8d1969255", "_shasum": "6714c69bee20f3c3e64c4dd905553e532b40cdc0",
"_spec": "glob@^7.1.3", "_spec": "glob@^7.1.3",
"_where": "C:\\Users\\Nathaniel\\Lab 5 CI 101\\node_modules\\rimraf", "_where": "C:\\Users\\Nathaniel\\CI101Week56Lab\\node_modules\\rimraf",
"author": { "author": {
"name": "Isaac Z. Schlueter", "name": "Isaac Z. Schlueter",
"email": "i@izs.me", "email": "i@izs.me",
...@@ -72,5 +72,5 @@ ...@@ -72,5 +72,5 @@
"test": "tap test/*.js --cov", "test": "tap test/*.js --cov",
"test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js" "test-regen": "npm run profclean && TEST_REGEN=1 node test/00-setup.js"
}, },
"version": "7.1.4" "version": "7.1.5"
} }
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
"_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-4.1.0.tgz", "_resolved": "https://registry.npmjs.org/sqlite3/-/sqlite3-4.1.0.tgz",
"_shasum": "e051fb9c133be15726322a69e2e37ec560368380", "_shasum": "e051fb9c133be15726322a69e2e37ec560368380",
"_spec": "sqlite3@^4.1.0", "_spec": "sqlite3@^4.1.0",
"_where": "C:\\Users\\Nathaniel\\Lab 5 CI 101", "_where": "C:\\Users\\Nathaniel\\CI101Week56Lab",
"author": { "author": {
"name": "MapBox", "name": "MapBox",
"url": "https://mapbox.com/" "url": "https://mapbox.com/"
... ...
......
...@@ -399,9 +399,9 @@ ...@@ -399,9 +399,9 @@
} }
}, },
"glob": { "glob": {
"version": "7.1.4", "version": "7.1.5",
"resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.5.tgz",
"integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", "integrity": "sha512-J9dlskqUXK1OeTOYBEn5s8aMukWMwWfs+rPTn/jn50Ux4MNXVhubL1wu/j2t+H4NVI+cXEcCaYellqaPVGXNqQ==",
"requires": { "requires": {
"fs.realpath": "^1.0.0", "fs.realpath": "^1.0.0",
"inflight": "^1.0.4", "inflight": "^1.0.4",
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment