This commit is contained in:
David Kale
2020-09-08 13:25:36 -04:00
parent e4246d2b5b
commit 91fcbb0108
4227 changed files with 416837 additions and 457884 deletions

View File

@@ -1,26 +1,19 @@
{
"_args": [
[
"is-extendable@0.1.1",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "is-extendable@0.1.1",
"_from": "is-extendable@^0.1.0",
"_id": "is-extendable@0.1.1",
"_inBundle": false,
"_integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
"_location": "/is-extendable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "is-extendable@0.1.1",
"raw": "is-extendable@^0.1.0",
"name": "is-extendable",
"escapedName": "is-extendable",
"rawSpec": "0.1.1",
"rawSpec": "^0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.1"
"fetchSpec": "^0.1.0"
},
"_requiredBy": [
"/braces/extend-shallow",
@@ -33,8 +26,9 @@
"/union-value"
],
"_resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
"_spec": "0.1.1",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "62b110e289a471418e3ec36a617d472e301dfc89",
"_spec": "is-extendable@^0.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/braces/node_modules/extend-shallow",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
@@ -42,6 +36,8 @@
"bugs": {
"url": "https://github.com/jonschlinkert/is-extendable/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Returns true if a value is any of the object types: array, regexp, plain object, function or date. This is useful for determining if a value can be extended, e.g. \"can the value have keys?\"",
"devDependencies": {
"mocha": "*"