* 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/path-key/package.json generated vendored
View File

@@ -1,28 +1,33 @@
{
"_from": "path-key@^2.0.1",
"_args": [
[
"path-key@2.0.1",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "path-key@2.0.1",
"_id": "path-key@2.0.1",
"_inBundle": false,
"_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
"_location": "/path-key",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "path-key@^2.0.1",
"raw": "path-key@2.0.1",
"name": "path-key",
"escapedName": "path-key",
"rawSpec": "^2.0.1",
"rawSpec": "2.0.1",
"saveSpec": null,
"fetchSpec": "^2.0.1"
"fetchSpec": "2.0.1"
},
"_requiredBy": [
"/cross-spawn",
"/npm-run-path"
],
"_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
"_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
"_spec": "path-key@^2.0.1",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\cross-spawn",
"_spec": "2.0.1",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -31,8 +36,6 @@
"bugs": {
"url": "https://github.com/sindresorhus/path-key/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Get the PATH environment variable key cross-platform",
"devDependencies": {
"ava": "*",