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

24
node_modules/deep-is/package.json generated vendored
View File

@@ -1,33 +1,27 @@
{
"_args": [
[
"deep-is@0.1.3",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "deep-is@0.1.3",
"_from": "deep-is@~0.1.3",
"_id": "deep-is@0.1.3",
"_inBundle": false,
"_integrity": "sha1-s2nW+128E+7PUk+RsHD+7cNXzzQ=",
"_location": "/deep-is",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "deep-is@0.1.3",
"raw": "deep-is@~0.1.3",
"name": "deep-is",
"escapedName": "deep-is",
"rawSpec": "0.1.3",
"rawSpec": "~0.1.3",
"saveSpec": null,
"fetchSpec": "0.1.3"
"fetchSpec": "~0.1.3"
},
"_requiredBy": [
"/optionator"
],
"_resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.3.tgz",
"_spec": "0.1.3",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "b369d6fb5dbc13eecf524f91b070feedc357cf34",
"_spec": "deep-is@~0.1.3",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/optionator",
"author": {
"name": "Thorsten Lorenz",
"email": "thlorenz@gmx.de",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/thlorenz/deep-is/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "node's assert.deepEqual algorithm except for NaN being equal to NaN",
"devDependencies": {
"tape": "~1.0.2"