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,33 +1,27 @@
{
"_args": [
[
"detect-newline@2.1.0",
"/Users/pjquirk/Source/GitHub/actions/labeler"
]
],
"_development": true,
"_from": "detect-newline@2.1.0",
"_from": "detect-newline@^2.1.0",
"_id": "detect-newline@2.1.0",
"_inBundle": false,
"_integrity": "sha1-9B8cEL5LAOh7XxPaaAdZ8sW/0+I=",
"_location": "/detect-newline",
"_phantomChildren": {},
"_requested": {
"type": "version",
"type": "range",
"registry": true,
"raw": "detect-newline@2.1.0",
"raw": "detect-newline@^2.1.0",
"name": "detect-newline",
"escapedName": "detect-newline",
"rawSpec": "2.1.0",
"rawSpec": "^2.1.0",
"saveSpec": null,
"fetchSpec": "2.1.0"
"fetchSpec": "^2.1.0"
},
"_requiredBy": [
"/jest-docblock"
],
"_resolved": "https://registry.npmjs.org/detect-newline/-/detect-newline-2.1.0.tgz",
"_spec": "2.1.0",
"_where": "/Users/pjquirk/Source/GitHub/actions/labeler",
"_shasum": "f41f1c10be4b00e87b5f13da680759f2c5bfd3e2",
"_spec": "detect-newline@^2.1.0",
"_where": "/Users/dakale/dev/GitHub/actions/labeler/node_modules/jest-docblock",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
@@ -36,6 +30,8 @@
"bugs": {
"url": "https://github.com/sindresorhus/detect-newline/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Detect the dominant newline character of a string",
"devDependencies": {
"ava": "*",