* Publish

* Update .gitignore

* node modules

* Update .gitignore
This commit is contained in:
Danny McCormick
2019-08-23 10:21:51 -04:00
committed by GitHub
parent 26d9864772
commit 04aa5dbc72
224 changed files with 754 additions and 11336 deletions

23
node_modules/which/package.json generated vendored
View File

@@ -1,28 +1,33 @@
{
"_from": "which@^1.2.9",
"_args": [
[
"which@1.3.1",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "which@1.3.1",
"_id": "which@1.3.1",
"_inBundle": false,
"_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
"_location": "/which",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "which@^1.2.9",
"raw": "which@1.3.1",
"name": "which",
"escapedName": "which",
"rawSpec": "^1.2.9",
"rawSpec": "1.3.1",
"saveSpec": null,
"fetchSpec": "^1.2.9"
"fetchSpec": "1.3.1"
},
"_requiredBy": [
"/cross-spawn",
"/node-notifier"
],
"_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
"_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
"_spec": "which@^1.2.9",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\cross-spawn",
"_spec": "1.3.1",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -34,11 +39,9 @@
"bugs": {
"url": "https://github.com/isaacs/node-which/issues"
},
"bundleDependencies": false,
"dependencies": {
"isexe": "^2.0.0"
},
"deprecated": false,
"description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
"devDependencies": {
"mkdirp": "^0.5.0",