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

@@ -1,28 +1,33 @@
{
"_from": "wrappy@1",
"_args": [
[
"wrappy@1.0.2",
"C:\\Users\\damccorm\\Documents\\labeler"
]
],
"_from": "wrappy@1.0.2",
"_id": "wrappy@1.0.2",
"_inBundle": false,
"_integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
"_location": "/wrappy",
"_phantomChildren": {},
"_requested": {
"type": "range",
"type": "version",
"registry": true,
"raw": "wrappy@1",
"raw": "wrappy@1.0.2",
"name": "wrappy",
"escapedName": "wrappy",
"rawSpec": "1",
"rawSpec": "1.0.2",
"saveSpec": null,
"fetchSpec": "1"
"fetchSpec": "1.0.2"
},
"_requiredBy": [
"/inflight",
"/once"
],
"_resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
"_shasum": "b5243d8f3ec1aa35f1364605bc0d1036e30ab69f",
"_spec": "wrappy@1",
"_where": "C:\\Users\\damccorm\\Documents\\node12-template\\node_modules\\once",
"_spec": "1.0.2",
"_where": "C:\\Users\\damccorm\\Documents\\labeler",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -31,9 +36,7 @@
"bugs": {
"url": "https://github.com/npm/wrappy/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Callback wrapping utility",
"devDependencies": {
"tap": "^2.3.1"