* 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

View File

@@ -1,35 +1,38 @@
{
"_from": "semver@^5.5.0",
"_args": [
[
"semver@5.7.0",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "semver@5.7.0",
"_id": "semver@5.7.0",
"_inBundle": false,
"_integrity": "sha512-Ya52jSX2u7QKghxeoFGpLwCtGlt7j0oY9DYb5apt9nPlJ42ID+ulTXESnt/qAQcoSERyZ5sl3LDIOw0nAn/5DA==",
"_location": "/cross-spawn/semver",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "semver@^5.5.0",
"raw": "semver@5.7.0",
"name": "semver",
"escapedName": "semver",
"rawSpec": "^5.5.0",
"rawSpec": "5.7.0",
"saveSpec": null,
"fetchSpec": "^5.5.0"
"fetchSpec": "5.7.0"
},
"_requiredBy": [
"/cross-spawn"
],
"_resolved": "https://registry.npmjs.org/semver/-/semver-5.7.0.tgz",
"_shasum": "790a7cf6fea5459bac96110b29b60412dc8ff96b",
"_spec": "semver@^5.5.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\cross-spawn",
"_spec": "5.7.0",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"bin": {
"semver": "./bin/semver"
},
"bugs": {
"url": "https://github.com/npm/node-semver/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "The semantic version parser used by npm.",
"devDependencies": {
"tap": "^13.0.0-rc.18"

View File

@@ -1,27 +1,32 @@
{
"_from": "cross-spawn@^6.0.0",
"_args": [
[
"cross-spawn@6.0.5",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "cross-spawn@6.0.5",
"_id": "cross-spawn@6.0.5",
"_inBundle": false,
"_integrity": "sha512-eTVLrBSt7fjbDygz805pMnstIs2VTBNkRm0qxZd+M7A5XDdxVRWO5MxGBXZhjY4cqLYLdtrGqRf8mBPmzwSpWQ==",
"_location": "/cross-spawn",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "cross-spawn@^6.0.0",
"raw": "cross-spawn@6.0.5",
"name": "cross-spawn",
"escapedName": "cross-spawn",
"rawSpec": "^6.0.0",
"rawSpec": "6.0.5",
"saveSpec": null,
"fetchSpec": "^6.0.0"
"fetchSpec": "6.0.5"
},
"_requiredBy": [
"/execa"
],
"_resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-6.0.5.tgz",
"_shasum": "4a5ec7c64dfae22c3a14124dbacdee846d80cbc4",
"_spec": "cross-spawn@^6.0.0",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\execa",
"_spec": "6.0.5",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "André Cruz",
"email": "andre@moxy.studio"
@@ -29,7 +34,6 @@
"bugs": {
"url": "https://github.com/moxystudio/node-cross-spawn/issues"
},
"bundleDependencies": false,
"commitlint": {
"extends": [
"@commitlint/config-conventional"
@@ -42,7 +46,6 @@
"shebang-command": "^1.2.0",
"which": "^1.2.9"
},
"deprecated": false,
"description": "Cross platform child_process#spawn and child_process#spawnSync",
"devDependencies": {
"@commitlint/cli": "^6.0.0",